@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Bold.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"),
    url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons Outlined"), local("MaterialIconsOutlined-Regular"),
    url(../fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons Round"), local("MaterialIconsRound-Regular"),
    url(../fonts/MaterialIconsRound-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons Sharp"), local("MaterialIconsSharp-Regular"),
    url(../fonts/MaterialIconsSharp-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons TwoTone";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons TwoTone"), local("MaterialIconsTwoTone-Regular"),
    url(../fonts/MaterialIconsTwoTone-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 900;
  font-style: normal;
  /*font-size: 24px;   Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}
.material-icons.mi-outlined {
  font-family: "Material Icons Outlined";
}
.material-icons.mi-round {
  font-family: "Material Icons Round";
}
.material-icons.mi-sharp {
  font-family: "Material Icons Sharp";
}
.material-icons.mi-twotone {
  font-family: "Material Icons TwoTone";
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  /* overscroll-behavior-y: none; */
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  background: #fff;
  padding-top: 60px;
}
body.noheader {
  padding-top: 0;
}
b {
  font-weight: 500;
}

@media (max-width: 576px) {
  .modal-dialog {
    /* margin: 0; */
  }
  .modal-content {
    /* min-height: 90vh; */
    /* border-radius: 0; */
  }
}
/*
@media(min-width: 576px){
	@media(min-height: 800px){
		.login-page{
			display: -ms-flexbox;
			display: flex;
			-ms-flex-align: center;
			align-items: center;
			height: 90vh;
		}
	}
}
*/

@media (max-width: 576px) {
  h5 {
    font-size: 17px;
  }
}
.navbar-custom {
  background: #ffffff;
  border-bottom: 1px solid #d8d8d8;
  /*box-shadow: 0px 0px 8px #d2d2d2;*/
  height: 60px;
}
.navbar-custom .logo-img {
  height: 25px;
}
.sidebar {
  width: 100%;
  background: #fff;
  margin-left: 105%;
  transition: margin-left 0.3s ease;
  box-shadow: 0px 1px 5px #ccc;
  position: fixed;
  height: 100%;
  z-index: 100;
}
@media (min-width: 576px) {
  .sidebar {
    margin-left: 0;
    width: 18%;
  }
  .sidebar .sidebar-header .sidebar-close {
    display: none;
  }
}
@media (max-width: 576px) {
  .sidebar.active {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    padding-bottom: 55px;
    height: 100%;
    z-index: 2000;
    margin-left: 0;
    overflow-y: auto;
  }
}
.sidebar-footer {
  margin-top: 40px;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .sidebar-footer {
    margin-top: 40px;
    margin-bottom: 0;
  }
}

.login-logo-img {
  max-height: 65px;
  max-height: 65px;
}

.page-body {
  display: flex;
  display: -ms-flexbox;
}
.page-content {
  width: 100%;
}
.sidebar-sticky {
  width: 100%;
}
@media (min-width: 576px) {
  .sidebar-sticky {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 160px);
    top: 160px;
  }
}
.sidebar-header {
  position: sticky;
  padding: 10px;
}
.sidebar-brand {
  height: 90px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  color: #555 !important;
}
.sidebar-brand img {
  max-height: 90px;
}
.page-sidebar {
  display: none;
}
@media (min-width: 576px) {
  body {
    min-height: 100vh;
  }
  .navbar-brand.navlogo {
    width: 17%;
    text-align: center;
  }
  .page-content {
    width: 40%;
    margin-left: 18%;
  }
  .page-sidebar {
    width: 27%;
  }
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: calc(100vh - 220px);
  }
}

.sidebar-sticky ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-sticky ul li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.sidebar-sticky > ul > li:first-child > a {
  border-top: 1px solid #eee;
}
.sidebar-sticky ul > li > a.active ~ .sidebar-dropdown-menu ul > li > a {
  background: #f8f8f8;
}
.sidebar-sticky ul > li > a:hover,
.sidebar-sticky ul > li > a.active {
  background: #f6f6f6 !important;
  border-bottom-color: #eee;
  color: #666;
}
.sidebar-sticky ul > li > a > i {
  margin-right: 6px;
  font-size: 20px;
  color: #333;
}
.sidebar-sticky ul > li > a > img {
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.sidebar-sticky ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 11px;
}
.sidebar-dropdown .sidebar-dropdown-menu {
  display: none;
}
.sidebar-dropdown .sidebar-dropdown-menu ul li a {
  padding-left: 30px;
}

