@charset "UTF-8";

/**
 * Animation
 */
/* *	{
	transition:all cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
} */
.button,
.button:before,
.btn:before {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
}
html {
  font-family: 'Roboto', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 12px;
}

html {
  line-height: 1;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
  color: #1d1b17;
  font-family: 'Roboto', sans-serif;
}

.clear {
  clear: both;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width: 100%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

::-moz-selection {
  color: #ffffff;
  background: #adaebc;
}

::selection {
  color: #ffffff;
  background: #adaebc;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
  outline: 0 none;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

details,
/* 1 */
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

ul,
li {
  margin: 0;
  padding: 0;
}

[hidden] {
  display: none;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

html body {
  width: 99.7%;
  font-size: 14px;
  color: #313946;
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  height: 100%;
}

.text-suggestion {
  margin-left: 10px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 0.5rem .8rem !important;
  background: #d1eaed !important;
  border-radius: 15px !important;
}

.mainWrap {
  height: 100%;
  display: flex;
}

.textWhite {
  color: #ffffff;
}

.leftAside {
  width: 210px;
  background: #198754;
  display: flex;
  flex-direction: column;
}

.leftAside50 {
  width: 50px;
}

.leftAside-sm {
  width: 30px;
  background: #198754;
  display: flex;
  flex-direction: column;
  display: none;
}

.primary {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.logo {
  height: 70px;
  width: 100%;
}

.logo a {
  background: url("../images/logo.png") no-repeat center;
  height: 70px;
  width: 100%;
  display: block;
}

.mainNav {
  height: auto;
  border-bottom: 1px solid #fff;
  box-shadow: 0px 1px 0px #fff;
  justify-content: center;
  color: #fff;
}

.mainNav a {
  height: 48px;
  width: 45px;
  color: #ffffff;
  float: left;
  font-size: 10px;
  font-weight: 200;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.mainNav .ahide {
  display: none;
}

.mainNav a:hover {
  color: #ffffff;
}

.mainNav a i {
  height: 30px;
  display: block;
  font-size: 22px;
  cursor: pointer;
}

.mainNav a * {
  opacity: 1;
}

.mainNav a span {
  opacity: 0;
}

.mainNav a.activ span,
.mainNav a:hover span {
  opacity: 1;
  cursor: pointer;
}

.mainNav a.activ * {
  opacity: 1;
}

.mainNav a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  right: 0;
  background: #fff;
  margin: auto;
  display: none;
  transform: rotate(45deg);
  clip-path: polygon(0 0, 11px 0, 0 11px, 0 11px);
}

.mainNav a.activ:before {
  display: block;
}

.treeMenu {
  padding: 10px 0;
  flex: 1;
  list-style: none;
  overflow-y: auto;
  margin: 0;
}

.treeMenu ul {
  padding: 4px 0;
  margin: 0;
}

.treeMenu li {
  list-style: none;
}

.treeMenu li a {
  display: block;
  padding: 3px 8px 3px 32px;
  color: #ffffff !important;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.treeMenu li a:before {
  content: "\2023";
  font-size: 26px;
  text-align: center;
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 20px;
  left: 10px;
  top: 0;
}

.treeMenu li.activ a:before {
  transform: rotate(90deg);
}

.treeMenu li li a {
  padding-left: 36px;
  text-transform: none;
}

.treeMenu li a:hover {
  background: #ffffff;
  color: #000 !important;
  font-weight: bold;
}

.treeMenu li li a:hover {
  padding-left: 39px;
}

.treeMenu li.open a {
  background: #fff;
  color: #000 !important;
}

.treeMenu li li a:before {
  display: none;
}

.primeHeader {
  border-bottom: 1px solid #d2d6dc;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.primeHeader h2 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 13px;
  line-height: 22px;
  min-width: 185px;
  margin: 0;
  width: 70%;
}

.primeHeader img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.primeHeader h5 {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 13px;
  line-height: 22px;
  margin: 0;
}

.primeHeader .middleContent {
  flex: 1;
}

.primeHeader fieldset {
  width: max-content;
  margin: 5px;
  align-items: center;
  border: 1px solid #cad5e2;
  border-radius: 4px;
  background: #ffffff;
  padding: 0 6px;
  display: flex;
}

.primeHeader fieldset h6 {
  font-weight: bold;
  color: #313946;
  font-size: 12px;
  white-space: nowrap;
  margin: 0 10px 0 0;
}

.primeHeader fieldset article {
  margin: 0 10px;
  height: 28px;
}

.primeHeader fieldset article label {
  color: #9ba1ab;
  font-size: 11px;
  line-height: 15px;
  display: block;
}

.primeHeader fieldset article span {
  color: #313946;
  font-size: 11px;
  font-weight: bold;
  display: block;
  line-height: 11px;
}

.logoutBu {
  justify-self: flex-end;
  border: 0 none;
  background: #ffffff;
  color: #000000;
  font-size: 25px !important;
  text-align: center;
  margin-right: 23px;
}

/* .logoutBu:hover { 
  background: #d9e4ef;
    color: #f10404;
 } */

#sectionSearch {
  display: block;
  float: left;
  width: 18%;
}

#sectionCaseSheets {
  display: block;
  width: 100%;
  float: left;
}

.searchSec {
  border-right: 1px solid #d2d6dc;
  width: 100%;
  /*position: absolute; */
  top: 41px;
  bottom: 0;
}

.searchInput {
  margin: 6px 7px;
  background: #eceff3;
  border-radius: 15px;
  padding: 0 15px;
}

.searchInput input {
  height: 30px;
  font-size: 13px;
  width: 100%;
  border: 0 none;
  background: none;
}

.searchResult {
  padding: 7px;
  overflow-y: auto;
  height: 600px;
}

.searchResult li {
  cursor: pointer;
  border-top: 1px solid #edf0f3;
  padding: 6px 0 6px 12px;
  font-size: 12px;
  color: #46474b;
}

.searchResult li:hover {
  color: #000000;
  padding-left: 9px;
}

.searchResult li.open {
  color: #0b4dc6;
  font-weight: bold;
}
/*  */
.secondTopBtnSec button {
  font-size: 12px;
  color: #f6f6f8;
  font-weight: bold;
  padding: 4px 8px !important;
  /* background: rgba(48, 48, 119, 1); */
  background: #6c757d ;
  border-radius: 6px;
  border: 1px solid #cfd8e9;
  margin: 2px 0 0 11px;
  box-shadow: 5px 5px 5px rgba(214, 218, 225, 0.75);
}
/*  */
.topBtnSec {
  background: #fff;
  padding: 2px 4px 5px 4px;
}

.topBtnSec button {
  font-size: 12px;
  color: #f6f6f8;
  font-weight: bold;
  padding: 4px 8px !important;
  /* background: rgba(48, 48, 119, 1); */
  /* background: #0D9488 ; */
    background: #394D5F   ;
  border-radius: 6px;
  border: 1px solid #cfd8e9;
  margin: 2px 0 0 11px;
  box-shadow: 5px 5px 5px rgba(214, 218, 225, 0.75);
}

.topBtnSec button:hover {
  box-shadow: 2px 2px 0px rgba(214, 218, 225, 0.75);
}

.topBtnSec button.activ {
  border-color: #228fb9;
  background: #228fb9;
  color: #ffffff;
  box-shadow: none;
}

.primarySec {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 190px;
  top: 41px;
  bottom: 0;
  right: 0;
}

.primary.withChat .primarySec {
  right: 368px;
}

.primarySec.full {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0px;
  top: 41px;
  bottom: 0;
  right: 0;
}

.flex1 {
  flex: 1;
  overflow-y: auto;
}

.flexex {
  flex: 1;
}

fieldset.type01 {
  background: #ffffff;
  border-radius: 8px;
  padding: 5px;
  margin-top: 7px;
}

fieldset.type02 {
  background: #ffffff;
  border: 1px solid #c2c9d1;
  border-radius: 4px;
  padding: 0px 4px 5px;
}

fieldset.type03 {
  background: #ffffff;
  border: 1px solid #c2c9d1;
  border-radius: 4px;
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.12);
}

fieldset.type02 legend {
  width: auto;
  font-size: 11px;
  font-weight: bold;
  color: #313946;
  margin-bottom: 0;
}

.indentTB10 {
  padding-top: 2px;
  padding-bottom: 10px;
}

button.time {
  float: left;
  height: 28px;
  font-size: 13px;
  color: #313946;
  padding: 0 8px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dbe2ea;
  margin: 4px 0 0 4px;
  box-shadow: 0px 0px 1px rgba(11, 77, 198, 0);
}

button.wtime {
  width: 20px;
}

button.time.activ {
  box-shadow: 2px 2px 7px rgba(11, 77, 198, 0.5);
  background: #2C7A7B ;
  border-color: #198754;
  color: #ffffff;
}

button.time:hover {
  box-shadow: 2px 2px 7px rgba(11, 77, 198, 0.5);
  border-color: rgba(11, 77, 198, 0.1);
  color: #000;
}

button.time:disabled,
button.time:disabled:hover {
  background: #dee5ed;
  border-color: #dee5ed;
  color: #979ea7;
  box-shadow: none;
}

.form-group label {
  color: #313946;
  padding: 2px 2px 1px;
  font-size: 11px;
  word-break: break-word;
}

.form-group {
  margin-bottom: 2px;
}

.lbl-wrap-4 {
  width: 30px;
  white-space: nowrap;
  overflow: hidden;
}

body .btn:before {
  font-size: 15px;
  line-height: 14px;
  margin-right: 2px;
}

body .btn.lgIcon:before {
  font-size: 18px;
  line-height: 14px;
}

.btn.btn-white {
  background: #ffffff;
  color: #424853;
  border: 1px solid #c2c9d1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.btn.btn-white:hover {
  background: #ffffff;
  color: #424853;
  border: 1px solid #c2c9d1;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
}

.title01 {
  color: #313946;
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #d2dae3;
}

.table.type01 th {
  color: #969ba3;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 0 none;
}

.table.type01 tbody tr {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.12);
  margin-bottom: 2px;
}

.table.type02 th {
  color: #313640;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom-color: #484e59;
}

.table.type03 {
  width: 100%;
}

.table.type03 td {
  padding: 0;
}

.table.type03 td,
.table.type03 th,
.table.type03>:not(:last-child)>:last-child>* {
  border: 1px solid #dfe1e2;
}

.table.type03 th {
  padding: 3px;
}

.table.type03 td input,
.table.type03 td button {
  width: 100%;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  /* height: 30px; line-height: 30px; */
}

.table.type03 td input:focus {
  box-shadow: 0px 0px 10px rgba(14, 89, 228, 0.4);
  border-color: rgba(255, 255, 255, 0.9);
  background-color: #fff;
  color: #000;
}

.table.type03 td input[type="submit"],
.table.type03 td input[type="button"],
.table.type03 td button {
  color: #ffffff;
  background-color: #228fb9;
}

.setborder {
  white-space: break-spaces !important;
  border: 2px solid #ff00f7 !important;
}

.nowrap {
  white-space: nowrap;
}

.nowrap label {
  color: #fff !important;
}

body .modal-backdrop {
  background-color: #000000;
}

body .modal-content {
  border: 0 none;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}

.timeLineSec .timeRow {
  width: 720px;
  clear: both;
  padding: 0 50px;
  height: auto;
  box-sizing: content-box;
}

.timeLineSec .node {
  width: 64px;
  height: 64px;
  border: 3px solid #a8b3c4;
  border-radius: 35px;
  margin-top: 50px;
  margin-left: 100px;
  float: left;
  position: relative;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.timeLineSec .timeRow.fChild .node {
  margin-top: 0px;
}


.timeLineSec .timeRow.alt .node {
  float: right;
}

.timeLineSec .node:hover {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.timeLineSec .node img {
  transform: scale(1);
}

.timeLineSec .node:hover img {
  transform: scale(1.1);
}

.timeLineSec .node .line {
  height: 3px;
  width: 100px;
  position: absolute;
  left: -103px;
  top: 50%;
  margin-top: -1px;
  background: #a8b3c4;
}

.timeLineSec .timeRow.alt .node {
  margin-left: 0;
  margin-right: 100px;
}

.timeLineSec .timeRow.alt .node .line {
  left: auto;
  right: -103px;
}

.timeLineSec .timeRow.alt .node.endNode,
.timeLineSec .timeRow .node.endNode {
  margin-left: 0;
  margin-right: 0;
}

.timeLineSec .timeRow .node.endNode .line {
  margin-top: 0;
  top: -86px;
  height: 117px;
  width: 30px;
  background: none;
  border: 3px solid #a8b3c4;
}

.timeLineSec .timeRow .node.endNode .line {
  left: -33px;
  border-right: 0 none;
  border-radius: 30px 0 0 30px;
}

.timeLineSec .timeRow.alt .node.endNode .line {
  left: auto;
  right: -33px;
  border-right: 3px solid #a8b3c4;
  border-left: 0 none;
  border-radius: 0 30px 30px 0;
}

.timeLineSec .timeRow.fChild .node.endNode {
  margin-left: 0px;
}

.timeLineSec .timeRow.fChild .node.endNode .line {
  height: 3px;
  width: 50px;
  border-radius: 0;
  border: 0 none;
  position: absolute;
  left: -53px;
  top: 50%;
  margin-top: -1px;
  background: #a8b3c4;
}

.timeLineSec .node.on,
.timeLineSec .node.on.endNode .line {
  border-color: rgb(14, 89, 228);
}

.timeLineSec .node.on .line,
.timeLineSec .timeRow.fChild .node.on.endNode .line {
  background: rgb(14, 89, 228);
}

.timeLineSec .node.on:hover {
  box-shadow: 3px 3px 10px rgba(14, 89, 228, 0.4);
}

.timeLineSec .node .nodeLabel {
  background: royalblue;
  color: #ffffff;
  font-size: 12px;
  padding: 8px;
  border-radius: 3px;
  min-width: 100px;
  max-width: 100px;
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 10px;
}

.timeLineSec .node:hover .nodeLabel {
  display: block;
}

.popupWindow {
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 2;
  display: none;
  margin-left: -150px;
}

.popupWindow .innerWindow {
  width: 300px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #063589;
  box-shadow: 3px 3px 20px rgba(14, 89, 228, 0.4);
}

.popupWindow .innerWindow .indent {
  padding: 15px;
}

.popupWindow .innerWindow .hdr {
  padding: 10px;
  border-bottom: 1px solid #a8b3c4;
}

.popupWindow .innerWindow .hdr .close {
  border: 0 none;
  background: none;
  position: absolute;
  width: 30px;
  height: 20px;
  color: #000000;
  font-size: 20px;
  right: 5px;
  top: 5px;
}

.popupWindow .innerWindow .hdr h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
}

.popupWindow .innerWindow .body {
  max-height: 400px;
  overflow-y: auto;
}

label {
  font-size: 13px;
  word-break: break-all;
}

.label15 {
  font-size: 15px;
  word-break: break-all;
}

.mb-1 {
  margin-bottom: 3px;
}

.mb-2 {
  margin-bottom: 6px;
}

.ml-1 {
  margin-left: 3px;
}

.ml-2 {
  margin-left: 6px;
}

.mr-1 {
  margin-right: 3px;
}

.mr-2 {
  margin-right: 6px;
}

.mt-1 {
  margin-top: 3px;
}

.mt-2 {
  margin-top: 6px;
}

.table>:not(caption)>*>* {
  /*
  padding: .1rem .1rem!important; 
  */
  font-size: 13px;
}

.btn-group>.btn,
.btn {
  /*padding: 0.2rem .2rem .2rem .2rem!important;*/
  font-size: 1rem !important;
  border-radius: 0.5rem !important;
  margin-right: 18px;
}

.btn-group>.btn,
.btn-lg {
  padding: 0.5rem .2rem .2rem .4rem !important;
  border-radius: 0.5rem !important;
  margin-right: 18px;
}

.nav-link {
  /*padding:.2rem 1rem!important;*/
  font-weight: bold;
}

.nav-item {
  list-style: none;
}


.libottom {
  margin-bottom: 35px;
}


.nav-mr {
  border: 1px solid #c7bbbb !important;
  cursor: pointer !important;
}

.form-check-input {
  margin-right: 5px;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #2f2e6b #f1f1f1;
  scroll-behavior: auto;
  /* scrollbar-width: thin;
  scrollbar-color: #999 #ccc; */
}

*::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
  border-radius: 1px;
  border: 1px solid #d6d6d6;
}

