:root {
  --theme-color: #009688;
  --modal-color: #000;
  --font-size: 13px;
  --scrollbar-width: 5px;
  --scrollbar-color: #ffeb3b;
  --scrollbar-outline: 1px solid var(--scrollbar-color);
  --scrollbar-background-color: var(--theme-color);
  --scrollbar-box-shadow: inset 0 0 6px #000000;
}
#thermalPrint {
  width: 88mm;
  padding: 2mm;
  margin: 0mm;
  display: inline-block;
  box-sizing: border-box;
}
#thermalPrint .content {
  border: 0.5mm solid #bbb;
}

.fa-social {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 800;
  margin: 12px;
  color: white;
  font-size: x-large;
}
.under_line {
  text-decoration: underline;
}

.padding_10 {
  padding: 10px;
}

.page-a4 {
  position: relative;
}
.page-a4 .footer {
  position: absolute;
  bottom: 5mm;
  right: 0mm;
  left: 0mm;
  margin: 0mm;
}
.page-a4 .header {
  position: absolute;
  top: 0mm;
  right: 0mm;
  left: 0mm;
}
#qrcode img {
  border-radius: 0px !important;
  height: 150 px;
  width: 150 px;
}
i-image[view] {
  display: inline-flex;
}
.qrcode img {
  height: 150 px;
  width: 150 px;
  border-radius: 0px !important;
}

.popup item {
  border-radius: 30px;
}
.popup {
  border-radius: 30px;
}
.popup .search-box {
  border-radius: 30px;
}

/* .no-border-radius {
  border-radius: 30px !important;
} */

body {
  margin-top: 100px;
  margin-bottom: 100px;
}
body:has(.main-menu) {
  margin-right: 100px;
}
body.menu-show {
  margin-right: 400px;
}
.main-layout {
  overflow: auto;
}
a {
  cursor: pointer;
}

.help-container {
  bottom: 50px;
}

.userPrint {
  user-select: text;
}

.no_br_img {
  border-radius: 0px;
}

popup item:hover {
  background: #3f51ff;
  color: #ffffff;
}

.main-menu {
  opacity: 1;
  position: fixed;
  width: auto;
  right: 0px;
  top: 55px;
  bottom: 40px;
  overflow: auto;
  padding: 0px;
  text-align: center;
  border: 3px solid #eee;
  background: #fff;
  border-radius: 0px 0px 0px 0px;
  transition: all 0.5s ease;
}
.En .main-menu {
  left: 0px;
  right: auto;
}
.main-menu.menu-show {
  opacity: 1;
  min-width: 370px;
}

.table td {
  padding: 2px;
}

.main-menu.menu-show .tab-link span {
  display: inline-block;
}
.main-menu .tab-link span {
  display: none;
}
.main-menu .tabs-header .tab-link {
  color: #000;
  /* border-radius: 0px !important; */
}

.user-menu {
  opacity: 1;
  position: fixed;
  width: auto;
  min-width: 300px;
  left: 50px;
  top: 42px;
  bottom: auto;
  padding: 15px;
  text-align: center;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0px 0px 7px 7px;
  overflow: hidden;
  display: none;
  box-shadow: 1px 1px 8px 0px #000;
}
.En .user-menu {
  right: 50px;
  left: auto;
}

.user-menu .link {
  background: var(--theme-color);
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
  text-align: center;
  margin: 10px;
}
.user-menu .link:hover {
  transform: scale(1.1);
}
.user-menu hr {
  margin: 10px;
}
.border-circle {
  border-radius: 50%;
}
.info img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 2px #fff;
  margin: -5px 10px -5px 0px !important;
}
.profile img {
  height: 70px;
  width: 70px;
  border: 2px solid #fbfbfb;
}
.backColor {
  background-color: #a6a7b852;
}
.broTouchTitle {
  color: #cfcfcf !important;
}
.bg-purple {
  background-color: #610081 !important;
}