.sidebar-dropdown .sidebar-dropdown-btn.active ~ .sidebar-dropdown-menu {
  display: block;
}

.sidebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  padding: 10px;
  z-index: 1301;
  box-shadow: none !important;
}
.sidebar-close span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 100%;
  height: 100%;
  border-left: 2px solid #888;
  transform: rotate(45deg);
}
.sidebar-close span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -40%;
  width: 100%;
  height: 100%;
  border-right: 2px solid #888;
  transform: rotate(-45deg);
}
.sidebar-dropdown-arrow {
  float: right;
  margin-top: 2px;
}
.sidebar-toggler {
  position: relative;
  outline: 0 !important;
  border: 0;
  padding: 0 0 0 10px;
}
.sidebar-toggler span {
  width: 22px;
  height: 2px;
  background-color: #333;
  margin: 4px 0;
  display: block;
}

.navbar-custom {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-custom .nav-link {
  padding: 15px 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.navbar-custom .nav-link > img {
  width: 28px;
}

.remove-after:after {
  content: none;
}

@media (min-width: 576px) {
  ::-webkit-scrollbar {
    width: 5px;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background: #fff;
  }
  ::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #c6c6c6;
  }
}

.box-1 {
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 5px #ccc;
}
.box-2 {
  background: #fff;
  border: 1px solid #ececec;
  box-shadow: 0px 1px 2px #d0d0d0;
}

.br-0 {
  border-radius: 0;
}
.br-1 {
  border-radius: 3px;
}
.br-2 {
  border-radius: 5px;
}
.br-3 {
  border-radius: 8px;
}
.br-4 {
  border-radius: 10px;
}

.br-bottom-3 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-control {
  border-radius: 3px;
  font-size: 14px;
}
.form-control:focus {
  border-color: #ccc;
  box-shadow: 0 0 8px rgba(130, 130, 130, 0.25);
}

.input-group-text {
  font-size: 14px;
}

.dropdown-menu {
  font-size: 14px;
}

.toast.notification {
  cursor: pointer;
  border: 0;
  position: fixed;
  z-index: 2005;
  bottom: 20px;
  left: 50%;
  margin-left: -175px;
  width: 100%;
  background: #333;
  color: #fff;
}

@media (max-width: 320px) {
  .toast.notification {
    left: auto;
    margin-left: 0;
  }
}

.carousel-dots.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px;
}
.carousel-dots.owl-theme .owl-dots .owl-dot.active span,
.carousel-dots.owl-theme .owl-dots .owl-dot:hover span {
  background: #d09f41;
}
.carousel-dots.owl-theme .owl-dot {
  outline: 0 !important;
}
.carousel-dots.owl-theme .owl-dots {
  margin-top: -22px !important;
  z-index: 9;
  position: relative;
}

.graph-1 {
  height: 400px;
}
.graph-2 {
  height: 400px;
}

.text-blue {
  color: #007bff !important;
}
.text-green {
  color: #2db700 !important;
}
.text-red {
  color: #dc3545 !important;
}

.bg-light-1 {
  background: #eee !important;
}
.bg-red {
  background: #dc3545 !important;
}
.bg-green-1 {
  background-color: #1bcf8e !important;
}