.form-select {
  /*padding: .2rem 2.25rem .6rem .75rem!important;*/
  font-size: .9rem !important;
  line-height: 1.25 !important
}

.form-control {
  padding: .2rem .1rem !important;
  font-size: 14px !important;
  line-height: 1.6 !important
}

.form-control-1 {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table {
  margin-bottom: .5rem !important;
}

.table thead {
  /* font-family: Lato-Bold; */
  /* font-family : 'Inter', 'Roboto', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif; */
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: px !important;
  text-align: center;
  /* color: #fff; rsh 363434*/
  color : #fff;
  background-color: #2279ca;
}

.gd-tr {
  border: 2px solid rgba(9, 145, 229, 0.782) !important;
}

.table thead tr th {
  padding: 5px !important;
  font-weight: 300;
  /* background-color: rgba(48, 48, 119, 1); */
  /* background-color:#0D4D4D ; */
  /* background-color: #66abab; rsh */
  /* background-color: #487A7A;  */
  background-color: #5b9999 ;
  /* background-color: #2d4a3a; */
}

.cal-height {
  height: 450px !important;
}

.cal-height-New {
  height: 600px !important;
}

@media only screen and (min-width: 1024px) {
  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 450px !important;
  }

  .cal-height-New {
    height: 470px !important;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 11px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:.9rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 11px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    font-size: 1.1rem !important;
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1400px) {
  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 500px !important;
  }

  .cal-height-New {
    height: 650px !important;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 14px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:1.2rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    /* font-size: .3rem!important; */
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1440px) {
  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 500px !important;
  }

  .cal-height-New {
    height: 650px !important;
  }

  .form-group label {
    /* color: #313946; rsh */
    font-family: 'Inter', 'Roboto', 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
    color : #000;
    padding: 2px 2px 1px;
    font-size: 13px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:1.2rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    font-size: 13px !important;
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1600px) {
  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 550px !important;
  }

  .cal-height-New {
    height: 600px !important;
  }


  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 14px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:1.2rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    font-size: 14px !important;
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1660px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 112%;
    height: 2px;
    background-color: black;
  }

  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 560px !important;
  }

  .cal-height-New {
    height: 700px !important;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 13px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:1.2rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    font-size: 1.3rem !important;
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1920px) {
  .mainHeader nav .menuBar {
    display: block;
  }

  .mainHeader nav .navbar-toggler {
    display: none;
  }

  .mainHeader nav a {
    font-size: 16px;
  }

  .cal-height {
    height: 650px !important;
  }

  .cal-height-New {
    height: 770px !important;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 13px;
    word-break: break-word;
  }

  /* .form-control{padding:.2rem .75rem!important; font-size:1.2rem!important;  line-height: 1.6!important } */
  fieldset.type02 legend {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    color: #313946;
    margin-bottom: 0;
  }

  .btn-group>.btn,
  .btn {
    /*padding: 0.2rem .2rem .2rem .2rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }

  .form-select {
    /* padding: 0.1rem .1rem 0.1rem 0.1rem!important; */
    font-size: 1.3rem !important;
    line-height: 1.25 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .mainHeader nav a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1400px) {
  .mainHeader nav a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1400px) {
  .mainHeader nav a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1600px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .mainHeader nav a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 1680px) {
  .mainHeader nav a {
    font-size: 19px;
  }
}

@media only screen and (min-width: 120px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .mainHeader nav a {
    font-size: 19px;
  }
}

.ht {
  height: 95%;
}

.loader {
  border-radius: 50%;
  border-top: 2px solid green;
  border-right: 2px solid #fff;
  border-bottom: 2px solid green;
  border-left: 2px solid #fff;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* .container-fluid{
  height: 480px;
} */
.bg-purple {
  background-color: purple;
}

.bg-black {
  background-color: #000;
}

.lblcolor {
  font-size: 12px !important;
  color: #e82727 !important;
  font-weight: bold;
}

.bookingNum {
  font-size: 23px !important;

}

.bookingNumVisit {
  font-size: 23px !important;
  font-weight: bold;
  text-align: center;
}

.lblboldcolor {
  font-size: large !important;
  color: #000 !important;
  font-weight: bold;
}

.lblreport {
  font-weight: bold !important;
  color: #313946 !important;
  padding: 2px 0 1px !important;
  font-size: 14px !important;
}

.treeMenu li a span:before {
  content: "\2023";
  font-size: 26px;
  text-align: center;
  position: absolute;
  height: 20px;
  width: 20px;
  line-height: 20px;
  left: 20px;
  top: 0;
}

.menutooltip-top::before {
  content: '';
  position: absolute;
  display: block;
  width: 0px;
  left: 50%;
  top: 3px;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #f5f7f9;
  transform: translate(-163%, calc(-100% - 5px));
}

.menutooltip {
  /* left: 28px; */
  top: 58px;
  position: absolute;
  font-weight: bold;
  /* font-size: 24px; */
  border: 2px solid #f2fbf7;
  /* padding: 10px 15px; */
  background-color: #F7FFF7;
  width: 100%;
  /* z-index: 1050; */
  height: 100px;
  /* margin: 2em auto; */
  text-align: center;
}

.menutooltiprestaurant {
  left: 118px;
  top: 58px;
  position: absolute;
  font-weight: bold;
  /* font-size: 24px; */
  border: 2px solid #f2fbf7;
  /* padding: 10px 15px; */
  background-color: #F7FFF7;
  width: 70%;
  z-index: 10;
  height: 100px;
  /* margin: 2em auto; */
  text-align: center;
}

#drpDownCompanies {
  height: 100%;
  width: 100%;
}

.menutooltip select {
  width: 100%;
  height: 100%;
}

.menutooltip select option {
  font-size: 14px;
}

.endAline {
  text-align: end;
}

.textccntr {
  text-align: center !important;
  justify-content: center !important;
}

.pad1 {
  padding: 0 !important;
}

.pad0 {
  padding: 0 !important;
}

.centerAline {
  text-align: center;
}



.lblhd {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.align-items-center {
  display: flex;
  align-items: center !important;
  justify-content: center;
  /*
  flex-direction: column;
  */
}

.flex-items-center {
  display: flex;
  align-items: center !important;
  justify-content: center;
  flex-direction: column;
}

.flex-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.color-CheckIn {
  background-color: #81d05a;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-Reservation {
  background-color: #8090b5;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-Blocking {
  background-color: #fc8583;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-NotConfirm {
  background-color: #dcb20a;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-banquetReservation {
  background-color: #FFFF00;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-NoShow {
  background-color: #ffcfff;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.color-Allocation {
  background-color: #e060c6;
  height: 17px;
  width: 17px;
  border-radius: 3px;
}

.tablisted {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
  white-space: nowrap;
  flex-wrap: nowrap !important;
}

input[type='range'] {
  width: 80px;
}

.active_module {
  background-color: #cfe1f3;
  margin: 2px;
  color: #000;
  font-weight: bold;
}

.active_zero_level_link {
  color: #4154f1;
}

.active_first_level_link {
  /* color: #16911a; rsh*/
  color: #a8e3d7;
}

.mandatory_label_color {
  color: red !important;
}


.color-lbl-green {
  color: #006400 !important;
  font-weight: bold;
}

.color-lbl-blue {
  color: #191970 !important;
  font-weight: bold;
}

.color-lbl-violet {
  color: #8b008b !important;
  font-weight: bold;
}

.color-lbl-brown {
  color: #8b0000 !important;
  font-weight: bold;
}

.pro-bar-top {
  margin-top: 20%;
}

@media only screen and (max-device-width: 480px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .pro-bar-top {
    margin-top: 50%;
  }

  .table.type03 {
    width: 800px !important;
  }

  #sectionSearch {
    display: none !important;
    float: left;
    width: 18%;
  }

  #sectionCaseSheets {
    display: block;
    width: 100%;
    float: left;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 14px;
    word-break: break-word;
  }

  .btn-group>.btn,
  .btn {
    /* padding: 0.5rem .5rem .5rem .5rem!important;*/
    font-size: 1rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
    margin-top: 2px;
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  .pro-bar-top {
    margin-top: 50%;
  }

  .table.type03 {
    width: 800px !important;
  }

  #sectionSearch {
    display: none !important;
    float: left;
    width: 18%;
  }

  #sectionCaseSheets {
    display: block;
    width: 100%;
    float: left;
  }

  .form-group label {
    color: #313946;
    padding: 2px 2px 1px;
    font-size: 14px;
    word-break: break-word;
  }

  .btn-group>.btn,
  .btn {
    /* padding: 0.5rem .5rem .5rem .5rem!important;*/
    font-size: 1.2rem !important;
    border-radius: 0.5rem !important;
    margin-right: 18px;
  }
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

.tooltip_alert {

  display: none;
  position: fixed;
  width: 450px;
  min-height: 100px;
  background: #fbfdff;
  color: #0a273a;
  border-radius: 10px;
  opacity: 1 !important;
  /* border: 1px solid #060606; */
  z-index: 1060;
  /* box-shadow: 1px 1px 1px 1px #9a9393; */
  box-shadow: 4px 4px 4px 4px #2824246b;
}

@media(min-width:260px) and (max-width:481px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .tooltip_alert {

    display: none;
    position: fixed;
    width: 250px !important;
    min-height: 100px;
    background: #fbfdff;
    color: #0a273a;
    border-radius: 10px;
    opacity: 1 !important;
    /* border: 1px solid #060606; */
    z-index: 1060;
    /* box-shadow: 1px 1px 1px 1px #9a9393; */
    box-shadow: 4px 4px 4px 4px #2824246b;
  }

  .tooltip_alert {

    left: 50% !important;

    top: 50% !important;
    transform: translate(-50%, -50%);
    margin-top: -40px;
  }
}

.tooltip_alert {

  left: 50% !important;

  top: 50% !important;
  transform: translate(-50%, -50%);
  margin-top: -40px;
}

.tooltip_alert:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
}

/* .left:before {
	left: -1.0em;
	top: 20px;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-right: 1.0em solid #4c4840;
} */
/* .right:before {
	right: -1.0em;
	top: 20px;
	border-top: 0.5em solid transparent;
	border-bottom: 0.5em solid transparent;
	border-left: 1.0em solid #4c4840;
} */
/* .top-left:before{
  left: 20px;
  bottom: -12px;
  border-top: 1em solid #4c4840;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
} */
/* .top-right:before{
  right: 20px;
  bottom: -12px;
  border-top: 1em solid #4c4840;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
} */
.tooltip_alert .tooltip-title {
  padding-bottom: 3px;
  padding-top: 3px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(48, 48, 119, 1);
  border-bottom: 1px solid #527866;
}

.tooltip_alert .tooltip-body {
  max-height: 500px;
  overflow: auto;
  padding: 1.6em 1.0em;
  text-align: center;
  overflow-wrap: break-word;
}

.tooltip_alert .tooltip-Footer {
  padding: 0.6em 1.0em;
  text-align: center;
  float: right;
}

.tooltip-title {
  text-align: center;
  font-size: 15px;
}

.infoiconmargin {
  margin-right: 20px;
}

.tooltip-wrapper.tooltip-left .tooltip:before {
  right: -1em;
  top: 50px;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 1em solid #f6b829;
}

.notification {
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}

.notification .badge {
  position: absolute;
  top: -0px;
  right: -10px;
  padding: 2px 4px;
  border-radius: 50%;
  background-color: rgb(16, 87, 22);
  color: white;
}

* {
  box-sizing: border-box;
}


td,
th {
  border: 1px solid #999;
  position: relative;
}

th {
  background-color: #fff;
}

.columncolor:hover::before {
  background-color: #eee;
  content: '';
  height: 100%;
  left: -5000px;
  position: absolute;
  top: 0;
  width: 10000px;
  z-index: -2;
}

.columncolor:hover::after {
  background-color: #ffa;
  content: '';
  bottom: -100px;
  left: 0;
  height: 500px;
  position: absolute;
  top: -500px;
  width: 100%;
  z-index: -1;
}

.current-color {
  background: linear-gradient(to bottom,
      rgb(217 160 39) 0%,
      rgb(237 224 50) 50%,
      rgb(233 215 73) 51%,
      rgb(169 146 18) 100%) !important;
}

.roomnone {
  height: 13px;
  width: 13px;
  background-color: rgb(247, 242, 242);
  border-radius: 50%;
  display: inline-block;
  float: right;
}

.roomnotclean {
  height: 13px;
  width: 13px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  float: right;
}

.roomclean {
  height: 13px;
  width: 13px;
  background-color: rgb(9, 136, 15);
  border-radius: 50%;
  display: inline-block;
  float: right;
}

.roomnonepanel {
  height: 13px;
  width: 13px;
  background-color: rgb(247, 242, 242);
  border-radius: 50%;
  display: inline-flex;
  float: left;
  margin-top: 30px;
}

.roomnotcleanpanel {
  height: 13px;
  width: 13px;
  background-color: red;
  border-radius: 50%;
  display: inline-flex;
  float: left;
  margin-top: 30px;
}

.roomcleanpanel {
  height: 13px;
  width: 13px;
  background-color: rgb(9, 136, 15);
  border-radius: 50%;
  display: inline-flex;
  float: left;
  margin-top: 30px;
}

.info-card-box:hover {
  background-color: #edf3ec;
}

.fullWidth {
  width: 100%;
}