.bg_card {
  background: linear-gradient(#6c63f9e0, #1e06c1);
}

nav.sitebar {
  z-index: 999999;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  height: 55px;
  background: var(--theme-color);
  border-radius: 0px 0px 0px 0px;
  border-bottom: 5px solid #e9d100;
}

nav h2.brand {
  margin: 0px;
  padding: 5px;
}
nav h2.brand .title {
  vertical-align: super;
}

nav h2.brand .title .fa {
  font-size: 22px;
  margin-left: 20px;
  margin-right: 20px;
}

nav h2.brand a {
  font-weight: bold;
  color: #ffeb3b;
  text-decoration: none;
}

nav h2.brand a span {
  font-size: 14px;
  color: #ffffff;
  vertical-align: super;
}
nav h2.brand .title a img {
  width: 64px;
  height: auto;
  object-fit: fill;
  display: inline-block;
  border: 1px solid;
}
nav h2.brand a i {
  color: #ffffff;
}

nav .links {
  display: block;
  -webkit-animation-name: var(--modal-animation-name);
  -webkit-animation-duration: var(--modal-animation-duration);
  animation-name: var(--modal-animation-name);
  animation-duration: var(--modal-animation-duration);
}

nav .links ul {
  list-style: none;
}

nav .links ul li {
  display: inline-block;
  margin: 3px;
  padding: 3px;
}

nav .links ul li a {
  color: #030303;
}

nav .info {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.ltr nav .info {
  float: right;
}
nav .info .user-name {
  color: #555;
  font-weight: bold;
  font-size: 18px;
}

#btn_login {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 1px #000000;
  background: #030303;
  padding: 5px 9px;
  text-align: center;
  border-radius: 15px;
  margin: 5px;
}
#btn_logout {
  color: #bbb;
  text-shadow: 1px 1px 1px #000000;
  margin-left: 20px;
}

#btn_register {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  margin-left: 20px;
}

nav.sitebottom {
  z-index: 999999;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  border: 2px solid #000;
}

nav.sitebottom a.link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 5px;
  padding-right: 10px;
  margin: 5px;
  border-right: 1px solid #ffffff;
  display: inline-block;
}

nav.sitebottom a.link:hover {
  background: #fff;
  color: #444;
}

.footer {
  margin: 20px;
  border: 1px solid #bbb;
  padding: 5px;
}
.footer h2 {
  font-weight: bold;
  color: #000;
}
.footer h2 span {
  font-weight: bold;
  color: green;
}

.btn.true {
  width: 20px;
  height: 33px;
  font-size: 13px;
  padding-left: 18px;
  padding-top: 10px;
  background: #118011;
  font-weight: bold;
}

hr.dot {
  border-top: 1px dotted black;
  margin-top: 13px;
}