.btn-hover {
  background: transparent !important;
  border: 0;
}
.btn,
.btn:focus {
  box-shadow: none;
}
.btn.view-more-datas.disabled,
.btn.view-more-datas:disabled {
  opacity: 1;
}
.btn:hover {
  color: #fff;
}
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-red:not(.btn-hover),
.btn-red.btn-hover:hover,
.btn-red.btn-hover[aria-expanded="true"] {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545;
}
.btn-grey {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-gold {
  color: #fff;
  background-color: #cea044;
  border-color: #cc9e43;
}
.btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
.btn-sm {
  font-size: 13px;
}
.btn-pruple {
  color: #fff;
  background-color: #9b00b7;
  border-color: #9b00b7;
}

.btn-pink {
  color: #fff;
  background-color: #d2007e;
  border-color: #d2007e;
}

.btn-green {
  color: #fff;
  background-color: #2db700;
  border-color: #2db700;
}

.btn-outline {
  background: transparent;
  border-width: 2px;
}
.btn-blue.btn-outline {
  color: #007bff;
  border-color: #007bff;
}
.btn-blue.btn-outline:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.dashboard-container{
  height: 85vh;
}
.dashboard-btn {
  
}
.dashboard-btn img {
  max-height: 40px;
}
.dashboard-btn h6 {
  font-size: 14px;
  margin-bottom: 0;
}
.dashboard-btn-text{
  font-size: 12px;
}
@media (min-width: 992px) {
  .dashboard-btn img {
    max-height: 50px;
  }
  .dashboard-btn-text{
    font-size: 14px;
  }
  /* .dashboard-btn {
    min-height: 120px;
  } */
}

.rb {
  overflow: hidden;
  position: relative;
}
.ripple-effect {
  position: absolute;
  border-radius: 50%;
  animation: ripple-animation 2s;
}
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.table thead th {
  font-weight: 500;
}

.text-light-1 {
  color: #ffd272 !important;
}

.child-strong-text strong {
  color: #ffc547;
}
.child-strong-fw strong {
  font-weight: 500;
}

.border-right-white {
  border-right: 1px solid #fff;
}

@media (max-width: 992px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

.js-link {
  cursor: pointer;
}
.mobile-content {
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #201f4e;
  color: #ffd272;
  text-decoration: none !important;
}
.mobile-content:hover {
  color: #ffd272;
}
.mobile-content:last-child {
  border-bottom: 0;
}
.mobile-header {
}
.mobile-header h6 {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

.sort-year-form {
  width: 280px;
  padding: 15px 20px;
}
.sort-year-dropdown-toggle:after {
  content: none;
}

.custom-navtabs.nav-tabs .nav-link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.custom-navtabs.nav-tabs .nav-link:hover,
.custom-navtabs.nav-tabs .nav-link.active {
  background: rgba(255, 255, 255, 0.16);
}

.cursor {
  cursor: pointer;
}

/* Loader */
.loader-body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
}
.loader {
  position: relative;
  margin: 0 auto;
  width: 80px;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #e91e63;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.loader.loader-sm {
  width: 20px;
}
.loader.loader-sm.view-more-spinner {
  height: 20px;
}

.no-data {
  border: 1px solid #ffc547;
  padding: 10px;
  text-align: center;
}

.pp-10 {
  padding: 10px;
}
.ppr-5 {
  padding-right: 5px;
}
.ppl-5 {
  padding-left: 5px;
}
@media (min-width: 992px) {
  .ppr-lg-5 {
    padding-right: 5px;
  }
  .ppl-lg-5 {
    padding-left: 5px;
  }
  .ppt-lg-5 {
    padding-top: 5px;
  }
}
@media (max-width: 992px) {
  .ppt-xs-0 {
    padding-top: 0;
  }
}

.mpx-m-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.fs-38 {
  font-size: 38px;
}
.fs-45 {
  font-size: 45px;
}
.fs-65 {
  font-size: 65px;
}

@media (min-width: 992px) {
  .fs-sm-12 {
    font-size: 12px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
}

.min-width-25 {
  min-width: 25px;
}

.min-width-inline {
  min-width: 70px;
  display: inline-block;
  margin-left: 5px;
}

.fw-500 {
  font-weight: 500;
}
.fw-400 {
  font-weight: 400;
}
.fw-300 {
  font-weight: 300;
}

.heading-1 {
  font-size: 18px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.bg-black-trans {
  background: rgba(0, 0, 0, 0.7) !important;
}
.link-new {
  text-decoration: none !important;
}
.input-group.feedback-text-block label {
  display: block;
  width: 100%;
}

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
}
.md-checkbox.md-checkbox-inline {
  display: inline-block;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #dc3545;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}

@keyframes rippleRadio {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}

.md-radio.md-radio-inline {
  display: inline-block;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #007bff;
  animation: rippleRadio 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: inline-block;
  min-height: 20px;
  position: relative;
  padding: 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
.md-radio label:before,
.md-radio label:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(218, 218, 218, 0.8);
}
.md-radio label:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  transform: scale(0);
  background: #007bff;
}

.menu-radio input[type="radio"] {
  display: none;
}

.menu-radio label {
  display: inline-block;
  position: relative;
  padding: 6px 15px;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  vertical-align: bottom;
}
.menu-radio input[type="radio"]:checked + label {
  background: #f1f1f1;
}

.form-group .iti {
  width: 100%;
}
.form-group > label {
  margin-bottom: 3px;
}

.rememberme {
  width: 58%;
}

.img-circle {
  border-radius: 100%;
}

.sidebar-username {
  text-decoration: none !important;
  color: #6c757d !important;
}
.dashboard-card-text {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #888;
}
@media (min-width: 992px) {
  .dashboard-card-text {
    font-size: 14px;
  }
}

.nav-new .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  color: #888;
}
.nav-new .nav-link.active {
  border-bottom: 3px solid #666;
  color: #666;
}
.nav-new .nav-link:hover {
  color: #666;
}
@media (max-width: 992px) {
  .nav-new.nav-type-1 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .nav-new.nav-type-1 .nav-link {
    margin-bottom: 2px;
  }
}

.input-type-1 {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 3px solid #888;
  box-shadow: none !important;
  border-radius: 0;
  width: auto;
}

#map {
  min-height: 350px;
}
#map-search {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  #map {
    height: 400px;
  }
  #map-search {
    width: auto;
  }
}
.map-current-location {
  font-size: 20px;
  appearance: button;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin: 10px;
  padding: 0 0.5em;
  height: 38px;
  overflow: hidden;
  left: 0 !important;
  bottom: 22px !important;
}