.disable-input input {
  pointer-events: none;
  background-color: aliceblue !important;
}

.confirm-popup {
  display: block;
  position: absolute;
  width: 400px;
  z-index: 1;
  top: 10%;
  left: 35%;
}

.overlay_main {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.01);
  z-index: 2;
  cursor: pointer;
}



.cur {
  cursor: pointer;
}

.lblmediumboldcolor {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: bold;
}

.lblmediumbold {
  font-size: 15px !important;
  color: #000 !important;
  font-weight: 500;
}

.fixedHeightForInteliListBox {
  height: 30px !important;
}

.heightAndMarginSetting {
  height: 130px;
  margin-bottom: 5%;
}

.borderBackground {
  border-style: groove
}

.color-Treatment {
  background-color: green;
  width: 40px;
  height: 13px;
}

.color-Yoga {
  background-color: darkviolet;
  width: 40px;
  height: 13px;
}

.color-Physiotherapy {
  background-color: darkred;
  height: 13px;
  width: 40px;
}

.color-Diet {
  background-color: cyan;
  height: 13px;
  width: 40px;
}

.color-RoutineCheckup {
  background-color: blue;
  height: 13px;
  width: 40px;
}

.color-Lab {
  background-color: orangered;
  width: 40px;
  height: 13px;
}

.upcase {
  text-transform: uppercase;
}


/* For Notification Toaster-------------------------------------*/
.outertoast {
  position: fixed;
  bottom: 40px;
  right: 40px;
  max-width: 370px;
  z-index: 2000;
  background-color: white;
}

.notifytoast {
  margin-bottom: 5px;
  z-index: 1198;
  font-size: 1rem;
  color: green;
  max-width: 285px;
  animation: slideInFromBottom 0.8s ease-in-out;

  background-color: #b5f7c4ed;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem !important;

}

.mr-auto {
  margin-right: auto;
}

.notifytoast-header {
  display: flex;
  font-size: 1.05rem;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem !important;
  color: green;

  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  margin-top: 9px;
  margin-left: 3px;
  animation: fadeIn 0.3s ease-in-out;

}

.notifytoast-body {
  padding: 0.75rem;
}

.notify-close {
  margin-top: -8px !important;
  margin-right: 7px !important;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 0;
  opacity: .5;
  transition: opacity 0.3s ease-in-out;
}