.redDot {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.greenDot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

.blueDot {
  height: 25px;
  width: 25px;
  background-color: blue;
  border-radius: 50%;
  display: inline-block;
}

.logoPrint {
  width: 130px;
  height: 100px;
  margin: 1px;
  padding: 1px;
  border-radius: 0;
  border: 1px solid var(--background-color);
}

.underline {
  text-decoration: underline;
}

.social-menu ul {
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.social-menu ul li {
  list-style: none;
  margin: 0 10px;
}
.social-menu ul li .fab {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  transition: 0.5s;
  /* padding: 5px; */
}
.social-menu ul li .fab:hover {
  color: #ffffff;
}
.social-menu ul li a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  text-align: center;
  transition: 0.5s;
  transform: translate(0, 0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(4) a:hover {
  background-color: #3b5999;
}
.social-menu ul li:nth-child(3) a:hover {
  background-color: #55acee;
}
.social-menu ul li:nth-child(2) a:hover {
  background-image: linear-gradient(to right top, #405de6, #5851db, #833ab4, #c13584, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
}
.social-menu ul li:nth-child(1) a:hover {
  background-color: red;
}

a.pro-template {
  text-decoration: none;
  display: inline-flex;
  /* border: 1px solid #ddd; */
}
a.pro-template .description {
}

.notification {
  text-decoration: none;
  padding: 2px 5px;
  font-size: x-large;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}

.notification .badge {
  position: absolute;
  top: -3px;
  right: -9px;
  /* font-size: x-large; */
  padding: 0px 6px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.badge_message {
  top: -3px;
  right: -9px;
  font-size: xx-small;
  padding: 0px 6px;
  border-radius: 50%;
  background-color: green !important;
}
/* .tabs .tabs-content {
  width: 100% !important;
} */
.tabs .full .tab-link {
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  body {
    margin-right: 0px;
    margin-left: 0px;
  }
  body:has(.main-menu) {
    margin-right: 100px;
  }
  nav.sitebar {
    height: 90px;
  }
  .main-menu {
    top: 90px;
    bottom: 0px;
  }
  nav.sitebottom {
    display: none;
  }
  .tabs .tabs-header .tab-link {
    font-size: 12px;
    padding: 5px;
    margin: 1px;
  }
  .tabs .tabs-header .tab-link.active,
  .tabs .tabs-header .tab-link:hover {
    background-color: var(--theme-color);
    padding: 5px;
    margin: 1px;
  }

  .tab-link span {
    padding: 1px;
  }
}

._scroll {
  overflow: scroll;
}
._scroll::-webkit-scrollbar {
  width: 10px;
}

/* Track */
._scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
._scroll::-webkit-scrollbar-thumb {
  background: #009688;
  border-radius: 10px;
}

/* Handle on hover */
._scroll::-webkit-scrollbar-thumb:hover {
  background: #04aa6d;
}

.full-width {
  /*  border-radius: 15px; */
  width: 100%;
  margin: 0px;
}

.control input {
  /* border-radius: 15px; */
}

i-image img {
  padding: 3px;
}

img {
  padding: 3px;
}

i-image img {
  /* background-color: url('/images/add_image.png') ; */
  padding: 3px;
  border-color: #5b60ff;
}

i-image img:hover {
  border-style: solid;
  box-shadow: 0 0 2px 1px rgba(0, 3, 175, 0.849);
}

.files {
  padding: 5px;
  border-color: #5b60ff;
}

.files:hover {
  border-style: solid;
  box-shadow: 0 0 2px 1px rgba(0, 3, 175, 0.849);
}

fieldset {
  margin: 15px;
  padding: 0 5px 5px;
  border: 1px solid #0400bc;
  border-radius: 8px;
  box-shadow: 0 0 3px #b8abff;
  padding-top: 5px;
}
legend {
  padding: 2px 4px;
  background: rgb(255, 255, 255);
  /* For better legibility against the box-shadow */
}
fieldset > legend {
  margin-top: -20px;
  background-color: white;
}
fieldset > legend + * {
  clear: both;
}

.tabs .tabs-header .tab-link.active {
  border-radius: 10px;
}

.tabs .tabs-header .tab-link:hover {
  border-radius: 10px;
}

.modal-content {
  border-radius: 10px;
}

i-checkbox .selector {
  border-radius: 10px;
}

.modal-header {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.pre_text {
  white-space: pre-wrap !important;
}

/* .main-menu .tabs-header .tab-link .tabs .tab-link.active {
  border-radius: 10px !important; 
}


.main-menu .tabs-header .tab-link .tabs .tab-link.active:hover {
   border-radius: 10px ; 
}
 */

.post {
  position: relative;
  display: inline-grid;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  border-radius: 15px;
  text-align: center;
  line-height: 1.8;
  width: min(70vw, 320px);
  height: 470px;
  margin: 15px;
  cursor: pointer;
}

.post h2 {
  height: 50px;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 17px;
  min-height: 70px;
  background: var(--theme-color);
  text-shadow: 1px 1px 8px #000000;
}

.post img {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-radius: 20px;
  width: 120px;
  height: 130px;
  place-self: center;
}

.post_description {
  padding: 15px;
  text-align: center !important;
  border-radius: 15px;
  color: #ffffff;
  background: #25d366;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  min-height: 200px;
  font-size: 18px;
  text-shadow: 4px 3px 6px #005114;
}

.post:hover .img__description {
  visibility: visible;
  padding: 18px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  opacity: 1;
}
.img__description {
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 19px;
  border-radius: 0px;
  line-height: 1.8;
  background: var(--theme-color);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  box-shadow: none;
  border: none;
  transition: all 0.3s ease;
}

.post img {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  border-radius: 20px;
  width: 320px;
  height: 170px;
  place-self: center;
}

.main-footer {
  background: #eee;
  padding: 20px;
  text-align: left;
  direction: ltr;
  margin-top: 50px;
}
.main-footer a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
}