.pac-container {
  z-index: 1500;
}

.d-inlblk-vcenter {
  display: inline-block;
  vertical-align: middle;
}
.min-height {
  min-height: 400px;
}
.min-height-100 {
  min-height: 100px;
}
.min-height-80vh {
  min-height: 80vh;
}

.card-profile-img {
  max-width: 55px;
  max-height: 55px;
  border-radius: 100%;
}
.card-profile-img2 {
  max-width: 45px;
  max-height: 45px;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .card-profile-img {
    max-width: 75px;
    max-height: 75px;
  }
  .card-profile-img2 {
    max-width: 55px;
    max-height: 55px;
  }
}

.profile-pic {
  position: relative;
  max-width: 150px;
}
.profile-pic span {
  position: absolute;
  bottom: 7px;
  right: 7px;
  background: #f1f1f1;
  border-radius: 100%;
  cursor: pointer;
  padding: 6px;
}
.profile-pic img {
  cursor: pointer;
}
.profile-pic span i {
  font-size: 18px;
}

/* Switch */

.pure-material-switch {
  z-index: 0;
  position: relative;
  display: inline-block;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  font-family: var(
    --pure-material-font,
    "Roboto",
    "Segoe UI",
    BlinkMacSystemFont,
    system-ui,
    -apple-system
  );
  font-size: 16px;
  line-height: 1.5;
}

/* Input */
.pure-material-switch > input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: -1;
  position: absolute;
  right: 6px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}

/* Span */
.pure-material-switch > span {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

/* Track */
.pure-material-switch > span::before {
  content: "";
  float: right;
  display: inline-block;
  margin: 5px 0 5px 10px;
  border-radius: 7px;
  width: 36px;
  height: 14px;
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  vertical-align: top;
  transition: background-color 0.2s, opacity 0.2s;
}

/* Thumb */
.pure-material-switch > span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, transform 0.2s;
}

/* Checked */
.pure-material-switch > input:checked {
  right: -10px;
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.pure-material-switch > input:checked + span::before {
  background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
}

.pure-material-switch > input:checked + span::after {
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transform: translateX(16px);
}

/* Hover, Focus */
.pure-material-switch:hover > input {
  opacity: 0.04;
}

.pure-material-switch > input:focus {
  opacity: 0.12;
}

.pure-material-switch:hover > input:focus {
  opacity: 0.16;
}

/* Active */
.pure-material-switch > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}

.pure-material-switch > input:active + span::before {
  background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
}