.notify-close:hover {
  opacity: 0.7;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

/* new style -----------------------------------------------------------------------------------------------------------*/

.sideiconsize {
  font-size: 20px;
  margin-left: 10px !important;

}

.modaliconsize {
  font-size: 12px;


}


aside {


  color: #fff;
  width: 230px;
  /* padding-left: 20px; */
  height: 100vh;

}

.openbtn {
  font-size: 28px;
  cursor: pointer;
  /* background-color: rgb(18 18 18); */
  color: rgb(185, 174, 174);
  border: none;

}


.ayurnav {
  background-color: #000;
}



.openbtn:hover {
  color: #444;
}


.navcontent1 {
  font-size: 25px;
  font-weight: bold;
  color: green;
  margin-right: 40%;
  margin-top: 3%;

}

.maincont {
  margin-top: 4%;
}






/* newsidebar */
.sidebar .openbtn:hover {
  color: rgb(57, 55, 55);
  background-color: #000;
  z-index: 2001;
}




.side-bar .menu .item a .dropdown {
  float: right;

}

.side-bar .menu .item .sub-menu {
  padding-left: 26px;
  /* list-style: none; */

  /* display: none; */
  font-size: 10px !important;
}

.side-bar .menu .item .sub-menu a:hover {

  /* color: rgb(87, 87, 153); rsh */
  color : rgb(166 211 198);
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}


.ayurnav {
  height: 100px;

}

.side-bar .menu .item .sub-btn:hover {
  color: #ffffff;

  /* background-color: rgba(57, 56, 56, 0.908); r*/
  background-color : #6c757d2e;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}


/* phonescreen sidebar---------------------------------------------- */
.openbtn1 {
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  background-color: rgb(249, 248, 248);
  color: rgb(4, 4, 4) !important;
  border: none;

}



@media (min-width: 280px) and (max-width:310px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .body-margin {
    margin-top: 100px !important;
  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton-phone {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .settingbutton {
    display: none !important;
  }

  .subscribe-wrapper {
    display: none;
  }

  .blink-text {
    display: none !important;
  }

  .phone-nav {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    top: 5%;
    z-index: 1000;
    width: 100%;
    background: white;
    position: fixed !important;
  }

  .containerbtn {
    margin-left: 410px !important;
    width: 285px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    display: none !important;
    font-size: 18px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

  .side-bar .menu .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 3px 14px;
    /* line-height: 60px; */
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0px 13px;
    /* line-height: 56px; */
  }

  .inputtop {
    margin-top: 20px !important;
  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);

    border: none;

    margin-left: 20%
  }

  #main {
    margin-left: 0% !important;
  }

  .navcontent {
    font-family: Georgia, 'Times New Roman', Times, serif !important;


    font-size: 25px !important;
    font-weight: bold;
    color: #487B7B !important;

  }

}

@media (min-width: 311px) and (max-width:480px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .body-margin {
    margin-top: 100px !important;
  }

  .settingbutton {
    display: none !important;
  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton-phone {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    display: none;
  }

  .blink-text {
    display: none !important;

  }

  .phone-nav {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    top: 6%;
    z-index: 1000;
    width: 100%;
    background: white;
    position: fixed !important;
  }

  .dashsubtext {
    font-size: 14px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .timeline {
    margin-top: 22px !important;
    margin: 0 auto;
    position: relative;
    list-style: none;
    text-align: left;
    max-width: 90%;
  }

  .timelinenormal {
    border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    font-size: 1.03em;
    list-style: none;
    text-align: left;
  }

  .timelinelast {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0.2px;
    line-height: 1.4em;
    font-size: 1.03em;
    list-style: none;
    text-align: left;
  }

  .timeline-label {
    margin-top: 20px;
    list-style: outside !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    position: relative;
    background-clip: padding-box;
    padding-left: 5px !important;
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    /* width: 317px !important; */
    /* display: flex; */
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    display: none !important;
    font-size: 19px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

  .side-bar .menu .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 3px 14px;
    /* line-height: 60px; */
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 0px 13px;
    /* line-height: 56px; */
  }

  .inputtop {
    margin-top: 10px !important;
  }


  .openbtn2 {
    font-size: 22px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(109, 100, 100);

    border: none;

    margin-left: 20%
  }


  #main {
    margin-left: 0% !important;
  }

  .navcontent {

    font-family: Georgia, 'Times New Roman', Times, serif !important;

    font-size: 20px !important;
    font-weight: bold;
    color: #487B7B !important;
    margin-left: 2%;
    margin-top: 2% !important;

  }
}

@media (min-width: 481px) and (max-width:767px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 0;
    width: 118%;
    height: 2px;
    background-color: black;
  }

  .body-margin {
    margin-top: 100px !important;
  }

  .settingbutton {
    display: none !important;
  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton-phone {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    display: none;
  }

  .blink-text {
    display: none !important;

  }

  .phone-nav {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    top: 5%;
    z-index: 1000;
    width: 100%;
    background: white;
    position: fixed !important;
  }

  .dashsubtext {
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 14px !important;
    font-weight: 600 !important;
  }

  .timeline {
    margin-top: 20px !important;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    list-style: none;
    text-align: left;
    max-width: 100%;
  }

  .timelinenormal {
    /* margin-top: 60px !important; */
    border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 90%; */
  }

  .timelinelast {
    /* margin-top: 60px !important; */
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 90%; */
  }

  .timeline-label {
    margin-top: 20px;
    list-style: outside !important;

    font-size: 14px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    padding-left: 5px !important;
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    /* width: 450px !important; */
    /* display: flex; */
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 19px !important;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }
}

@media (min-width: 768px) and (max-width:1024px) {
  .btn-fill {
    /* width: 14%; */
    margin: 10px;
  }

  .body-margin {
    margin-top: 100px !important;
  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }


  .subscribe-wrapper {
    display: none;
  }

  .blink-text {
    display: none !important;

  }

  .phone-nav {
    padding-bottom: 12px !important;
    padding-top: 15px !important;
    top: 5%;
    z-index: 1000;
    width: 100%;
    background: white;
    position: fixed !important;
  }

  .dashsubtext {
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    list-style: outside !important;
    width: 500px;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 40px !important;
    width: 680px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 22px !important;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

@media (min-width: 1025px) and (max-width:1366px) {

  .horizontal-line {
    position: absolute;
    top: 10px;
    left: 19px;
    width: 140%;
    height: 2px;
    background-color: black;
  }

  .btn-fill {
    min-width: 8%;
    margin: 10px;
  }

  .gear-btn:hover {
    transform: scale(1.05);
    z-index: 1;
    color: rgb(15, 51, 141) !important;

  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    position: relative;
    transition: transform .7s ease-in-out !important;

    display: flex;
    align-items: center;
  }

  .blink-text {
    margin-right: 10px;
    animation: blink 1s infinite;
    font-weight: bold;
    font-size: 12px;

  }

  .phone-nav {
    display: none !important;
  }

  .dashsubtext {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    list-style: outside !important;
    width: 500px;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 50px !important;
    width: 680px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 25px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

@media (min-width: 1367px) and (max-width:1680px) {
  .btn-fill {
    min-width: 14%;
    margin: 10px;
  }

  .gear-btn:hover {
    transform: scale(1.05);
    z-index: 1;
    color: rgb(15, 51, 141) !important;

  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #5b8983  0%, #0D4D4D 51%, #0F6B6B 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    position: relative;
    transition: transform .7s ease-in-out !important;

    display: flex;
    align-items: center;
  }

  .blink-text {
    margin-right: 10px;
    animation: blink 1s infinite;
    font-weight: bold;
    font-size: 17px;

  }

  .phone-nav {
    display: none !important;
  }

  .dashsubtext {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    padding-left: 35px;
    list-style: outside !important;
    width: 500px;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 100px !important;
    width: 870px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 27px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

@media (min-width: 1681px) and (max-width:1920px) {
  .btn-fill {
    min-width: 14%;
    margin: 10px;
  }

  .gear-btn:hover {
    transform: scale(1.05);
    z-index: 1;
    color: rgb(15, 51, 141) !important;

  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    position: relative;
    transition: transform .7s ease-in-out !important;

    display: flex;
    align-items: center;
  }

  .blink-text {
    margin-right: 10px;
    animation: blink 1s infinite;
    font-weight: bold;
    font-size: 17px;

  }

  .phone-nav {
    display: none !important;
  }

  .dashsubtext {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    padding-left: 35px;
    list-style: outside !important;
    /* width: 575px; */
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 270px !important;
    width: 870px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 30px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

@media (min-width: 1921px) and (max-width:2000px) {
  .btn-fill {
    min-width: 14%;
    margin: 10px;
  }

  .gear-btn:hover {
    transform: scale(1.05);
    z-index: 1;
    color: rgb(15, 51, 141) !important;

  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    position: relative;
    transition: transform .7s ease-in-out !important;

    display: flex;
    align-items: center;
  }

  .blink-text {
    margin-right: 10px;
    animation: blink 1s infinite;
    font-weight: bold;
    font-size: 17px;

  }

  .phone-nav {
    display: none;
  }

  .dashsubtext {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    list-style: outside !important;
    width: 575px;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 410px !important;
    width: 870px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 30px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

@media (min-width: 2001px) and (max-width:5000px) {
  .btn-fill {
    min-width: 14%;
    margin: 10px;
  }

  .gear-btn:hover {
    transform: scale(1.05);
    z-index: 1;
    color: rgb(15, 51, 141) !important;

  }

  .gear-btn {
    border-radius: 25px !important;
    padding: .4rem .4rem !important;
    transition: transform .7s ease-in-out !important;
    background-color: white !important;
    color: rgb(63, 203, 231) !important;
  }

  .settingbutton {
    background-image: linear-gradient(to right, #0f155c 0%, #2b3fd1 51%, #1621a0 100%);
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    display: block;
    margin-right: 5px !important;
    font-size: 11px !important;
    padding: 7.5px 5.4px 5.5px 12.5px !important;
    border-radius: 25px !important;
    color: white !important;
  }

  .subscribe-wrapper {
    position: relative;
    transition: transform .7s ease-in-out !important;

    display: flex;
    align-items: center;
  }

  .blink-text {
    margin-right: 10px;
    animation: blink 1s infinite;
    font-weight: bold;
    font-size: 17px;

  }

  .phone-nav {
    display: none;
  }

  .dashsubtext {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .timeline-label-list {
    font-size: 16px !important;
    font-weight: 600 !important;
  }

  .timeline-label {
    list-style: outside !important;
    width: 575px;
    font-size: 16px !important;
    font-weight: 600 !important;
    position: relative;
    /* margin-left: 85px; */
    background-clip: padding-box;
    /* padding: 20px !important; */
    line-height: 22px !important;
  }

  .containerbtn {
    /* float: right !important; */
    margin-left: 410px !important;
    width: 870px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .staffheader {
    font-size: 30px;
    font-weight: 600;
    color: rgb(27, 74, 15);
  }

}

.dashimgwidth {
  width: 100% !important;

}

@media (min-width: 481px) and (max-width:1024px) {

  .hideicon {
    display: none !important;
  }

  .side-bar .menu .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 3px 14px;
    /* line-height: 60px; */
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 6px;
    /* line-height: 56px; */
  }

  .inputtop {
    margin-top: 20px !important;
  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);

    border: none;

    margin-left: 20%
  }

  #main {
    margin-left: 0% !important;
  }

  .navcontent {
    font-family: Georgia, 'Times New Roman', Times, serif !important;

    margin-top: 1% !important;

    font-size: 25px !important;
    font-weight: bold;
    color: #487B7B !important;
  }
}

/* @media (min-width: 768px) and (max-width:1024px) {

  .side-bar .menu .item .sub-btn{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 3px;
   }
  .inputtop{
    margin-top: 10px !important;
  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);
    border: none;
   
   
  }
 
  .navcontent{
  font-family:Georgia, 'Times New Roman', Times, serif !important;

   
    font-size: 21px !important;
    font-weight: bold;
    color: green !important;
    margin-left: 2% !important;
  }

} */
@media (min-width: 1025px) and (max-width:1270) {
  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 6px;
    /* line-height: 56px; */
  }

  .dropfont {
    font-size: 13px !important;

  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);
    border: none;

  }

  .navcontent {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    margin-left: 20px;

    font-size: 21px !important;
    font-weight: bold !important;
    color: #487B7B !important;
  }

  .iconscreen {
    display: none !important;
  }
}

@media (min-width: 1271px)and (max-width:1367px) {
  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 6px;
    /* line-height: 56px; */
  }

  .dropfont {
    font-size: 13px !important;

  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);
    border: none;

  }

  .navcontent {
    margin-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif !important;


    font-size: 21px !important;
    font-weight: bold !important;
    color: #487B7B !important;
  }

}

.menu {
  padding-left: 1rem !important;
}

@media (min-width: 1368px) and (max-width:1680) {
  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 6px;
    /* line-height: 56px; */
  }

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);
    border: none;

  }

  .navcontent {
    margin-left: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif !important;


    margin-left: 3% !important;

    font-size: 25px !important;
    font-weight: bold !important;
    color: #487B7B  !important;
  }

}

.item {
  margin-top: 4%;
}

@media (min-width: 1600px) and (max-width:1700) {
  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 0px 6px;
    /* line-height: 56px; */
  }

}

@media (min-width: 992px) {

  .navcontent {
    font-family: Georgia, 'Times New Roman', Times, serif !important;

    margin-left: 20px;
    font-size: 21px !important;
    font-weight: bold;
    color: #487B7B !important;
  }

}


@media (min-width: 1680px) {

  .openbtn2 {
    font-size: 20px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 249, 249);
    border: none;


  }

  .navcontent {
    font-family: Georgia, 'Times New Roman', Times, serif !important;
    margin-left: 20px;

    font-size: 25px !important;
    font-weight: bold;
    color: #487B7B !important;
  }
}



.show1 {
  transition: left 0.5s linear !important;
  left: 0px !important;
}

/* content------------------------------------------------------------------------------------------------------ */

#main {
  color: #000;

}

.searchBtn {
  margin-top: 2% !important;
  background-color: #000;
  color: white;
  padding: .28rem;
  border-radius: 5px;
  width: 130px;
  font-size: 14px;

}


.mycanvas {
  border: 1px solid #b8b3b3;
  width: 65%;
}

.pen {
  font-size: 16px;
}

.modal-header {
  padding: 0rem 1rem !important;
}

.modal-header .close {
  /* padding: 2rem 2rem !important; */
  font-size: x-large !important;
}

/* @media(min-width:1026px) and (max-width:1920px) {
      .navbtn1 {
        display: none !important;
      }
    } */
@media(min-width:1025px) and (max-width:3000px) {

  .closebutton {
    display: none;
  }

  .navbtn1 {
    display: none;
  }

/* new sidebar */

.sidebar.open {
  background-image: linear-gradient(30deg, #060505, #000000);
  border-top-right-radius: 0px;
  background: #2A3F54  !important;
  z-index: 2001;
  

  width: 78px;
  /* z-index: 1090; */

}

.sidebar.open .asidelink {
    display: none !important;
    transition: all 0.5s ease;
    z-index: 2001;
}

}

@media(min-width:768px) and (max-width:2200px) {
  .screenicon {
    display: none !important;
  }
}





.topnav {

  background-color: rgb(255, 255, 255);
  box-shadow:
    0 10px 27px rgba(0, 0, 0, 0.10);

}

.topnav a {
  float: right;
  display: block;
  color: #000000;
  text-align: center;
  padding: 11px 11px;
  text-decoration: none;
  font-size: 17px;
}



.topnav a.active {

  color: rgb(13, 13, 13) !important;
}

.topnav .icon {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .phoneicon {
    display: none;
  }


  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {

    float: none;
    display: block;
    text-align: right;
  }
}


.hide {
  transition: left 0.5s linear !important;
  left: -310px !important;
}

.close-icon {
  position: absolute;
  right: 15px;
  top: 10px;
  text-decoration: none;
  font-size: 1.4rem;
}


select.company {
  background-color: rgba(255, 255, 255, 0.897) !important;
  padding: .6rem !important;
  font-size: 17px !important;
}

@media(min-width:200px) and (max-width:1024px) {
  .header-nav.phoneicon {
    display: none !important;
  }


  .togg {
    display: none !important;
  }
.sidebar.open {
  background-image: linear-gradient(30deg, #060505, #000000);
  border-top-right-radius: 0px;
  background: #2A3F54  !important;
  z-index: 2001;
  width: 200px;
}
}




.asidehead {
  opacity: 1;
  margin-top: 40px !important;
}

.asidehead.open {
  position: absolute;

  z-index: 3;
  opacity: 0;
  white-space: nowrap;
  pointer-events: none;
  transition: 0s;
  opacity: 0 !important;
}

.asidesearch {

  margin-left: -11px;
  margin-bottom: 27px;
  /* margin-top: 15px  */
}

.side-bar.open {
  padding-top: 27%;
}

.sidebar.open .asidelink {

  transition: all 0.5s ease;
  z-index: 2001;
}

.main.open {
  margin-left: 78px;


  top: 0;
  left: 78px;

  transition: all 0.5s ease;
  z-index: 2;
}

#nav.open {
  margin-left: 78px !important;
}

#nav {
  margin-left: 250px !important;
}

/* .asidelink.open{
        display: none;
      } */




.secondmenu.open {
  display: none;
}

.sidebar.open #toggbtn {
  margin-right: 31px;
  padding-bottom: 4%;
  padding-left: 1.5rem;
  /* position: absolute; */
  top: 0;
  /* right: 31px; */
  transform: translateY(-50%);
  font-size: 22px;
  transition: all 0.4s ease;
  font-size: 23px;
  text-align: right;

  cursor: pointer;
  transition: all 0.5s ease;
}

.sidebar #toggbtn {
  text-align: right;
  /* position: absolute; */
  /* top: 6%; */
  /* right: 21px; */
  margin-left: 3px;
  transform: translateY(-50%);
  transition: all 0.4s ease;
  font-size: 23px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-top: 30px;
}

@media(min-width:200px) and (max-width:1024px) {
  .navposition {
    z-index: 1040;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

@media(min-width:1025px) and (max-width:1920px) {
  .header-nav .nav-icon:hover {
    border-radius: 3px !important;
    background-color: rgba(180, 168, 168, 0.337) !important;
    cursor: pointer;
  }

  /* .sideiconsize:hover{
          color: rgb(169, 162, 162) !important;
        } */
  .navposition.open {
    top: 0;
    left: 78px !important;
    right: 0;
    transition: all 0.3s ease;
    z-index: 3;
    position: fixed;
  }


}



/* modal_landingadvance ------------------------------------*/

.modalmenu {
  z-index: 1100 !important;
  background-color: rgba(0, 0, 0, 0.4);
  /* Transparent dimmed overlay */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
}

.modalmenu.hidden {
  display: none;
}

.modalmenu .container {

  padding-top: 5px;
  display: table-cell;
  text-align: center;
  /* vertical-align: middle; */
  width: 200px;
}

.modalmenu .body {
  box-shadow: 5px 10px #888888;
  /* display: inline-block; */
  background-color: white;
  /* border: 1px solid black;  */
  padding-top: 10px;
  padding: 10px;
}

.modalmenu .modal-header {
  padding: .2rem 1rem !important;
}

.screenhead {
  font-family: "Nunito", sans-serif;
  color: #000000 !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  font-weight: bold;
}

.darkbluebtn {
  /* background-color: rgba(48, 48, 119, 1) !important; */
  background-color: #0F6B6B  !important;
  color: white !important;
}

.darkbluebtn:hover {
  /* background-color: rgb(57, 57, 127) !important; */
  background-color: #66abab !important;

}

.textend {
  text-align: end !important;
}

.roombtn {
  line-height: .5px !important;
}

@media(min-width:768px) and (max-width:1920px) {
  .modalmenu {
    display: none !;
  }

  .modalmenu .body {
    display: none !important;
  }

  .divwidth {
    width: 332px !important;
  }

  .notifidiv {
    width: 300px !important;
  }

  .containerwidth {
    width: 800px !important;
  }

  .nextbtnwidth {
    width: 170px !important;
  }
}

.formradious {
  border-radius: 10px !important;
  border: 1px solid rgb(101, 101, 101) !important;
}

.btnmargintop {
  margin-top: 50px !important;
}

.divmargintop {
  margin-top: 70px !important;
}

.divborder {
  background-color: #80808017 !important;
  border: 1px solid rgba(120, 113, 113, 0.705) !important;
  border-radius: 10px !important;
}

.modulehead {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.settingsbtnwidth {
  margin-left: 2px;
  width: 80px;
  border: 1px solid rgba(13, 11, 78, 0.56) !important;
}

.settingsbtnwidth2 {
  margin-left: 2px;
  border: 1px solid rgba(13, 11, 78, 0.56) !important;

}

.settingsbtnwidth:hover {
  background-color: rgb(9 5 30 / 65%);
  color: white !important;
}

.settingsbtnwidth2:hover {
  background-color: rgb(9 5 30 / 65%);
  color: white !important;
}

.rprticon1 {
  border-radius: 15px !important;
  font-size: 21px;
  line-height: 0;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(21 215 27 / 22%) !important;
  color: rgb(5, 50, 5) !important;

}

.rprticon2 {
  border-radius: 15px !important;
  font-size: 21px;
  line-height: 0;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(21 90 215 / 22%) !important;
  color: rgb(5, 7, 50) !important;

}

.rprticon3 {
  border-radius: 15px !important;
  font-size: 21px;
  line-height: 0;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgb(215 21 21 / 22%) !important;
  color: rgb(50, 5, 5) !important;

}

.rprticon4 {
  border-radius: 15px !important;
  font-size: 21px;
  line-height: 0;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(158 215 21 / 22%) !important;
  color: rgb(50, 39, 5) !important;

}

.rprticon5 {
  border-radius: 15px !important;
  font-size: 21px;
  line-height: 0;
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: rgba(21 197 215 / 22%) !important;
  color: rgb(5, 45, 50) !important;

}


@media(min-width:200px) and (max-width:767px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* border-top-right-radius: 50px; */
    display: block!important;
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
  z-index: 2001;
  }

  .modal-content-mobile {
    height: 630px;
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 21px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }

  .progresscontainer {
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;

  }

  .iconsizedash {
    font-size: 23px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  #BarChartHr {
    height: 195px !important;
  }

  #myLineChart {
    height: 220px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    border-radius: 10px;
  }

  #myPieChart {
    height: 180px !important;
  }

  #PieChartRestaurant {
    height: 180px !important;

  }

  #PieChartStore {
    height: 180px !important;
  }

  .notificationDiv {
    width: 330px;
    height: 400px;
    overflow-x: scroll;
  }

  #myBarChart {
    height: 270px !important;
  }

  .icondashboard {
    font-size: 20px;
  }

  .dashcardfont {
    color: rgb(255, 255, 255) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 22px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 22px !important;
  }

  .icon-wrappercard {
    border-radius: 9px;
    letter-spacing: 1px;
    padding: 7px 9px !important;
    width: 30px;
    height: 30px;
    background-color: rgb(255, 254, 254) !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.35rem;
  }

  .side-bar {
    height: 85vh !important;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none !important;
  }

  .logohead {
    font-size: 28px !important;
    font-weight: 600;

  }

  .logincard {

    border-radius: 2rem !important;

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    /* font-family: 'Font Awesome 5 Free'; */
    background-color: #eff3f6 !important;
    padding: 1rem 1rem !important;
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 14px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .loginlabel {
    font-size: 16px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .table thead tr th {
    padding: 10px !important;
    font-weight: 300;
    font-size: small;
    /* background-color: rgba(48, 48, 119, 1); */
    /* background-color: #0D4D4D; */
      background-color: #5b9999 ;

  }

  .table.type03 td {
    padding: 5px;
  }
}

@media(min-width:768px) and (max-width:1024px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* border-top-right-radius: 50px; */
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
  z-index: 2001;
  }

  .modal-content-mobile {
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .timeline {
    margin-top: 50px !important;
    /* border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; */
    margin: 0 auto;
    /* letter-spacing: 0.2px; */
    position: relative;
    /* line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 50px; */
    list-style: none;
    text-align: left;
    max-width: 70%;
  }

  .timelinenormal {
    /* top: 80px !important; */
    border-left: 3px solid #9395a0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 20px;
    list-style: none;
    text-align: left;
    /* max-width: 70%; */
  }

  .timelinelast {
    /* top: 80px !important; */
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 20px;
    list-style: none;
    text-align: left;
    /* max-width: 70%; */
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 23px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }

  .progresscontainer {
    font-weight: 600;
    font-size: 29px;
    width: 100%;
    height: 38px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .iconsizedash {
    font-size: 23px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    padding: 20px;
    border-radius: 10px;
  }

  #PieChartStore {
    height: 180px !important;
  }

  .notificationDiv {
    width: 350px;
    height: 400px;
    overflow-x: scroll;
  }

  #myBarChart {
    height: 235px !important;
  }

  .icondashboard {
    font-size: 24px;
  }

  .dashcardfont {
    color: rgb(255, 255, 255) !important;
    font-weight: 600 !important;
    font-size: 17px !important;
  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 22px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 20px !important;
  }

  .icon-wrappercard {
    border-radius: 5px;
    letter-spacing: 1px;
    padding: 7px 9px !important;
    height: 35px !important;
    width: 35px !important;
    background-color: rgb(255, 255, 255) !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.75rem;
  }

  .side-bar {
    margin-top: 7%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 85vh !important;
    scrollbar-color: #51515c #000000;

  }

  .logologin {
    max-height: 50px !important;
    color: white;
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .logohead {
    font-size: 25px !important;
    font-weight: 600;

  }

  .loginicontext {
    text-shadow: 2px 2px #796a6ada;

    font-size: 28px !important;
    font-weight: 600;
    color: rgb(252, 252, 252);
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .loginlabel {
    font-size: 15px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    background-color: #eff3f6 !important;
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 11px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .btn-full-width {
    width: 30% !important;
  }

  .logincard {
    margin-bottom: 0px !important;
    height: 580px !important;
    border-radius: 2rem !important;

  }

  .imglogin {

    height: 580px !important;
    border-radius: 1rem 0 0 1rem !important;

  }
}

@media(min-width:1025px) and (max-width:1400px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .navposition {
    z-index: 1020;
    transition: all 0.3s ease;
    /* margin-left: 250px; */
    top: 0;
    right: 0;
    left: 220px !important;
    position: fixed;
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .main {
    margin-left: 220px;

  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* border-top-right-radius: 50px; */
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 220px;
  z-index: 2001;
  }

  .modal-content-mobile {
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .timeline {
    margin-top: 50px !important;
    /* border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; */
    margin: 0 auto;
    /* letter-spacing: 0.2px; */
    position: relative;
    /* line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 50px; */
    list-style: none;
    text-align: left;
    max-width: 60%;
  }

  .timelinenormal {
    /* top: 80px !important; */
    border-left: 3px solid #9395a0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 20px;
    list-style: none;
    text-align: left;
    /* max-width: 60%; */
  }

  .timelinelast {
    /* top: 80px !important; */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 20px;
    list-style: none;
    text-align: left;
    /* max-width: 60%; */
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }

  .progresscontainer {
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    height: 28px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .iconsizedash {
    font-size: 18px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    padding: 20px;
    border-radius: 10px;
  }

  #PieChartStore {
    height: 150px !important;
  }

  #myBarChart {
    height: 320px !important;
  }

  .notificationDiv {
    width: 350px;
    height: 400px;
    overflow-x: scroll;
  }

  .icondashboard {
    font-size: 26px;
  }

  .dashcardfont {
    font-weight: 600 !important;
    font-size: 13px !important;
    color: rgb(255, 255, 255) !important;

  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 18px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 16px !important;
  }

  .icon-wrappercard {
    background-color: white !important;
    border-radius: 10px;
    letter-spacing: 1px;
    padding: 8px 8px;
    width: 36px;
    height: 36px;
    color: rgb(255, 255, 255) !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.375rem;
  }

  .side-bar {
    margin-top: 7%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 80vh !important;
    scrollbar-color: #51515c #000000;

  }

  .logologin {
    max-height: 60px !important;
    color: white;
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .logohead {
    font-size: 28px !important;
    font-weight: 600;

  }

  .loginicontext {
    text-shadow: 2px 2px #796a6ada;

    font-size: 28px !important;
    font-weight: 600;
    color: rgb(252, 252, 252);
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .loginlabel {
    font-size: 16px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    /* font-family: 'Font Awesome 5 Free'; */
    background-color: #eff3f6 !important;
    /* padding: 1rem 1rem !important; */
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 12px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .logincard {
    margin-bottom: 0px !important;
    height: 580px !important;
    border-radius: 2rem !important;

  }

  .imglogin {

    height: 580px !important;
    border-radius: 1rem 0 0 1rem !important;

  }

  .btn-full-width {
    width: 66% !important;
  }

}

@media(min-width:1401px) and (max-width:1600px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .navposition {
    z-index: 1020;
    transition: all 0.3s ease;
    /* margin-left: 250px; */
    top: 0;
    right: 0;
    left: 260px !important;
    position: fixed;
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .main {
    margin-left: 260px;

  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(27deg, #064343, #000000); */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* background: linear-gradient( 135deg, #2d4a3a 60%, #4c7254a1 100%); */
    /* background: linear-gradient(135deg, #556d60 50%, #2D4A3A 100%); */

    /* border-top-right-radius: 50px; */
    /* side rsh */
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
  z-index: 2001;
  }

  .modal-content-mobile {
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .timeline {
    margin-top: 50px !important;
    /* border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px; */
    /* border-top-right-radius: 4px; */
    margin: 0 auto;
    /* letter-spacing: 0.2px; */
    position: relative;
    /* line-height: 1.4em;
    font-size: 1.03em;
    padding-left: 50px; */
    list-style: none;
    text-align: left;
    max-width: 70%;
  }

  .timelinenormal {
    /* top: 80px !important; */
    border-left: 3px solid #9395a0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 70%; */
  }

  .timelinelast {
    /* top: 80px !important; */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 70%; */
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }

  .progresscontainer {
    font-weight: 600;
    font-size: 21px;
    width: 100%;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .iconsizedash {
    font-size: 23px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    padding: 20px;
    border-radius: 10px;
  }

  #PieChartLab {
    height: 180px !important;
  }

  #PieChartBar {
    height: 180px !important;
  }

  #PieChartStore {
    height: 150px !important;
  }

  #myBarChart {
    height: 380px !important;
  }

  .notificationDiv {
    width: 350px;
    height: 400px;
    overflow-x: scroll;
  }

  .icondashboard {
    font-size: 26px;
  }

  .dashcardfont {
    font-weight: 600 !important;
    font-size: 18px !important;
    color: rgb(255, 255, 255) !important;

  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 20px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 18px !important;
  }

  .icon-wrappercard {
    background-color: white !important;
    border-radius: 40px;
    letter-spacing: 1px;
    padding: 8px 13px;
    width: 45px;
    height: 45px;
    color: rgb(255, 255, 255) !important;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.875rem;
  }

  .side-bar {
    margin-top: 7%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 80vh !important;
    scrollbar-color: rgba(255,255,255,0.25)  #2A3F54 ;

  }

  .logologin {
    max-height: 60px !important;
    color: white;
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .logohead {
    font-size: 28px !important;
    font-weight: 600;

  }

  .loginicontext {
    text-shadow: 2px 2px #796a6ada;

    font-size: 28px !important;
    font-weight: 600;
    color: rgb(252, 252, 252);
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .loginlabel {
    font-size: 16px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    /* font-family: 'Font Awesome 5 Free'; */
    background-color: #eff3f6 !important;
    /* padding: 1rem 1rem !important; */
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 12px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .logincard {
    margin-bottom: 0px !important;
    height: 580px !important;
    border-radius: 2rem !important;

  }

  .imglogin {

    height: 580px !important;
    border-radius: 1rem 0 0 1rem !important;

  }

  .btn-full-width {
    width: 66% !important;
  }
}

@media(min-width:1601px) and (max-width:2000px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .navposition {
    z-index: 1020;
    transition: all 0.3s ease;
    /* margin-left: 250px; */
    top: 0;
    right: 0;
    left: 260px !important;
    position: fixed;
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .main {
    margin-left: 260px;

  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* border-top-right-radius: 50px; */
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
  z-index: 2001;
  }

  .modal-content-mobile {
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .timeline {
    margin-top: 50px !important;
    /* border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; */
    margin: 0 auto;
    /* letter-spacing: 0.2px; */
    position: relative;
    /* line-height: 1.4em; */
    /* font-size: 1.03em;
    padding-left: 50px; */
    list-style: none;
    text-align: left;
    max-width: 75%;
  }

  .timelinenormal {
    /* top: 80px !important; */
    border-left: 3px solid #9395a0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 75%; */
  }

  .timelinelast {
    /* top: 80px !important; */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 75%; */
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }


  .progresscontainer {
    font-weight: 600;
    font-size: 29px;
    width: 100%;
    height: 38px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .iconsizedash {
    font-size: 23px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    padding: 20px;
    border-radius: 10px;
  }

  #PieChartLab {
    height: 230px !important;
  }

  #PieChartBar {
    height: 230px !important;
  }

  #PieChartStore {
    height: 190px !important;
  }

  #myBarChart {
    height: 400px !important;
  }

  .notificationDiv {
    width: 350px;
    height: 400px;
    overflow-x: scroll;
  }

  #myPieChart {
    height: 280px !important;
  }

  .icondashboard {
    font-size: 26px;
  }

  .dashcardfont {
    font-weight: 600 !important;
    font-size: 19px !important;
    color: rgb(255, 255, 255) !important;

  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 35px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 30px !important;
  }

  .icon-wrappercard {
    background-color: white !important;
    letter-spacing: 1px;
    padding: 10px !important;
    width: 45px;
    height: 45px;
    color: rgb(0, 0, 0) !important;
    border-radius: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.65rem;
  }

  .side-bar {
    margin-top: 7%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 85vh;
    scrollbar-color: #51515c #000000;

  }

  .logologin {
    max-height: 80px !important;
    color: white;
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .logohead {
    font-size: 33px !important;
    font-weight: 600;

  }

  .loginicontext {
    text-shadow: 2px 2px #796a6ada;

    font-size: 33px !important;
    font-weight: 600;
    color: rgb(252, 252, 252);
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .loginlabel {
    font-size: 18px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    /* font-family: 'Font Awesome 5 Free'; */
    background-color: #eff3f6 !important;
    padding: 1rem 1rem !important;
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 14px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .logincard {
    height: 650px !important;
    border-radius: 2rem !important;

  }

  .imglogin {

    height: 650px !important;
    border-radius: 1rem 0 0 1rem !important;

  }

  .btn-full-width {
    width: 66% !important;
  }

}

@media(min-width:2001px) and (max-width:5000px) {

  .side-bar .menu .item .sub-menu a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;

    padding: 13px 9px;
    /* line-height: 50px; */
  }

  .navposition {
    z-index: 1020;
    transition: all 0.3s ease;
    /* margin-left: 250px; */
    top: 0;
    right: 0;
    left: 260px !important;
    position: fixed;
  }

  .side-bar .menu .item .sub-btn {
    /* margin-bottom: 45px; */
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 1px 9px;
    /* line-height: 56px; */
  }

  .main {
    margin-left: 260px;

  }

  .modal-content-mobile {
    overflow-y: auto;
    margin-top: 25px !important;
  }

  .timeline {
    margin-top: 50px !important;
    /* border-left: 3px solid #9395a0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; */
    margin: 0 auto;
    /* letter-spacing: 0.2px; */
    position: relative;
    /* line-height: 1.4em; */
    /* font-size: 1.03em;
    padding-left: 50px; */
    list-style: none;
    text-align: left;
    max-width: 75%;
  }

  .timelinenormal {
    /* top: 80px !important; */
    border-left: 3px solid #9395a0 !important;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 75%; */
  }

  .timelinelast {
    /* top: 80px !important; */
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* margin: 0 auto; */
    letter-spacing: 0.2px;
    /* position: relative; */
    line-height: 1.4em;
    font-size: 1.03em;
    /* padding-left: 50px; */
    list-style: none;
    text-align: left;
    /* max-width: 75%; */
  }

  .sidecontent {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding-left: 4% !important;
  }


  .progresscontainer {
    font-weight: 600;
    font-size: 29px;
    width: 100%;
    height: 38px;
    background-color: #f3f3f3;
    border-radius: 5px;
    display: flex;
    overflow: hidden;
  }

  .iconsizedash {
    font-size: 23px !important;
    color: gray !important;
    margin-right: 10px !important;
  }

  .chart-container {
    background-color: #f0f8ff;
    /* Change this to your preferred background color */
    padding: 20px;
    border-radius: 10px;
  }

  #PieChartLab {
    height: 230px !important;
  }

  #PieChartBar {
    height: 230px !important;
  }

  #PieChartStore {
    height: 190px !important;
  }

  #myBarChart {
    height: 400px !important;
  }

  .notificationDiv {
    width: 350px;
    height: 400px;
    overflow-x: scroll;
  }

  #myPieChart {
    height: 280px !important;
  }

  .icondashboard {
    font-size: 26px;
  }

  .dashcardfont {
    font-weight: 600 !important;
    font-size: 19px !important;
    color: rgb(255, 255, 255) !important;

  }

  .countlabel {
    font-weight: 600 !important;
    font-size: 35px !important;
  }

  .countlabelHead {
    font-weight: 600 !important;
    font-size: 30px !important;
  }

  .icon-wrappercard {
    background-color: white !important;
    letter-spacing: 1px;
    padding: 10px !important;
    width: 45px;
    height: 45px;
    color: rgb(0, 0, 0) !important;
    border-radius: 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 1.65rem;
  }

  .side-bar {
    margin-top: 7%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 85vh;
    scrollbar-color: #51515c #000000;

  }

  .logologin {
    max-height: 80px !important;
    color: white;
    top: 40%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .logohead {
    font-size: 33px !important;
    font-weight: 600;

  }

  .loginicontext {
    text-shadow: 2px 2px #796a6ada;

    font-size: 33px !important;
    font-weight: 600;
    color: rgb(252, 252, 252);
    top: 50%;
    left: 40%;
    position: absolute;
    transform: translate(-50%, -50%);
  }

  .loginlabel {
    font-size: 18px;
    font-weight: 600;
    color: rgb(8, 87, 7);

  }

  .logininputbox {
    font-family: Arial, 'FontAwesome';
    font-weight: 500 !important;
    letter-spacing: .13rem !important;
    /* font-family: 'Font Awesome 5 Free'; */
    background-color: #eff3f6 !important;
    padding: 1rem 1rem !important;
    border: 1px solid rgba(121, 145, 115, 0.684);
    font-size: 14px !important;
    border-radius: 14px !important;
    padding-left: 20px !important;

  }

  .logincard {
    height: 650px !important;
    border-radius: 2rem !important;

  }

  .imglogin {

    height: 650px !important;
    border-radius: 1rem 0 0 1rem !important;

  }

  .btn-full-width {
    width: 66% !important;
  }

  .sidebar {
    /* scrollbar-width: none;
    overflow: scroll; */
    /* background-image: linear-gradient(30deg, #060505, #000000); */
    /* border-top-right-radius: 50px; */
    background: #2A3F54 !important;
    padding: 6px 14px;
    /* z-index: 1090; */
    transition: all 0.5s ease;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
  z-index: 2001;
  }

}


.btn-width-btn {
  width: 60px;
}

.intelilistbox-width {
  width: 200px !important;
}

.radiobtn-text {
  padding-left: 5px;
  font-weight: bold;
}


.lblmediumboldtext {
  font-size: 13px !important;
  color: #000 !important;
  font-weight: bold;
}

.iconbadge {
  font-size: 1.1rem !important;
}


/* ----------------------dial-pad--------------------------- */

/* General styles */


.card-custom {
  /* border: 1px solid #ccc; */
  padding: 15px;
  /* width: 300px; */
  margin: auto;
  border-radius: 8px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.card-custom .header-section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.btn-circle {
  width: 50px;
  height: 50px;
  border-radius: 25% !important;
  font-size: 24px !important;
  line-height: 42px;
}

#ItemPrice {
  color: #d43d3d;
  font-size: 1.9rem;
  font-weight: bold;
}

#itemName {
  text-transform: uppercase;
  color: #225bb3;
  font-size: 1.6rem;
  font-weight: 700;

}

.kot-sub-text {
  color: black !important;
  font-weight: 700;
  font-size: 18px;
  margin-top: 17px;
}





.btn-light {
  border: 1px solid #ddd;
  width: 100px;
  height: 40px;
  font-size: 1rem;
}

.btn-circle {
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.keypad-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 65vh; */
  /* background-color: #f0f0f0; */
}

.keypad-group {
  /* background-color: #ffffff; */
  padding: 15px;
  border-radius: 12px;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.keypad-table {
  margin: 0 auto;
}



.keypad-display {
  min-height: 50px !important;
  text-align: center !important;
  border-bottom: 3px solid #a5c1d1b0;
  background: aliceblue;
  width: 100%;
  /* height: 97%; */
  font-size: 31px;
  color: #333;
  /* background-color: #e0e0e0; */
  border-radius: 16px;
  text-align: right;
  padding: 5px;
  /* box-shadow: inset 5px 5px 10px #cccccc, inset -5px -5px 10px #ffffff; */
  margin-bottom: 12px;
}

/* .keypad-label {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  display: block;
  
} */

.keypad-button {
  width: 65px;
  height: 65px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  border: none;
  border-radius: 10px;
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  box-shadow: 5px 5px 10px #cccccc, -5px -5px 10px #ffffff;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 5px;
}

/* Hover effect */
.keypad-button:hover {
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  box-shadow: inset 5px 5px 10px #cccccc, inset -5px -5px 10px #ffffff;
  color: #007bff;
}

.keypad-button:active {
  transform: scale(0.98);
  box-shadow: inset 2px 2px 5px #cccccc, inset -2px -2px 5px #ffffff;
}

/* Special buttons */
.keypad-button-back,
.keypad-button-close {
  width: 95px;
  background: linear-gradient(145deg, #04040438, #f1f1f126);
  box-shadow: 0px 0px 0px #040404, 7px 7px 13px #c3c3c3;
  color: #040404;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  margin: 8px 10px;
  border-radius: 15px;
}

.keypad-table tr:last-child {
  text-align: center;
  /* Center align the last row */
}

.keypad-table tr:last-child td {
  padding: 0;
  /* Remove padding from last row cells */
}

.keypad-button-close:hover {
  background: linear-gradient(145deg, #ff6666, #ff4d4d);
  box-shadow: inset 5px 5px 10px #cc0000, inset -5px -5px 10px #ff9999;
  color: white;
}

.keypad-button-back:hover {
  background: linear-gradient(145deg, #6698ff, #4d5bff);
  box-shadow: inset 5px 5px 10px #000bcc, inset -5px -5px 10px #99bdff;
  color: white;
}











/* loginstyle---------------------------------------------------------- */
.logofront {
  max-height: 47px !important;
}

.ConsultationIntelitxtbox {
  height: 200px !important;
}

.ConsultationTextbox {
  height: 87px !important;
}

.capitalize {
  text-transform: uppercase;
}



.loginbutton:hover {
  background-color: #1e27a0f1 !important;

}

.loginbutton {
  background-color: #2c5cb5 !important;
  color: white !important;
  padding: 10px 50px 10px 50px !important;
  font-size: 17px !important;
  border-radius: 25px !important;

}



.imagebackdiv {
  position: relative;
}

.card.card-statistics .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.stretch-card {

  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.purpletile {
  background-color: rgba(62 22 74 / 90%) !important;
}

.pinktile {
  background-color: rgba(160, 15, 63, 0.813) !important;
}

.greentile {
  background-color: rgba(10, 93, 10, 0.846) !important;
}

.graytile {
  border-radius: 15px !important;
  background-color: rgba(45, 74, 131, 0.784) !important;
}

.graycardicon {
  color: rgba(45, 74, 131, 0.784) !important;

}

.redtile {
  border-radius: 15px !important;
  background-color: #df4141cf !important;
}

.redcardicon {
  color: #df4141cf !important;
}

.lightbluetile {
  border-radius: 15px !important;
  background-color: #108e9cde !important;
}

.lightblueicon {
  color: #108e9cde !important;
}

.orangetile {
  border-radius: 15px !important;
  background-color: rgba(226, 156, 35, 0.904) !important;
}

.carddarkblue {
  background-color: rgba(38, 38, 90, 0.992) !important;
  border-radius: 15px !important;
  /* border-left:9px solid rgba(38, 38, 90, 0.992) !important; */
  /* background-color: rgba(81, 81, 122, 0.395) !important; */
}

.icondarkblue {
  color: rgba(38, 38, 90, 0.992) !important;
}

.cardblueicon {
  color: rgba(132, 69, 191, 0.806) !important;
}

.cardpink {
  background-color: rgba(165 63 81 / 88%) !important;
  border-radius: 15px !important;

}

.iconpink {
  color: rgba(165 63 81 / 88%) !important;
}

.cardpinkicon {
  color: rgba(183, 86, 102, 0.811);
}

.cardgreen {
  background-color: rgba(19, 85, 19, 0.721) !important;
  border-radius: 15px !important;
}

.icongreen {
  color: rgba(19, 85, 19, 0.721) !important;
}

.cardbrown {
  background-color: rgb(239 74 0 / 8%) !important;
  border: 1px solid rgba(92, 35, 10, 0.606) !important;
  border-radius: 28px !important;
  border-left: 12px solid rgba(92, 35, 10, 0.606) !important;
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;

}

.iconbrown {
  background-color: rgba(92, 35, 10, 0.606) !important;
}

.cardyellow {
  background-color: rgb(216 219 37 / 23%) !important;
  border: 1px solid rgb(171 168 38 / 75%) !important;
  border-radius: 28px !important;
  border-left: 12px solid rgb(115 116 29 / 74%) !important;
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;

}

.iconyellow {
  background-color: rgb(115 116 29 / 74%) !important;
}

.carddarkgreen {
  background-color: rgb(112 255 4 / 24%) !important;
  border: 1px solid rgb(38 106 37 / 74%) !important;
  border-radius: 28px !important;
  border-left: 12px solid rgb(38 106 37 / 74%) !important;
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;
}

.icondarkgreen {
  background-color: rgb(38 106 37 / 74%) !important;
}

.cardblue {
  background-color: rgb(101 163 207 / 23%) !important;
  border: 1px solid rgb(46 48 70 / 74%) !important;
  border-radius: 28px !important;
  border-left: 12px solid rgb(46 48 70 / 74%) !important;
  border-bottom-left-radius: 28px !important;
  border-top-left-radius: 28px !important;
}

.iconblue {
  background-color: rgb(46 48 70 / 74%) !important;
}

.yellowtile {
  background-color: rgba(196, 184, 11, 0.904) !important;
}

.orangecardicon {
  color: rgba(226, 156, 35, 0.904) !important;
}

.navdrophead {
  text-wrap: balance !important;
  padding: 6px 6px !important;
  text-align: left !important;
}

.dashcardheader {
  padding: 6px !important;
}



.progress-segment {
  height: 100%;
  position: relative;
  /* For positioning the text */
  text-align: center;
  line-height: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

#segment1 {
  background-color: #2c1f69;
  /* Red */
}

.segment1box {
  background-color: #2c1f69 !important;
  height: 17px !important;
  width: 17px !important;
  border-radius: 3px !important;
}

.segment2box {
  background-color: #0bb1cb !important;
  height: 17px !important;
  width: 17px !important;
  border-radius: 3px !important;
}

#segment2 {
  background-color: #0bb1cb;
  /* Blue */
}



.progress-segment span {
  position: absolute;
  width: 100%;
  text-align: center;
}

.graphcard {
  border: 1px solid gray !important;
  border-radius: 15px !important;
}

.icondashdiv {
  float: left !important;
}

.dashimagecard {
  border-radius: 15px !important;
  background: linear-gradient(to top right, #555ceb36 17%, #086b828a 100%) !important;

}

.dashimagecard-red {
  border-radius: 15px !important;
  background: linear-gradient(to top right, rgba(255, 105, 97, 0.2) 17%, rgba(139, 0, 0, 0.7) 100%) !important;

}

.dashimagecard-green {
  border-radius: 15px !important;
  background: linear-gradient(to top right, rgba(144, 238, 144, 0.2) 17%, rgba(34, 139, 34, 0.7) 100%) !important;

}

.dashimagecard2 {
  background: linear-gradient(to top right, #adadb536 17%, #876a6a8a 100%) !important;
  border-radius: 15px !important;
  border-bottom-left-radius: 20px !important;
  border-top-left-radius: 20px !important;
  border-left: 9px solid rgb(0, 0, 0) !important;
  border-right: 1px solid black !important;
  border-bottom: 1px solid black !important;
  border-top: 1px solid black !important;



}

.dashimg {
  border-radius: 30px !important;

}

.dashimgnew {
  height: 100px !important;
  width: 100px !important;
  object-fit: fill;
  border-radius: 50% !important;

}

.dashimg1 {
  border-radius: 9px !important;

}

.sidebarselect {
  line-height: 26px !important;
  border-radius: 17px !important;
  box-shadow: 0px 9px 7px 0px rgb(61 64 59) !important
  
}








@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .eventgray {
  padding-bottom: 25px;
  /* margin-bottom: 25px; */
  position: relative;
}

.timeline .eventorange {
  padding-bottom: 25px;
  /* margin-bottom: 25px; */
  position: relative;
}

@media (max-width: 767px) {
  .timeline .eventgray {
    padding-top: 10px;
  }

  .timeline .eventorange {
    padding-top: 10px;
  }
}

.timeline .eventorange:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .eventgray:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .eventgray:before,
.timeline .eventgray:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .eventorange:before,
.timeline .eventorange:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .eventgray:before {
  color: #5792d1;
  font-weight: 700 !important;
  left: -175px;
  content: attr(data-date);
  text-align: right;
  font-size: 1.7rem !important;
  min-width: 120px;
}

.eventgraylink {
  position: absolute;
  display: block;
  top: 0;
  color: #5792d1;
  font-weight: 700 !important;
  left: -175px;
  content: attr(data-date);
  text-align: right;
  font-size: 1.7rem !important;
  min-width: 120px;

}

.eventorangelink {
  position: absolute;
  display: block;
  top: 0;
  color: #5792d1;
  font-weight: 700 !important;
  left: -175px;
  content: attr(data-date);
  text-align: right;
  font-size: 1.7rem !important;
  min-width: 120px;

}

.timeline .eventorange:before {
  color: #5792d1;
  font-weight: 700 !important;
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-size: 1.7rem !important;
  min-width: 120px;
}


@media (max-width: 767px) {
  .timeline .eventorange:before {
    left: 0px;
    text-align: left;
  }

  .timeline .eventgray:before {
    left: 0px;
    text-align: left;
  }

  .eventgraylink {
    margin-left: 25px;
    left: 0px;
    text-align: left;
  }

  .eventorangelink {
    margin-left: 25px;

    left: 0px;
    text-align: left;
  }
}

.timeline .eventorange:after {
  box-shadow: 0 0 0 3px #f0a26a;
  left: -13.8px;
  background: #fb9063;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  content: "";
  top: 3px;
}

.timeline .eventgray:after {
  box-shadow: 0 0 0 3px #a8a8b0;
  left: -13.8px;
  background: #ab9faf;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  content: "";
  top: 3px;
}

@media (max-width: 767px) {
  .timeline .eventorange:after {
    left: -11.8px;
  }

  .timeline .eventgray:after {
    left: -11.8px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #3f436d;
}

.rtl .timeline .eventgray::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .eventorange::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .eventgray::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .eventorange::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .eventgray::after {
  left: 0;
  right: -55.8px;
}

.rtl .timeline .eventorange::after {
  left: 0;
  right: -55.8px;
}





.text-green {
  color: rgb(23, 184, 23) !important;
}


.timeline-title {
  list-style: outside !important;
}


.text-violet {
  color: rgb(177, 32, 121);
  font-weight: 700;
}

.bi-x-lg-close::before {
  font-size: 20px;
  content: "\f659" !important;
  color: rgb(253, 0, 0) !important;
  font-weight: 1000 !important;

}

.bi-check2-tick::before {
  font-size: 20px;
  font-weight: 1000 !important;
  color: rgb(12, 227, 12);
  content: "\f272";
}

.endalign {
  text-align: end !important;
}

.colourbuttongray {
  background-color: #ab9faf;
  width: 18px !important;
  height: 18px;
}

.colourbuttonorange {
  background-color: #fb9063;
  width: 18px !important;
  height: 18px;
}

.colourbuttonviolet {
  background-color: rgb(177, 32, 121) !important;
  width: 18px !important;
  height: 18px;
}

.colourbuttongreen {
  background-color: rgb(12, 227, 12) !important;
  width: 18px !important;
  height: 18px;
}

.colourbuttonred {
  background-color: rgb(253, 0, 0) !important;
  width: 18px !important;
  height: 18px;
}

.colourbuttonDispense {
  background: linear-gradient(to top right, rgba(144, 238, 144, 0.2) 17%, rgba(34, 139, 34, 0.7) 100%) !important;
  width: 18px !important;
  height: 18px;
}

.colourbuttonNotDispense {
  background: linear-gradient(to top right, rgba(255, 105, 97, 0.2) 17%, rgba(139, 0, 0, 0.7) 100%) !important;
  width: 18px !important;
  height: 18px;
}

.spancontainer {
  display: flex;
  align-items: center;
}

.timeline-head {
  font-weight: bold !important;
  font-size: 20px !important;

  color: #fafafa !important;
}

.timeline-headIp {
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  box-shadow: 0 0 20px rgba(210, 152, 60, 0.794);
  position: relative;
  padding: 10px 20px;
  background-color: #e67d40f8;
  color: white;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;


}

.timeline-headOp {
  font-size: 20px;
  font-weight: bold;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  box-shadow: 0 0 20px rgba(42, 54, 58, 0.4);
  position: relative;
  padding: 10px 20px;
  background-color: #89817ef8;
  color: white;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 20px;


}

.d-flex-col {
  display: flex;
  margin-top: 10px;
  color: #9c27b0;
  flex-direction: row-reverse;
  font-size: 15px;
  font-weight: 800;
}

.helpPreviewbtn {
  min-width: 96px;
  max-width: 200px;
  margin-right: 15px;
  border: 1px solid gray;
  background-color: white;

}

.helpPreviewbtn:hover {
  background-color: lightgray !important;
}

.d-btnflex {
  display: flex;
  align-items: flex-end;
}


/* -------------------------- */
.settingbutton:hover {
  background-position: right center;
  transform: scale(1.05);
}

/* ---------------------------------------------> */
@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.subscribe-wrapper:hover {
  transform: scale(1.05);

}

.subscribe-btn {


  background-image: linear-gradient(to right, #930719 0%, #f43f3f 51%, #a01616 100%);
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  padding: 7px 15px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.subscribe-btn:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;

}

.icon-wrapper {

  position: relative;

  padding: 10px;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(156, 123, 123, 0.2);
  transition: all 0.3s ease;
}

.icon-wrapper:hover {


  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);

}

.icon-wrapper i {
  color: #fff;
  font-size: 11px;
}

.hand-click {
  position: absolute;
  bottom: -9px;
  right: 1px;
  width: 25px;
}

.subscribe-btn,
.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.subscribe-wrapper img {
  max-width: 18px;
}

.blink-text-phone {
  margin-right: 10px;
  animation: blink 1s infinite;
  font-weight: bold;
  font-size: 14px;

}

.phone-icon-side {
  font-size: 13px !important;
}

.phone-drop-setting-btn {
  width: 100px;
  font-size: 12px !important;
  color: white !important;
  padding: 0.4rem 1rem !important;
  border-radius: 9px !important;
  background: #949aa7 !important;
}

.phone-logout-btn {
  font-size: 12px !important;
  color: white !important;
  padding: 0.3rem 1.5rem !important;
  border-radius: 25px !important;
  background: #d11e1e !important;
}

.phone-help-btn {
  font-size: 12px !important;
  color: white !important;
  padding: 0.3rem 1.5rem !important;
  border-radius: 25px !important;
  background: #edc917 !important;
  ;
}

/* ---------------------Icon Side Bar Support-------------------------------------------- */


.opacity-none {
  opacity: 0;
}

.opacity-block {
  opacity: 1;
}


#icon-sidebar-wrapper {
  margin-right: 25px;
  position: fixed;
  top: 93%;
  transform: translateY(-50%);
  right: 0;
  width: auto;
  background: #222;
  z-index: 3100;
  transition: all .4s ease;
  /* padding: 5px 5px 5px 5px; */
  border-radius: 32px 32px 32px 32px;
  overflow: hidden;
  display: flex !important;
  align-items: center;
  gap: 10px;
}




#icon-sidebar-wrapper.expanded {
  padding-left: 10px;
}




#iconbar_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-direction: row;
}


#iconbar_menu li {
  text-align: center;
}

#iconbar_menu li a {
  border-radius: 25px;
  text-decoration: none;
  display: block;
  font-size: 20px;
  padding: 5px 9px 4px 10px;
  transition: background-color 0.3s ease;
  margin: 5px !important;
}



#main_icon {
  /* padding: 0.19rem 0.79rem; */
  padding: -0.5px 4px;
  display: block;
  text-align: center;
  font-size: 23px;
  cursor: pointer;
  color: #eeffef;
  transition: transform 0.4s ease;
}

/* Show the icons only when expanded */
#icon-sidebar-wrapper:not(.expanded) #iconbar_menu {
  display: none;
}

#icon-sidebar-wrapper.expanded #main_icon {
  transform: rotate(360deg);
}

#icon-sidebar-wrapper.expanded .supportclose-span {
  display: none;
}

#icon-sidebar-wrapper.expanded .support-arrow {
  display: none;
}

#icon-sidebar-wrapper.expanded #toggle-btn {
  display: inline-block;
}

#icon-sidebar-wrapper:hover .supportclose-span {
  opacity: 1;
}