.pure-material-switch > input:checked:active + span::before {
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

/* Disabled */
.pure-material-switch > input:disabled {
  opacity: 0;
}

.pure-material-switch > input:disabled + span {
  color: rgb(var(--pure-material-onsurface-rgb, 0, 0, 0));
  opacity: 0.38;
  cursor: default;
}

.pure-material-switch > input:disabled + span::before {
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
}

.pure-material-switch > input:checked:disabled + span::before {
  background-color: rgba(var(--pure-material-primary-rgb, 33, 150, 243), 0.6);
}

/* end of Switch */

.box-footer-1 {
  padding: 10px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;

  position: relative;
  left: -1px;
  margin-right: -2px;
  bottom: -1px;
}

.new-request-profile {
  max-height: 55px;
  max-width: 55px;
  border-radius: 100%;
}

.select-organization-img {
  max-height: 50px;
  max-width: 50px;
  border-radius: 100%;
}

.organization-profile-img {
  max-height: 100px;
  max-width: 100px;
  border-radius: 100%;
}

.organization-profile-sm-img {
  max-height: 65px;
  max-width: 65px;
  border-radius: 100%;
}

.navsearch-profile-img {
  max-height: 25px;
  max-width: 25px;
  border-radius: 100%;
}

.border-red {
  border-color: #ce1010 !important;
}

.organization-profile-list {
  overflow-x: auto;
}

.progress-custom {
  height: 5px;
}

.nav-search-dropdown {
  max-height: 400px;
  overflow-y: auto;
}

.navbar-search > .dropdown {
  width: 100%;
}
@media (max-width: 992px) {
  .navbar-search {
    display: none;
  }
  .navbar-search.active {
    position: absolute;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: 111111;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-search.active > .dropdown {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-search {
    width: 25%;
  }
}

.nav-notification-btn {
  position: relative;
}
.nav-notification-btn .badge {
  position: absolute;
  top: 15px;
  right: 10px;
  height: 15px;
  width: 15px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  padding-top: 3px;
}

.nav-notification-dropdown {
  max-height: 85vh;
  min-width: 300px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .nav-notification-dropdown {
    min-width: 400px;
  }
  .nav-notification-btn .badge {
    padding-top: 4px;
  }
}

@media (max-width: 992px) {
  .nav-notification-dropdown-top {
    position: unset;
  }
  .nav-notification-dropdown {
    max-height: 80vh;
    min-width: auto;
  }
}

.nav-notification-profile {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pbadge {
  font-size: 10px;
  text-transform: uppercase;
  padding: 0px 5px;
  border-radius: 20px;
  margin-top: 2px;
  text-align: center;
}
.nav-notification-profile-container {
  min-width: 65px;
}

.hover-grey:hover {
  background: #f1f1f1;
}

.open-newlink {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-feedback {
  position: relative;
}
.input-feedback-icon {
  position: absolute;
  right: 8px;
  top: 0;
  font-size: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.view-more-loading,
.view-more-loading-notification {
  min-height: 50px;
}

.text-grey-1 {
  color: #666;
}

.basic-list .basic-list-item {
  position: relative;
  padding: 10px;
}
.basic-list a.basic-list-item {
  display: block;
  color: #201f4e;
  text-decoration: none;
}
.basic-list .basic-list-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom: 1px solid #eee;
}
.basic-list .basic-list-item:last-child:after {
  content: none;
}

.basic-list.share-list .basic-list-item{
	display: block;
	color: #222;
	text-decoration: none;
}
.basic-list.share-list .basic-list-item:hover{
	background: #f1f1f1;
}


.nav-icon {
  width: 35px;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #343a40;
  border-radius: 3px;
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: all 0.2s ease-in-out;
}
.nav-icon.active:after,
.nav-icon.active:before,
.nav-icon.active div {
  margin: 10px 0;
}
.nav-icon.active:before {
  transform: translateY(12px) rotate(135deg);
}

.nav-icon.active:after {
  transform: translateY(-12px) rotate(-135deg);
}

.nav-icon.active div {
  transform: scale(0);
}

.search-form {
  position: relative;
}
.search-form .clear-btn {
  font-size: 18px;
  padding: 0px;
  position: absolute;
  right: 6px;
  bottom: 3px;
}
.search-form input {
  border-radius: 50px;
  padding-left: 32px;
  padding-right: 30px;
}
.search-form .search-icon {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 20px;
  color: #7b7b7b;
}
.search-form input:focus + .clear-btn {
  display: block;
}

a.text-link {
  text-decoration: none;
  color: #343a40;
}

.form-label-group {
  position: relative;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
  -------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

.form-group {
  position: relative;
}

.social-icons {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.social-icons a {
  text-decoration: none;
  background: #f1f1f1;
  color: #666;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-left: 2px;
  margin-right: 2px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
.social-icons.si-sm a {
  height: 30px;
  width: 30px;
  font-size: 16px;
}

.social-icons.primary-color a {
  background: #fff;
  color: #a400e8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icons.primary-color a:hover {
  background: #a400e8;
  color: #fff;
}

/*  Material Design Input  */

.material-inputfield {
  position: relative;
}

.material-inputfield label {
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  color: #808080;
  padding: 0 0.3rem;
  margin: 0 0.5rem;
  transition: 0.1s ease-out;
  transform-origin: left center;
  pointer-events: none;
}
.material-inputfield input,
.material-inputfield select {
  font-size: 14px;
  outline: none;
  width: 100%;
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 9px 10px 7px 12px;
  color: #808080;
  transition: 0.1s ease-out;
}
.material-inputfield select {
	padding: 8px 10px 7px 7px;
}
.material-inputfield input:focus,
.material-inputfield select:focus {
  border-color: #777;
}
.material-inputfield input:focus + label,
.material-inputfield select:focus + label {
  color: #495057;
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.material-inputfield input:not(:placeholder-shown) + label,
.material-inputfield select:not(:placeholder-shown) + label {
  top: 0;
  transform: translateY(-50%) scale(0.9);
}
.material-inputfield input.border-red + label,
.material-inputfield select.border-red + label {
  color: #ce1010 !important;
}

.material-inputfield.phone-number-dc input {
  padding-left: 52px;
}
.material-inputfield.phone-number-dc label.phone {
  top: 0;
  font-size: 13px;
}

.material-input-prepend{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: transparent;
	border: 0;
	padding-right: 0;
}
.material-inputfield.youtube-dc input {
	padding-left: 143px;
}
.material-inputfield.instagram-dc input {
	padding-left: 156px;
}
.material-inputfield.twitter-dc input {
    padding-left: 132px;
}
.material-inputfield.facebook-dc input {
    padding-left: 151px;
}


/*  End of Material Design Input  */


.phone-dial-code{
    position: absolute;
    top: 9px;
    left: 6px;
    width: 45px;
    border: 0;
    border-right: 1px solid #ddd;
    height: auto;
    line-height: 0;
    padding: 3px;
    border-radius: 0;
    text-align: center;
    box-shadow: none !important;
    color: #808080;
    background: transparent;
}
.material-inputfield.dial-code input{
    padding-left: 60px;
}


.iti__selected-flag {
  outline: 0;
}

.text-none {
  text-transform: none !important;
}

.notify-name-link-text{
	color: #212529!important;
	text-decoration: none!important;
}



/*
* Bottom Tabs
*/
.bottom-tabs{
  position: fixed;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
  height: 55px;
  z-index: 1020;
  background: #fff;
}
body.show-bottom-tabs{
	padding-bottom: 55px;
}
@media (min-width: 992px) {
	body.show-bottom-tabs{
		padding-bottom: 0;
	}
}



.cupertino-pane-wrapper{
  z-index: 1030;
  /* touch-action: none; */
}
.cupertino-pane-wrapper .draggable{
  padding-top: 8px;
  /* touch-action: none; */
}
.cupertino-pane-wrapper .move{
  height: 3px;
  width: 50px;
}
.cupertino-pane{
  padding: 10px;
  /* touch-action: none; */
  display: none;
}
.cupertino-pane-wrapper .pane{
  padding-top: 10px;
}

/* .cupertino-pane.cp-sm .draggable, .cupertino-pane.cp-sm{
  touch-action: none;
} */

/* body {
  overscroll-behavior: contain;
} */
html{
  /* overflow: hidden; */

  /* overscroll-behavior-y: none; */
}
body{
  /* touch-action: manipulation;
    -webkit-user-drag: none; */
    /* overflow-y: auto; */

    /* overscroll-behavior-y: none; */
    
    /* overscroll-behavior: contain; */
}


.h-vh-100{
	height: 100vh;
}
.intro-logo-img {
  width: 120px;
}


.download-app-container{
	height: 100vh;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}


.loading{
     width:40px;
     height:40px;
     margin:20px auto;
     position:relative;
}


.loading.bar div{
     width: 2px;
     height: 8px;
     background: #333;
     position: absolute;
     top: 20px;
     left: 20px;
     opacity:0.05;
     -webkit-animation: fadeit 1.1s linear infinite;
     -moz-animation: fadeit 1.1s linear infinite;
     animation: fadeit 1.1s linear infinite;
}




.loading.bar div:nth-child(1){
     -webkit-transform: rotate(0deg) translate(0, -8px);
     -moz-transform: rotate(0deg) translate(0, -8px);
     transform: rotate(0deg) translate(0, -8px); 

     -webkit-animation-delay:0.39s;
     -moz-animation-delay:0.39s;
     animation-delay:0.39s;
} 

.loading.bar div:nth-child(2){
     -webkit-transform: rotate(45deg) translate(0, -8px);
     -moz-transform: rotate(45deg) translate(0, -8px);
     transform: rotate(45deg) translate(0, -8px); 

     -webkit-animation-delay:0.52s;
     -moz-animation-delay:0.52s;
     animation-delay:0.52s;
} 

.loading.bar div:nth-child(3){
     -webkit-transform: rotate(90deg) translate(0, -8px);
     -moz-transform: rotate(90deg) translate(0, -8px);
     transform: rotate(90deg) translate(0, -8px); 

     -webkit-animation-delay:0.65s;
     -moz-animation-delay:0.65s;
     animation-delay:0.65s;
} 

.loading.bar div:nth-child(4){
     -webkit-transform: rotate(135deg) translate(0, -8px);
     -moz-transform: rotate(135deg) translate(0, -8px);
     transform: rotate(135deg) translate(0, -8px); 

     -webkit-animation-delay:0.78s;
     -moz-animation-delay:0.78s;
     animation-delay:0.78s;
} 

.loading.bar div:nth-child(5){
     -webkit-transform: rotate(180deg) translate(0, -8px);
     -moz-transform: rotate(180deg) translate(0, -8px);
     transform: rotate(180deg) translate(0, -8px); 

     -webkit-animation-delay:0.91s;
     -moz-animation-delay:0.91s;
     animation-delay:0.91s;
} 

.loading.bar div:nth-child(6){
     -webkit-transform: rotate(225deg) translate(0, -8px);
     -moz-transform: rotate(225deg) translate(0, -8px);
     transform: rotate(225deg) translate(0, -8px); 

     -webkit-animation-delay:1.04s;
     -moz-animation-delay:1.04s;
     animation-delay:1.04s;
} 

.loading.bar div:nth-child(7){
     -webkit-transform: rotate(270deg) translate(0, -8px);
     -moz-transform: rotate(270deg) translate(0, -8px);
     transform: rotate(270deg) translate(0, -8px); 

     -webkit-animation-delay:1.17s;
     -moz-animation-delay:1.17s;
     animation-delay:1.17s;
} 

.loading.bar div:nth-child(8){
     -webkit-transform: rotate(315deg) translate(0, -8px);
     -moz-transform: rotate(315deg) translate(0, -8px);
     transform: rotate(315deg) translate(0, -8px); 

     -webkit-animation-delay:1.3s;
     -moz-animation-delay:1.3s;
     animation-delay:1.3s;
}

@-webkit-keyframes fadeit{
     0%{
          opacity:1;
     }
     100%{
          opacity:0;
     }
}
@-moz-keyframes fadeit{
     0%{
          opacity:1;
     }
     100%{
          opacity:0;
     }
}
@keyframes fadeit{
     0%{
          opacity:1;
     }
     100%{
          opacity:0;
     }
}



.payment-logo-img{
	width: 120px;
}
.box-link, .box-link:hover{
	text-decoration: none !important;
	color: #212529;
}





.carousel-dots.owl-theme .owl-dots .owl-dot span{
	width: 8px;
	height: 8px;
	margin: 5px;
}
.carousel-dots.owl-theme .owl-dots .owl-dot.active span, .carousel-dots.owl-theme .owl-dots .owl-dot:hover span{
	background: #d09f41;
}
.carousel-dots.owl-theme .owl-dot{
	outline: 0 !important;
}
.carousel-dots.owl-theme .owl-dots{
	margin-top: -22px !important;
    z-index: 9;
    position: relative;
}



.owl-dots-style-2.owl-theme .owl-dots .owl-dot span{
	width: 6px;
    height: 6px;
    margin: 5px 2px;
}
.owl-dots-style-2.owl-theme .owl-nav.disabled+.owl-dots{
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: -ms-inline-flexbox;
    display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.owl-image-rounded .owl-item {
	border-radius: 10px;
	overflow: hidden;
}

@media (min-width: 992px) {
  .ios-store-btn{
    width: 163px;
    height: 56px;
  }
}

.dashboard-tabs.nav-pills .nav-link{
	color: #000;
	border: 1px solid #000;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.center-logo-animate{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}



.dashboard-app-btns {
	display: flex;
  flex-wrap: wrap;
}
.dashboard-app-btns .dashboard-app-btn-col{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px;
}
.dashboard-app-btns .dashboard-app-btn {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	flex-direction: column;
	/* border: 1px solid #dee2e6; */
	border-radius: 6px;
	text-align: center;
	padding: 5px 2px;
	text-decoration: none;
  box-shadow: 0px 1px 2px #d0d0d0;
  border: 1px solid #f1f1f1;
  width: 100%;
  height: 100%;
  position: relative;
}
.dashboard-app-btns .dashboard-app-btn img{
	max-height: 40px;
}
.dashboard-app-btns .dashboard-app-btn.food-btn img{
  max-height: 57px;
}
.dashboard-app-btns .dashboard-app-btn.food-btn .dashboard-app-btn-title{
  margin-top: -8px;
}
.dashboard-app-btns .dashboard-app-btn .dashboard-app-btn-title{
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
}
.btn-menu-back{
	border-radius: 50%;
	height: 35px;
    /* width: 35px; */
	padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    padding-left: 10px;
    color: #343a40 !important;
    font-size: 12px;
    padding-top: 1px;
}
.superapp_menu_tabs{
	border-top: 1px solid #f1f1f1;
}
.superapp_menu_tab_sub{
  border-top: 1px solid #f1f1f1;
}
.superapp_menu_tab_sub_title{
  padding-top: 2px;
}

.beta-badge{
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #007bff;
  color: #fff;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  border-radius: 5px;
}


.lazy-img:has(img.lazy) {
	--bg: #f1f1fa;
	--glare-bg: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.5), transparent);
	position: relative;
	background-color: var(--bg);
	overflow: hidden;
}

.lazy-img:has(img.lazy)::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: var(--glare-bg);
	transform: translateX(-100%);
	animation: skeleton-glare 1.75s infinite ease-out;
	z-index: 1;
}

@keyframes skeleton-glare {
	to {
		transform: translateX(100%)
	}
}
.lazy-img:has(img.lazy) > *{
  visibility: hidden;
}


.lazy-img:has(img.lazy).lazy-hw-150{
  min-width: 150px;
  min-height: 150px;
}
.lazy-img:has(img.lazy).lazy-hw-100{
  min-width: 100px;
  min-height: 100px;
}
.lazy-img:has(img.lazy).lazy-hw-120{
  min-width: 120px;
  min-height: 120px;
}
.lazy-img:has(img.lazy).lazy-hw-80-11{
  min-width: 80px;
  min-height: 11px;
}
.lazy-img:has(img.lazy).lazy-hw-136-102{
  min-width: 136px;
  min-height: 102px;
}
.lazy-img:has(img.lazy).lazy-hw-90{
  min-width: 90px;
  min-height: 90px;
}
.lazy-img:has(img.lazy).lazy-hw-64{
  min-width: 64px;
  min-height: 64px;
}
.lazy-img:has(img.lazy).lazy-hw-45{
  min-width: 45px;
  min-height: 45px;
  margin-right: 10px;
}
.lazy-img:has(img.lazy).lazy-hw-130-89{
  min-width: 130px;
  min-height: 89px;
}


.lazy-img:has(img.lazy).lazy-h-375{
  min-height: 375px;
}
.lazy-img:has(img.lazy).lazy-h-25{
  min-height: 25px;
}
.lazy-img:has(img.lazy).lazy-h-38{
  min-height: 38px;
}
.lazy-img:has(img.lazy).lazy-h-35{
  min-height: 35px;
}



.lazy-img:has(img.lazy) .lazy-hw-40{
  min-width: 40px;
  min-height: 40px;
}


.btn-hover-blue-light:hover{
  background-color: #d2e7f9;
}