.supportimg {
  width: 55px;
  border-radius: 25px;
}

/* .supportclose{
  font-size: 10px;
    top: 0;
    left: 34px;
    position: absolute !important;
    z-index: 10000;
} */
.support-arrow {
  display: none;
  padding: 0.2rem .2rem 0.15rem 0.2rem;
  border-radius: 50%;
  background: #ccd2fd;
  margin-right: 25px;
  position: fixed !important;
  top: 93%;
  transform: translateY(-50%);
  right: -1%;
  width: auto;
  color: #222;
  z-index: 3500;
}

.supportclose-span {

  cursor: pointer;
  color: black;
  font-size: 9px;
  top: 3px;
  left: 34px;
  position: absolute !important;
  z-index: 10000;
  background-color: #ffffff85;
  border-radius: 50%;
  padding: .12rem .25rem .001rem .2rem;
  /* width: 15px;
  height: 15px; */
}

.whatsapp-icon {
  color: rgb(61, 245, 14);
}

.whatsapp-icon:hover {
  color: #12e112;
  ;

}

.phone-icon:hover {
  color: #155bff;

}

.phone-icon {
  color: rgb(8, 117, 232);
}

/* .green-icon {
  background-color: #16c716;
}

.blue-icon {
  background-color: #2d3cc9;

} */
.green-sideicon:hover {
  background-color: green;
  color: white;
}

.green-sideicon {
  color: #12e112;

}

.blue-sideicon:hover {
  background-color: #155bff;
  color: white;

}

.blue-sideicon {
  color: #49b9fd;
}


#arrow-iconbar {
  margin: 0 auto;
  text-align: center;
  color: #ebffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff;
}

/* On Boarding Tour */
.onboardingtour-container {
  position: fixed;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1052;
  /* Ensure this is above the backdrop */
  display: none;
  width: 350px;
  opacity: 0;
  /* Added for fade-in effect */
  transition: opacity 0.3s ease;
  /* Added for fade-in effect */
}

.onboardingtour-container.show {
  display: block;
  opacity: 1;
  /* Added for fade-in effect */
}

.onboardingtour-close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: red;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
}

.onboardingtour-content {
  text-align: center;
}

.onboardingtour-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.onboardingtour-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
}

.onboardingtour-dot.active {
  background-color: green;
}

.onboardingtour-next-button {
  background-color: green;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.onboardingtour-next-button:hover {
  background-color: darkgreen;
}

.onboardingtour-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* Added for fade-in effect */
  transition: opacity 0.3s ease;
  /* Added for fade-in effect */
  display: none;
  z-index: 1051;
  /* Ensure this is below the modal container */
}

.onboardingtour-backdrop.show {
  display: block;
  opacity: 1;
  /* Added for fade-in effect */
}

.onboardingtour-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid #ccc;
  transform: rotate(45deg);
  z-index: 1051;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.make-element-blink {
  position: relative;
  display: inline-block;
  padding: 5px;
  /* Add padding to make space for the border */
  border: 3px solid blue;
}

.make-element-blink ::before {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.onboardingtour-modal {
  display: none;
  position: fixed;
  z-index: 1052;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.onboardingtour-modal-content {
  position: absolute;
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}

.onboardingtour-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.onboardingtour-close:hover,
.onboardingtour-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.onboardingtour-element {
  margin: 100px;
  padding: 20px;
  border: 1px solid #ccc;
  display: inline-block;
}

.onboardingtour-indicator {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fefefe;
  display: none;
  z-index: 1053;
}

/* Tour step class */
.onboardingtour-step {
  position: relative;
}

/* On Boarding Tour */




/* ---------------------Restaurent---------------------------- */



.search-bar-kot {
  border-radius: 10px !important;
  border-left: 4px solid #19756485 !important;
  background-color: aliceblue;
  box-shadow: 0 .5rem 1rem rgb(85 81 81 / 15%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 20px !important;
  padding-bottom: 10px !important;
  padding-top: 10px !important;

}

.kot-search:hover {
  background-color: rgb(0 155 62) !important;

}

.search-bar-kot input,
.form-check {
  border-radius: 5px !important;

}

.d-center-flex {
  display: flex;
  justify-content: space-around !important;
}

.click-input {
  border: 3px solid #e7e7e7 !important;
  height: 40px !important;
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px !important;
  background-color: rgb(245 255 245);
  background-image: linear-gradient(to top left, rgb(0 0 0 / 20%), rgb(0 0 0 / 20%) 30%, rgb(0 0 0 / 0%));
  display: block;
}

.area-text {
  color: #2828c5 !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 18px;

}

.search-bar-kot button {
  background-color: rgb(0 155 62) !important;
  color: white !important;
  border: none !important;
}

.search-bar-kot button:hover {
  background-color: green !important;
}

.row-flex {
  display: flex !important;
  align-items: center !important;
}

.img-kot {
  border-radius: 50%;
}


.order-btn {
  background: linear-gradient(45deg, #28a745, #218838);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.order-btn:hover {
  background: linear-gradient(45deg, #218838, #1e7e34);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.kot-parcel-btn {
  background: linear-gradient(45deg, #1a9cc3, #2a6a93);
  border: none;
  border-radius: 15px;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.kot-add-btn {
  background: linear-gradient(45deg, #28a745, #218838);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.kot-close-btn {
  background: linear-gradient(45deg, #bb1b1b, #e12128);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.kot-close-btn:hover {
  background: linear-gradient(45deg, #9d1a1a, #ad2e1f);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);

  transform: translateY(-2px);
}

.kot-add-btn:hover {
  background: linear-gradient(45deg, #218838, #1e7e34);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.kot-parcel-btn:hover {
  background: linear-gradient(45deg, #1a9cc3, #2a6a93);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.kot-ok-btn {
  background: linear-gradient(45deg, #28a745, #218838);
  border: none;
  border-radius: 15px;
  color: #fff;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.waiter-modal {
  background: #deeeff;
  border-radius: 15px;
}

.waiter-input {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
  border-radius: 10px !important;
  border-bottom: 3px solid #207676 !important;
  height: 34px !important;
  /* background: aliceblue !important; */
  display: block;
}

.kot-ok-btn:hover {
  background: linear-gradient(45deg, #218838, #1e7e34);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


.clear-kot-btn {
  background: linear-gradient(45deg, #c3a81a, #e3c013);
  border: none;
  border-radius: 50px;
  color: #fff;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}

.button-dining:hover {
  background-color: #FFD3B3 !important;
}

.button-dining.active {
  background-color: #FFD3B3 !important;

}

.dining-btn {
  transform: scale(1.05);
  border: 1px solid #052407 !important;
}

.dining-btn.active {
  transition: transform .3s ease-in-out;
  background: #50c373b0;
  border: 1px solid #052407 !important;
}

.dining-label {
  font-weight: 800;
  font-size: .7rem !important;
}


.button-dining {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  padding: 10px 20px;
  text-decoration: none;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.bottom-kot-btn {
  border-radius: 15px !important;
}

.kot-tab-horizontal.active {
  border-top-right-radius: 14px !important;
  border-top-left-radius: 14px !important;
  color: #000000 !important;
  background-color: #67aef54a !important;
  border-color: #dee2e6 #dee2e6 #fff !important;
  border-bottom: 1px solid #1a5058 !important;
}

.kot-tab-horizontal {
  font-size: 15px !important;
  text-align: center !important;
  min-width: 100px !important;
}


.clear-kot-btn:hover {
  background: linear-gradient(45deg, #ddc616, #c3b618);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}


.vertical-tab-btn:hover {
  transition: transform .7s ease-in-out;
  border-radius: 15px !important;
  background-color: #b8ddef !important;
}


.vertical-tab-btn.active {
  border-radius: 15px !important;
  color: white !important;
  background: linear-gradient(0deg, rgb(39 70 141 / 83%) 0%, rgb(48 166 213 / 89%) 100%) !important
}

.col-space-around {
  display: flex !important;
  justify-content: space-around !important;
}





.card-item-border {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 4px solid #19756485 !important;
  border-radius: 15x;
  background: aliceblue !important;

  border-radius: 10px !important;
}





.category-close {
  color: white !important;
  border-radius: 15px;
  background: #e11010 !important;
  padding: .03rem .1rem !important;
}



.row-flex-kot {
  display: flex !important;
  align-items: center !important;
}

.vertical-tab-btn:focus {
  border: none !important;
  box-shadow: none !important;
}

.img-card-kot {
  transition: transform .3s ease-in-out
}

.img-card-kot:hover {
  transform: scale(1.05);


}

.kot-item-input {
  line-height: 30px !important;
  border-radius: 9px !important;
  border-bottom: 3px solid #1b6599 !important;
  background: aliceblue !important;
}

.kot-item-modal-body {
  height: 600px !important;
  overflow-y: scroll !important;
  scrollbar-width: none;

}

.kot-item-modal-content {
  border-radius: 15px !important;
}

@media(min-width:260px) and (max-width:481px) {
  .chart-toggle-button i {
    font-size: 1rem;
  }

  .supportclose-span {
    opacity: 1;
  }

  .kot-check-text {
    font-size: .8rem !important;
  }

  .item-font {
    font-size: 14px !important;
  }

  .kot-item-label {
    font-size: 15px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 45vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    margin-top: 32px !important;
    height: 49vh !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 45vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 36vh !important;
  }

  .tab-ul-padding {
    flex-direction: column !important;
    padding: 10px !important;
    color: black !important;
  }

  .vertical-tab-btn {
    margin: 4px 10px !important;
    max-width: 160px !important;
    word-wrap: break-word;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    min-width: 100px;
    transform: scale(1.05);
    color: black !important;
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(0 155 62) !important;
    font-size: 14px !important;
    padding: .6rem 1rem !important;
    border-radius: 22px !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1em 2em;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
  }

}

@media (min-width: 482px) and (max-width:767px) {
  .chart-toggle-button i {
    font-size: 1rem;
  }

  .supportclose-span {
    opacity: 1;
  }

  .kot-check-text {
    font-size: 1rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  /* ---------in dialogue------- */
  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    border-radius: 50% !important;
    height: 75px !important;
    width: 75px !important;


  }

  .item-font {
    font-size: 12px !important;
  }

  .kot-item-label {
    font-size: 15px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 45vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    overflow-y: scroll !important;
    margin-top: 32px !important;
    height: 40vh !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 45vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 36vh !important;
  }

  .tab-ul-padding {
    flex-direction: column !important;
    padding: 10px !important;
    color: black !important;
  }

  .vertical-tab-btn {
    max-width: 115px !important;
    word-wrap: break-word;
    margin: 4px 6px !important;
    min-width: 115px;
    transform: scale(1.05);
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: black !important;
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(0 155 62) !important;
    font-size: 14px !important;
    padding: 0.8rem 2rem !important;
    border-radius: 22px !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1em 2em;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
  }

}

@media(min-width:768px) and (max-width:1024px) {
  .chart-toggle-button i {
    font-size: 1rem;
  }

  .supportclose-span {
    opacity: 1;
  }

  .kot-check-text {
    font-size: 1rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    border-radius: 50% !important;
    height: 75px !important;
    width: 75px !important;


  }

  .item-font {
    font-size: 12px !important;
  }

  .kot-item-label {
    font-size: 15px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 80% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 45vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    overflow-y: scroll !important;
    margin-top: 32px !important;
    height: 39vh !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 45vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 36vh !important;
  }

  .tab-ul-padding {
    padding: 10px !important;
    color: black !important;
  }

  .vertical-tab-btn {
    max-width: 117px !important;
    word-wrap: break-word;
    margin: 4px 10px !important;
    display: inline-block;
    font-weight: 400;
    /* margin-left: 2px; */
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    min-width: 115px;
    transform: scale(1.05);
  }


  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    background-color: rgb(0 155 62) !important;
    font-size: 10px !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 22px !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1em 2em;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
  }
}

@media(min-width:1025px) and (max-width:1400px) {
  .chart-toggle-button i {
    font-size: 1rem;
  }

  .phoneEndalign {
    text-align: end;
    align-items: end !important;
  }

  .supportclose-span {
    opacity: 0;
  }

  .kot-check-text {
    font-size: 1rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    border-radius: 50% !important;
    height: 75px !important;
    width: 75px !important;


  }

  .item-font {
    font-size: 12px !important;
  }

  .kot-item-label {
    font-size: 15px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 55vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    margin-top: 32px !important;
    height: 49vh !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 55vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 46vh !important;
  }

  .tab-ul-padding {
    padding-bottom: 10px;
    padding-top: 10px;

    color: black !important;
  }

  .vertical-tab-btn {
    max-width: 160px !important;
    word-wrap: break-word;
    margin: 4px 5px !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    min-width: 136px;
    transform: scale(1.05);
    color: black !important;
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(0 155 62) !important;
    font-size: 12px !important;
    padding: 0.8rem 1rem !important;
    border-radius: 22px !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1em 2em;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
  }
}

@media(min-width:1401px) and (max-width:1600px) {
  .chart-toggle-button i {
    font-size: 1.3rem;
  }

  .phoneEndalign {
    text-align: end;
    align-items: end !important;
  }

  .supportclose-span {
    opacity: 0;
  }

  .kot-check-text {
    font-size: .95rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    border-radius: 50% !important;
    height: 85px !important;
    width: 85px !important;


  }

  .item-font {
    font-size: 13px !important;
  }

  .kot-item-label {
    font-size: 15px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 55vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    overflow-y: scroll !important;
    margin-top: 32px !important;
    height: 49vh !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 55vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 46vh !important;
  }

  .tab-ul-padding {
    padding-bottom: 10px;
    padding-top: 10px;
    color: black !important;
  }

  .vertical-tab-btn {
    max-width: 140px !important;
    word-wrap: break-word;
    margin: 4px 10px !important;

    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: black !important;
    min-width: 140px;
    transform: scale(1.05);
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(0 155 62) !important;
    font-size: 13px !important;
    padding: .8rem 2.5rem !important;
    border-radius: 22px !important;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1em 2em;
    border: none;
    color: white;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    border-radius: 100px;
  }
}

@media(min-width:1601px) and (max-width:2000px) {
  .chart-toggle-button i {
    font-size: 1.3rem;
  }

  .phoneEndalign {
    text-align: end;
    align-items: end !important;
  }

  .supportclose-span {
    opacity: 0;
  }

  .kot-check-text {
    font-size: 1.1rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    border-radius: 50% !important;
    height: 95px !important;
    width: 95px !important;


  }

  .item-font {
    font-size: 14px !important;
  }

  .kot-item-label {
    font-size: 18px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 55vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    margin-top: 32px !important;
    height: 49vh !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 55vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 46vh !important;
  }

  .tab-ul-padding {
    padding-bottom: 10px;
    padding-top: 10px;
    color: black !important;
  }

  .vertical-tab-btn {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    max-width: 160px !important;
    word-wrap: break-word;
    margin: 4px 10px !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    min-width: 170px;
    transform: scale(1.05);
    color: black !important;
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(45deg, #28a745, #218838);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 11px 26px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
}

@media(min-width:2001px) and (max-width:5000px) {
  .chart-toggle-button i {
    font-size: 1.3rem;
  }

  .phoneEndalign {
    text-align: end;
    align-items: end !important;
  }

  .supportclose-span {
    opacity: 0;
  }

  .kot-check-text {
    font-size: 1.1rem !important;
  }

  .keypad-width {
    max-width: 325px !important;
  }

  .item-add-width {
    max-width: 350px !important;
  }

  .kot-img-size {
    height: 95px !important;
    width: 95px !important;


  }

  .item-font {
    font-size: 14px !important;
  }

  .kot-item-label {
    font-size: 18px !important;

  }

  .img-kot-item {
    border-radius: 50% !important;
    width: 70% !important;
  }

  .bar-height-kot {
    background: linear-gradient(0deg, rgb(183 207 211 / 83%) 0%, rgb(219 248 253 / 89%) 100%) !important;
    overflow-y: scroll !important;
    height: 55vh !important;
    scrollbar-width: none !important;
  }

  .body-height-kot {
    margin-top: 32px !important;
    height: 49vh !important;
    overflow-y: scroll !important;
    scrollbar-width: none !important;
  }

  .category-outer-div {
    height: 55vh !important;
  }

  .category-bar {
    scrollbar-width: none !important;
    overflow-y: scroll !important;
    height: 46vh !important;
  }

  .tab-ul-padding {
    padding-bottom: 10px;
    padding-top: 10px;
    color: black !important;
  }

  .vertical-tab-btn {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    max-width: 160px !important;
    word-wrap: break-word;
    margin: 4px 10px !important;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid;
    transition: opacity .5s ease 0s !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    min-width: 170px;
    transform: scale(1.05);
    color: black !important;
  }

  .kot-search {
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(45deg, #28a745, #218838);
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 11px 26px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.4s ease;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
}



/* .kot-search i {
  margin-right: 10px; 
  font-size: 18px; 
  transition: transform 0.3s ease-in-out;
} */
.kot-search:hover {
  background: linear-gradient(45deg, #13d323, #0bab13);
  /* Darker gradient on hover */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1.05);
  /* Lift and scale on hover */
}

.kot-search:hover i {
  transform: rotate(20deg) scale(1.2);
  /* Slight rotation and scale of icon */
}

.kot-input {
  height: 33px !important;
}


/* ---in modal-body---- 
also add kot-modal-content in modal-content


*/
.kot-item-content {
  scrollbar-width: none;
  overflow-y: scroll !important;
  height: 560px;
  background: aliceblue !important;
  border-radius: 15px !important;
}

/* -------------in modal-md----------- */


/* ---commen------------ */
.kot-modal-content {
  background: aliceblue !important;
  border-radius: 15px !important;
}

/* ---------keypad-------------- */
.keypad-row {
  align-items: center;
  text-align: center !important;
}

/* ----add modal-md instead of modal-lg-------------- */
.waiter-label {
  font-weight: 600 !important;
  font-size: 15px !important;
}

/* --------------item----add-------------- */
.item-add-input {
  border-radius: 10px !important;
  border-bottom: 3px solid #207676 !important;
  height: 34px !important;
}

.item-add-textarea {
  border-radius: 10px !important;
  border-bottom: 3px solid #207676 !important;
}

.animated-icon-grid {
  background: #dedef1 !important;
  padding: 7px 10px;
  font-size: 20px;
  color: #211d1e;
  border-radius: 0px 0px 7px 7px;
  padding: 0px 13px;
  font-size: 12px;
  color: #211d1e;
  /* animation: glowAndTransform 2s infinite; */

  /* box-shadow: 0 .5rem 1rem rgb(186 191 199 / 29%) !important; */
}

.animated-icon-grid::before {
  text-shadow: 0 0 5px #4a4747, 0 0 10px #21e3c8, 0 0 15px #05e4fb, 0 0 20px #2fe8f1, 0 0 35px #13dfdf, 0 0 40px #02ffff;
  /* text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 0 0px 15px #fff, 0 0 10px #38eeff, 0 0 50px #38eeff; */
  animation: glowAndTransform 2s infinite;


}

@keyframes glowAndTransform {
  0% {
    transform: scale(1) rotate(0deg);
    /* box-shadow: 0px 0px 0px 0px rgba(238, 237, 237, 0.643); */
    /* border-radius: 50%; */

  }

  50% {
    transform: scale(1.2) rotate(0deg);
    /* box-shadow: 0px 0px 20px 5px rgba(220, 222, 227, 0.841); */
    /* border-radius: 50%; */
  }

  100% {
    transform: scale(1) rotate(0deg);
    /* box-shadow: 0px 0px 0px 0px rgba(192, 185, 187, 0.584); */
    /* border-radius: 50%; */

  }
}

/* --------------------select----------- */
.select-box-container {
  height: 100px !important;
  font-size: 14px !important;
  overflow: hidden !important;
}

/* ----------------------labelredbold----------- */
.mandatory_label {
  color: red !important;
  font-size: 35px !important;
  font-weight: bold !important;
  text-decoration: underline;
  display: block;
}

.div-inline-center {
  display: flex;
  align-items: center;
}

.div-inline-space {
  display: flex;
  justify-content: space-between !important;
}

.room-chart-btn {
  background-color: #e4eef7a8 !important;
}

.room-chart-btn-height {
  background-color: #e4eef7a8 !important;
  height: 35px !important;
}

.flexnew {
  flex: 1 !important;
}

@keyframes rot {
  0% {
    transform: rotateX(-15deg) translateY(0px);
  }

  50% {
    transform: rotateX(-15deg) translateY(-10px);
  }

  100% {
    transform: rotateX(-15deg) translateY(0px);
  }
}

@keyframes rotchart {
  0% {
    transform: rotateX(-15deg) translateY(0px);
  }

  50% {
    transform: rotateX(-15deg) translateY(4px);
  }

  100% {
    transform: rotateX(-15deg) translateY(0px);
  }
}

.one-div {
  border: 1px solid #c2c2d9;
  z-index: 5000;
  /* padding: 1px 0px !important; */
  box-shadow: 0px -5px 17px 0px rgb(191 219 241), 0px 5px 16px 0px rgb(171 171 251);
  position: relative;
  width: 29px;
  background-color: rgb(206 212 218);
  transform-style: preserve-3d;
  animation: rot 2s infinite ease;
  border-radius: 4px 4px 5px 5px;
  /* box-shadow: 0 0 50px 0px, inset 0 0 90px 0px; */
  color: #000000;
  transition: 1.5s;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* 
.one-div .text {
  opacity: 0;
  transition: all 0.5s;
} */

.one-div:hover.one-div .text {
  scale: 1.2;
  opacity: 0.7;
}

/* ------------------------------ */
.chart-toggle-button {

  transition: 1.5s;
  transform-style: preserve-3d;
  animation: rotchart 2s infinite ease;
  background-color: white;
  /* background-image: linear-gradient(to right, #b8c4ef 0%, #d8e4f5 51%, #93b8d3 100%);  background-color: #2f2e6b; */
  border: none;
  border-radius: 34px;
  padding: 2px 5px 1px 5px;
  color: black;
  cursor: pointer;
  font-size: 1rem;
  /* display: flex; */
  align-items: center;
  gap: 0px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* box-shadow: 0 4px 6px rgb(0 0 0 / 23%) !important;  */
}



.chart-toggle-button:hover {
  background-color: #cee3f9;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

.chart-float-div {
  position: absolute;
  right: 0;
  top: -30px;
}

.main-modal-bg {
  z-index: 4000 !important;
  background: #00000073 !important;
}

.modal-alert-backdrop {
  background: #00000073 !important;
  z-index: 3500 !important;
}

.modal-backdrop-body {
  z-index: 4000 !important;
}

/*<-------------------CHATBOT---------------------->*/
.chat-container {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  width: 95%;
}

.chat-header {
  background-color: #007bff;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #f7f9fc;
}

.message {
  max-width: 80%;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}

.user-message {
  align-self: flex-end;
  background-color: #dcf8c6;
  color: #333;
  border-bottom-right-radius: 5px;
}

.bot-message {
  align-self: flex-start;
  background-color: #e1e5ea;
  color: #333;
  border-bottom-left-radius: 5px;
}

.chat-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
  background-color: #ffffff;
}

.chat-input input[type="text"] {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
  font-size: 14px;
}

.chat-input button {
  background-color: #007bff;
  border: none;
  color: #ffffff;
  padding: 10px 15px;
  margin-left: 10px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
}

.chat-input button:hover {
  background-color: #0056b3;
}

.chat-body {
  display: flex;
  flex-direction: column;
  height: 500px;
}

.chat-me {
  align-self: flex-end;
  /* Align user messages to the right */
  background-color: #007aff;
  /* iMessage blue */
  color: white;
  padding: 10px 15px;
  border-radius: 15px;
  border-top-right-radius: 0;
  max-width: 70%;
  font-size: 14px;
  word-wrap: break-word;
  margin-left: auto;
  margin-right: 0;

}

.chat-them {
  align-self: flex-start;
  /* Align bot messages to the left */
  background-color: #e5e5ea;
  /* Light grey for bot */
  color: black;
  padding: 10px 15px;
  border-radius: 15px;
  border-top-left-radius: 0;
  max-width: 70%;
  font-size: 14px;
  word-wrap: break-word;
  margin-left: 0;
  margin-right: auto;

}

.chatbot-message {
  display: flex;
  align-items: center;
  gap: 5px;
}

.chatbot-message.loading .dot {
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  animation: loading 0.8s infinite alternate;
}

.chatbot-message.loading .dot:nth-child(1) {
  animation-delay: 0s;
}

.chatbot-message.loading .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.chatbot-message.loading .dot:nth-child(3) {
  animation-delay: 0.4s;
}

.canvas-cancer-sheet {
  display: block;
  margin: 10px auto;
  cursor: crosshair;
}

.number-line {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 11px;
}

.horizontal-line {
  position: absolute;
  top: 10px;
  left: 19px;
  width: 93%;
  height: 2px;
  background-color: black;
}

.number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
}

.vertical-line {
  width: 2px;
  height: 20px;
  background-color: black;
}

.number {
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.number.active {
  border: 1px solid black;
  background-color: rgb(63, 203, 231);
}

.hrtag-margin-width {
  width: 96%;
  margin: 17px 0px 17px 17px;
}

#idCanvaDiagramAsImage {
  max-width: 100%;
  height: auto;
}

#eraserSize {
  width: 100%;
  max-width: 250px;
}

.button-canvas {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  font-size: 16px;
}
.disabled-on-api-button-click{
  pointer-events: none;
}
@keyframes loading {
  from {
    opacity: 0.3;
    transform: translateY(0px);
  }

  to {
    opacity: 1;
    transform: translateY(-5px);
  }
}

/**/

/*<--------------------------Loader--------------------------------->*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(2 2 2 / 44%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.container-load {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader-item {
  width: 25px;
  height: 25px;
  position: absolute;
}

.loader-item-1 {
  background-color: #D391FA;
  top: 0;
  left: 0;
  z-index: 1;
  animation: item-1_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite !important;
}

.loader-item-2 {
  background-color: #C364FA;
  top: 0;
  right: 0;
  animation: item-2_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite !important;
}

.loader-item-3 {
  background-color: #A230ed;
  bottom: 0;
  right: 0;
  z-index: 1;
  animation: item-3_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite !important;
}

.loader-item-4 {
  background-color: #6B00d7;
  bottom: 0;
  left: 0;
  animation: item-4_move 1.8s cubic-bezier(.6, .01, .4, 1) infinite !important;
}

@keyframes item-1_move {

  0%,
  100% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(0, 50px);
  }

  50% {
      transform: translate(50px, 50px);
  }

  75% {
      transform: translate(50px, 0);
  }
}

@keyframes item-2_move {

  0%,
  100% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(-50px, 0);
  }

  50% {
      transform: translate(-50px, 50px);
  }

  75% {
      transform: translate(0, 50px);
  }
}

@keyframes item-3_move {

  0%,
  100% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(0, -50px);
  }

  50% {
      transform: translate(-50px, -50px);
  }

  75% {
      transform: translate(-50px, 0);
  }
}

@keyframes item-4_move {

  0%,
  100% {
      transform: translate(0, 0);
  }

  25% {
      transform: translate(50px, 0);
  }

  50% {
      transform: translate(50px, -50px);
  }

  75% {
      transform: translate(0, -50px);
  }
}

#loader-text {
  position: absolute;
  top: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #ffffff63;
  ;
}

#loader-text::before,
#loader-text::after {
  content: attr(data-text);
}

#loader-text::before {
  color: var(--text-color);
}

#loader-text::after {
  color: var(--front-color);
  animation: text-animation76 1s ease infinite;
  position: absolute;
  left: 0;
}

.legend-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.legend-box.arrived {
  background-color: green;
}

.legend-box.not-arrived {
  background-color: black;
}

@keyframes text-animation76 {
  0% {
      clip-path: polygon(0 0, 0 0, 0% 100%, 0% 100%);
  }

  50% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.table-whiteBorder{
  border : 1px solid white;
}
.modal-dialog-modules{
    max-width: 80vh;
    margin: 1.75rem auto;   
}
/*<----------------------------------------------------------------->*/