﻿/* Define standard variables and values for website */
/* install Web_Compiler_v1.12.394.vsix to compile the file */
/* https://www.c-sharpcorner.com/article/how-to-use-sass-in-visual-studio-using-web-essentials/ */
.responsive {
  max-width: 100%;
  height: auto; }

/*#region icon*/
.fa {
  display: none !important; }

.list-group-item .fa {
  display: inline-block !important; }

.faForArrowsAlt {
  display: inline-block !important;
  /* margin-left: 50px;*/ }

@media screen and (max-width: 767px) {
  .faForArrowsAlt {
    color: #f5f7fa !important; } }

.captchasucesss {
  color: green !important; }

.sa {
  display: inline-block !important;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #7cb347; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #7cb347;
  border-radius: .25rem; }

.tooltip.bs-tooltip-bottom .tooltip-inner {
  background: #7cb347 !important; }

.tooltip .arrow:before {
  border-bottom-color: #7cb347 !important;
  border-top-color: #7cb347 !important; }

.lbl {
  color: black;
  max-width: 11rem; }

.changepassheader {
  padding-left: 1rem; }

.iconwidth {
  max-width: 2rem; }

.lnk {
  flex: auto;
  color: black !important; }

.lbl2 {
  max-width: 16rem;
  color: black; }

.ctrlcontact {
  height: 13rem; }

.modelstyle {
  flex: auto; }

.modelspanforgetpassword {
  font-size: 1rem;
  color: darkred; }

.modelspanforgetpasswordlink {
  font-size: 0.7rem;
  background-color: #f5f7fa;
  color: #337ab7; }

/*#endregion icon*/
/*#region Banner and Menu section*/
.hide-show-logo {
  display: none; }

.show-hide-logo {
  display: block; }

.langMobile {
  display: none; }

.langDeskstop {
  display: inline-block;
  list-style: none;
  padding: 0 !important; }

.navbar {
  padding: 0rem 1rem !important;
  /*margin-right: auto;
    margin-left: auto;*/
  /*border: 2px solid red !important;*/
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  /*color: red !important;*/
  border: 0px !important;
  border-bottom: solid 0.0625rem #999999 !important;
  /*min-height: 9.375rem !important;*/
  /*justify-content: center;
    align-items: center;*/ }

.navbar-brand {
  margin-right: 0 !important; }

.navbar-collapse {
  flex-grow: unset !important; }

.navbar-toggler {
  border-color: #7cb347 !important; }

.navbar-toggler:active {
  border-color: #7cb347 !important; }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(124,179,71,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.sticky-top .navbar .navbar-toggler {
  border-color: #ffffff !important; }

.sticky-top .navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.authenticate-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.authenticate-toggler-button {
  border-color: #ffffff !important; }

.navbar-toggler:focus, .navbar-toggler:hover {
  background-color: transparent !important; }

.navbar-nav > li {
  margin-top: 1.875rem; }

.navbar-nav > li > a.show-hide-logo {
  margin-top: 0; }

.navbar-nav > li > a {
  color: #7cb347 !important;
  transition: all 0.9s ease-in;
  line-height: 3rem;
  color: #7cb347 !important;
  background-color: white;
  margin: 0px 10px;
  border-radius: 20% 60%;
  width: 9.50rem;
  text-align: center;
  border: 0.0625rem solid #7cb347;
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem; }

.navbar-nav > li.show-hide-logo {
  margin-top: 0; }

.navbar-nav > li.show-hide-logo a {
  color: #7cb347 !important;
  transition: all 0.9s ease-in;
  line-height: 3rem;
  color: #7cb347 !important;
  background-color: transparent !important;
  margin: 0 0.625rem;
  border-radius: 20% 60%;
  width: 150px;
  text-align: center;
  border: 0 solid #7cb347;
  position: relative;
  display: block;
  padding: 0.625rem 0.9375rem; }

.navbar-nav > mainMenu > li > a:hover {
  color: white !important;
  background-color: #7cb347 !important;
  border-color: white; }

.navbar-nav > li > a:active, a:active {
  color: #7cb347 !important; }

/*.navbarBackground {
    background-color: $linkColor;
}

.navbarBackground a {
    color: white !important;
}*/
#myHeader {
  font-size: 1.2rem; }

/*#region sticky-top*/
.sticky-top .navbar {
  min-height: 50px !important;
  background-color: white !important;
  position: fixed !important;
  width: 100% !important;
  top: 0;
  max-height: 85px; }

.sticky-top .navbar-brand {
  /*height: 50px !important;*/ }

.sticky-top .img-logo {
  width: 70px !important;
  height: auto; }

.sticky-top .navbar-nav > li {
  margin-top: 0; }

.sticky-top .navbar-nav > li > a {
  color: white !important;
  background-color: unset;
  margin: unset;
  border-radius: unset;
  width: unset;
  text-align: unset;
  border: unset;
  margin-top: 30px; }

.sticky-top .navbar-nav > li > a:hover {
  color: #337ab7 !important;
  background-color: transparent !important;
  border-color: white; }

.Authenticated-Active-Panel {
  background-color: #fff969;
  color: #fff !important;
  margin: 0px !important;
  border-bottom: solid 1px #fff !important; }

.Authenticated-Active-Panel a {
  color: #CF194F !important; }

.img-logo-authenticate {
  width: 5.125rem !important;
  height: auto; }

.logoutMobile {
  display: none !important; }

.signout .fa-sign-out {
  color: red !important; }

.signout .sticky-top .fa-sign-out {
  color: red !important; }

.signout .fa {
  display: inline-block !important;
  margin-right: 0.25rem; }

.signout .sticky-top .fa {
  display: inline-block !important;
  margin-right: 0.25rem; }

/*#endregion sticky-top*/
/*#endregion Banner and Menu section*/
/*#region Loader */
/*#Home menu*/
.navbars-expand-md {
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbars {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbars-light .navbar-brand {
  color: #7cb347; }

.navbars-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbars-expand-md .navbar-toggler {
  display: none; }

.navbars-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbars-expand-md .navbars-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbars-collapse {
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.navbars-expand-md .navbars-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

@media (min-width: 768px) {
  .navbars-expand-md .navbars-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbars-expand-md .navbars-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; } }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.navbars-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbars-light .navbars-nav .active > .nav-link, .navbars-light .navbars-nav .nav-link.active, .navbars-light .navbars-nav .nav-link.show, .navbars-light .navbars-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbars-light .navbars-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.navbars-light .navbars-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(124,179,71,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

.navbars-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

.navbars-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

/*endregion Home Menu*/
.loader {
  border-radius: 50%;
  border-top: 16px solid #3d70b2;
  border-right: 16px solid #dfe3e6;
  border-bottom: 16px solid #7cb347;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20rem; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  opacity: 0.95;
  background: #000;
  filter: alpha(opacity=80);
  /* required for opacity to work in IE */
  visibility: hidden; }

#loadingText {
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  background-color: transparent;
  text-align: center;
  font-size: 1rem;
  color: #7cb347; }

.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  opacity: 1; }

/* Hide preloader smoothly */
.preloader.hidden {
  opacity: 0;
  visibility: hidden; }

.preloader .preloader-circle {
  width: 150px;
  height: 150px;
  border-style: solid;
  border-width: 3px;
  border-top-color: var(--primary);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 1px 5px rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  animation: spin 2s infinite linear;
  transition: opacity 0.6s ease; }

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease; }

.preloader .preloader-img img {
  max-width: 100px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*#endregion Loader */
/*#region Is set for Footer*/
html,
body {
  margin: 0;
  background-color: #f5f7fa !important;
  color: #333 !important;
  font-family: Arial,Verdana,sans-serif !important;
  font-size: 0.95rem; }

a {
  color: #7cb347 !important; }

.mainMenu a:hover {
  color: #337ab7 !important;
  transition: all 0.9s ease-out;
  text-decoration: none;
  background-color: transparent; }

.box {
  display: flex;
  flex-flow: column;
  height: 100%; }

.box .row {
  /*border: 1px dotted grey;*/ }

.box .row.header {
  flex: 0 1 auto;
  /* The above is shorthand for:
        flex-grow: 0,
        flex-shrink: 1,
        flex-basis: auto
        */ }

.box .rowOne.content {
  flex: 1 1 auto;
  background-color: transparent; }

.box .rowOne.footer {
  flex: 0 1 2.5rem;
  -moz-box-shadow: inset 0 0 10px #f5f7fa;
  -webkit-box-shadow: inset 0 0 10px #f5f7fa;
  box-shadow: inset 0 0 20px #f5f7fa;
  background-color: #7cb347;
  width: 100%;
  color: #fff969;
  padding-top: 30px;
  display: block; }

.box .rowOne.footer-public {
  min-height: 100px; }

.box .rowOne.footer-private {
  min-height: 150px; }

.box .rowOne.footer a {
  line-height: 40px;
  color: #fff969 !important; }

.footer-content {
  display: block;
  padding: 1rem 1rem;
  flex: 0 1 2.5rem;
  -moz-box-shadow: inset 0 0 10px #f5f7fa;
  -webkit-box-shadow: inset 0 0 10px #f5f7fa;
  box-shadow: inset 0 0 20px #f5f7fa;
  background-color: #7cb347;
  width: 100%;
  color: white;
  font-size: 0.8rem; }

.footer-content span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.5rem; }

.mobileVisible {
  display: none; }

.separatorFooter {
  color: #5596e6; }

.panelToAuthenticate {
  display: block; }

.panelToAuthenticate-responsive {
  display: none; }

/*#endregion Is set for Footer*/
/*#region datatable*/
div.alphabet {
  clear: both;
  position: relative;
  margin: 0.5em 0;
  background-color: #5596e6 !important;
  border-color: #5596e6 !important;
  /*color: #fff !important;
    height: 2rem;*/ }

@media screen and (max-width: 640px) {
  div.alphabet {
    text-align: center; } }

div.alphabet ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }

div.alphabet li {
  display: inline-block; }

div.alphabet a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: content-box;
  padding: 0.2em 0.1em;
  min-width: 1.3em;
  /*border: 1px solid transparent;
    border-radius: 2px;*/
  border-color: #5596e6 !important;
  color: #fff !important; }

div.alphabet a:hover {
  border: 1px solid #7cb347;
  background-color: #7cb347;
  /*background: linear-gradient(to bottom, $linkColor 0%, #111 100%);*/
  border-color: #7cb347 !important;
  color: #fff !important; }

div.alphabet a:active {
  outline: none;
  background-color: #7cb347;
  /*background: linear-gradient(to bottom, $linkColor 0%, #0c0c0c 100%);
    box-shadow: inset 0 0 3px #111;*/ }

div.alphabet a.empty {
  border-color: #7cb347 !important;
  color: #696565 !important;
  pointer-events: none !important; }

div.alphabet a.active,
div.alphabet a.active.empty {
  color: white !important;
  /*border: 1px solid $linkColor;*/
  background-color: #FFF;
  background: #7cb347;
  border-color: #7cb347;
  text-decoration: underline; }

div.alphabet .alphabet-info-display {
  margin-right: 0em; }

div.alphabet div.alphabet-info {
  position: absolute;
  border: 1px solid #7cb347;
  /*background-color: #585858;
    background: linear-gradient(to bottom, $linkColor 0%, #111 100%);*/
  border-radius: 2px;
  color: #7cb347;
  margin-top: 0.2em;
  padding: 0.2em 0.4em;
  text-align: center;
  opacity: 0;
  z-index: 9999; }

tr.alphabet-group, tr.alphabet-group:hover {
  /*background-color: rgba(0,0,0,0.15) !important;*/ }

/*#endregion datatablr*/
/*#region General*/
/* Set padding to keep content from hitting the edges */
.body-content {
  padding: 0 0 !important; }

.body-content .index {
  padding: 0rem 1rem; }

.shadow {
  -moz-box-shadow: inset 0 0 0.625rem #8c9ba5 !important;
  -webkit-box-shadow: inset 0 0 0.625rem #8c9ba5 !important;
  box-shadow: inset 0 0 1.875rem #8c9ba5 !important; }

.separator {
  border-top: 0.0625rem solid #5596e6;
  border-bottom: 0.0325rem solid #7cb347;
  height: 0px; }

.centerContainer {
  margin-right: auto; }

.main-text {
  font-size: 4rem;
  padding: 0.625rem 0;
  color: #7cb347 !important;
  text-shadow: 2px 2px #5596e6; }

.main-text-medium {
  font-size: 2em;
  /*padding-bottom: 2.625rem;*/
  color: #8c9ba5 !important; }

.darkText {
  color: #333 !important; }

.blueText {
  color: #5596e6; }

.greenText {
  color: #7cb347; }

.warningColor {
  color: #cf194f; }

.main-text-small {
  font-size: 1.5rem;
  text-align: center;
  /*padding: 0.625rem 0;*/
  color: #8c9ba5 !important; }

.main-text-warning {
  font-size: 1em;
  padding: 5px 0;
  color: #cf194f !important;
  background-color: transparent;
  border-top: dashed 1px #cf194f; }

.main-text-warning a {
  color: #cf194f !important;
  background-color: none !important;
  text-decoration: underline; }

.allergen img {
  border: 1px solid #7cb347;
  border-radius: 20%;
  background: #7cb347;
  margin: 10px;
  width: 50px;
  /*float: left;*/
  margin: 5px; }

.allergen > a:hover {
  text-decoration: none !important;
  background-color: transparent !important; }

.close {
  color: white !important;
  opacity: 1 !important; }

.closeButton {
  background-color: #7cb347 !important;
  color: white !important; }

.modal-content {
  color: white;
  overflow: hidden; }

.modal-header {
  background-color: #7cb347; }

.modal-body {
  background-color: #f5f7fa;
  color: #5596e6;
  font-size: 1.1rem; }

.float-right-button {
  float: right;
  padding: 0 5px;
  /*margin: 5px 0;*/
  margin-bottom: 5px; }

/*
.float-left-button {
    padding: 0 5px;
    margin: 5px 0;
}
*/
.float-right-button > #btnSubmit, .float-right-button > #managePasswordFormulaire, #btn_disable, .float-right-button > #btnchangepassword, .float-right-button > #btnforgetpassword {
  background-color: #7cb347; }

.float-right-button > #search {
  color: #7cb347 !important;
  background-color: #ffffff;
  border-color: #7cb347 !important; }

.btn-reset {
  color: #fff;
  background-color: #5596e6;
  border-color: #5596e6; }

.btn-reset:hover {
  color: #fff; }

.title {
  color: #7CB347 !important;
  padding-top: 1rem;
  font-weight: 600 !important; }

.accountList {
  background-color: #f0f3f6;
  /*padding: 10px 0 25px 0px;
    margin: 0 15px 15px -15px;*/ }

.accountList .btn {
  font-size: 14px; }

.emptyDivDisplay {
  /*  padding: 10px 0px 100px 0px;*/
  /* padding-bottom: 100px;*/
  font-size: 1.8em;
  color: #7cb347 !important;
  line-height: 4rem; }

.emptyDivDisplay a {
  /*color: #7cb347 !important;*/ }

.form-paypal {
  margin-top: -7px; }

.btn-my-account {
  color: #fff !important;
  background-color: #7CB347;
  border-color: #2e6da4;
  margin: 5px; }

.btn-manage {
  color: #fff !important;
  background-color: #5596e6;
  border-color: #2e6da4;
  margin: 5px 0 0 0; }

.btn-manage-inactive {
  color: #fff !important;
  background-color: red;
  border-color: red;
  margin: 5px; }

.red-color, .redAsterisk {
  color: #cf194f !important; }

.policySpace h3, .policySpace h4 {
  padding-top: 1rem; }

.daysColumn {
  min-width: 105px; }

.daysFieldWidth {
  width: 90%; }

.benefitsIcon {
  display: inline-block !important;
  font-size: 48px; }

.containerMedia {
  /* max-width: 450px;*/
  margin-right: auto;
  margin-left: auto;
  /* border: 1px solid $blueColor;
    padding: 3px;*/
  max-width: 100%;
  border: 0px; }

.greenButton {
  background-color: #7cb347 !important;
  border-color: #5596e6 !important; }

.greenFont {
  color: #7cb347 !important; }

/*#endregion General*/
/*#region Multi Select*/
.btn-group {
  border: 1px solid #7cb347;
  min-width: 150px;
  border-radius: 4px; }

/*#endregion Multi Select*/
/*#region Buttons*/
.btn {
  cursor: pointer;
  border-radius: 10px; }

.btnPrimary {
  background-color: #5596e6 !important;
  border-color: #5596e6 !important; }

.btnSecondary {
  background-color: #7cb347 !important;
  border-color: #7cb347 !important;
  color: white; }

.btnDanger {
  background-color: #cf194f !important;
  border-color: #cf194f !important;
  color: white; }

/*#endregion Buttons*/
/*#region Cookie*/
.cookie {
  color: black; }

.cookie h4, .cookie h5, .cookie h6 {
  padding: 1rem 0 0 0; }

#modalBodyCookie a:hover {
  background-color: transparent !important;
  color: #8c9ba5 !important; }

/*#endregion Cookie*/
/*#region menu styles*/
.ItemTitle {
  /*margin-right: 15px !important;
    margin-left: 15px !important;*/
  background-color: #5596e6;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #f5f7fa;
  /*min-height:60px;*/ }

.separatorBlue {
  margin-right: 15px !important;
  margin-left: 15px !important;
  background-color: #5596e6;
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  color: #f5f7fa;
  height: 1px; }

.separatorBlueItemCategory {
  background-color: #5596e6;
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  /*border-radius: 4px;*/
  color: #f5f7fa;
  height: 1px; }

.trafficLightRed {
  color: #cf194f;
  font-weight: bold; }

.trafficLightAmber {
  color: orange;
  font-weight: bold; }

.trafficLightGreen {
  color: #7cb347;
  font-weight: bold; }

.informText {
  color: #7cb347;
  font-weight: 700; }

.menuTitle {
  /*margin-right: 5px !important;
    margin-left: -25px !important;*/
  background-color: #5596e6;
  padding: 10px 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #f5f7fa;
  font-weight: 700; }

.menuTitle-green {
  margin-right: 5px !important;
  margin-left: -25px !important;
  background-color: #7cb347;
  padding: 10px 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #f5f7fa;
  font-weight: 700; }

.menuTitle-yellow {
  margin-right: 5px !important;
  margin-left: -25px !important;
  background-color: #5596e6;
  padding: 5px 5px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff !important;
  font-weight: 100; }

.menuTitle-yellow label {
  color: #ffffff !important;
  font-weight: 100 !important; }

.menuTitle-yellow a {
  color: #ffffff !important;
  font-weight: 100 !important; }

.menuTitle-public {
  background-color: #5596e6;
  padding: 2px 5px;
  /*margin-bottom: 10px;*/
  border: 1px solid transparent;
  border-radius: 0.3em 0.3em 0 0;
  color: #f5f7fa;
  font-weight: 700; }

.menuTitle-public a {
  color: #f5f7fa !important;
  font-weight: 700; }

.menuTitle-public-inactive {
  background-color: lightgray;
  padding: 2px 5px;
  /*margin-bottom: 10px;*/
  border: 1px solid transparent;
  border-radius: 0.3em 0.3em 0 0;
  color: red;
  font-weight: 700; }

.menuTitle-public-inactive a {
  color: red !important;
  font-weight: 700; }

.formGroupContainerItemCategory, .formGroupContainerMenuCategory {
  background-color: #5596e6;
  width: 100%;
  border: 2px dotted #f5f7fa;
  /*margin-bottom: 20px;*/
  padding: 10px; }

.formGroupContainerItemCategoryInActive, .formGroupContainerMenuCategoryInActive {
  background-color: lightgray;
  width: 100%;
  border: 2px dotted #f5f7fa;
  /*margin-bottom: 20px;*/
  padding: 10px; }

.formGroupContainerInputItemCategory, .formGroupContainerInputMenuCategory {
  width: 80% !important;
  display: inline !important; }

.draggableDiv {
  padding: 5px;
  background-color: #7cb347;
  float: right; }

.whiteText {
  color: #f5f7fa !important; }

.redButton {
  background-color: #cf194f !important;
  border-color: #cf194f !important; }

.ui-state-highlight {
  min-height: 1.5em;
  line-height: 1.2em;
  margin: 0px !important;
  padding: 0px !important; }

.contact-page-border {
  border-left: 1px solid #7cb347; }

.help-button {
  border: 0;
  background-color: transparent; }

.help-icon {
  color: #7cb347 !important; }

.help-icon-white {
  color: #ffffff !important; }

#sortableIngredients .help-icon {
  color: #ffffff !important; }

#sortableIngredients .tooltip.top .tooltip-arrow {
  border-top-color: transparent !important; }

#sortableNutritional .help-icon {
  color: #ffffff !important; }

#sortableNutritional .tooltip.top .tooltip-arrow {
  border-top-color: transparent !important; }

.tooltip {
  background-color: transparent; }

.tooltip.top .tooltip-arrow {
  /*border-top-color: #5596e6 !important;*/
  border-top-color: #7cb347 !important; }

.tooltip > .tooltip-inner {
  background-color: #7cb347 !important;
  opacity: 1; }

.tooltip.in {
  opacity: 1 !important; }

.centerDiv {
  margin-left: auto;
  margin-right: auto;
  width: 70% !important; }

.divPayment {
  padding: 1rem 3rem;
  border: #7cb347 1px solid;
  margin-left: auto;
  margin-right: auto;
  width: 50% !important;
  min-width: 300px; }

.error {
  color: red;
  font-size: 12px; }

select.error, textarea.error, input.error, .required {
  border: 1px solid red !important; }

/*#endregion menu titles*/
/* #region Dietary Suitability */
.glutenFree {
  background: #00A4E0;
  border-radius: 15%;
  margin: 0.15rem; }

.vegetarian {
  background: #2bad0f;
  border-radius: 15%;
  margin: 0.15rem; }

.vegan {
  background: #6ce779;
  border-radius: 15%;
  margin: 0.15rem; }

.halal {
  background-color: #094122;
  border-radius: 15%;
  margin: 0.15rem; }

.kosher {
  background-color: #0036B2;
  border-radius: 15%;
  margin: 0.15rem; }

.pescatarian {
  background-color: #FEA472;
  border-radius: 15%;
  margin: 0.15rem; }

.contain {
  background: red;
  border-radius: 20%;
  margin: 0.15rem;
  width: 30px; }

.mayContainDemo {
  border: 1px solid orange;
  border-radius: 20%;
  background: orange;
  /*margin: 10px;*/
  width: 65px;
  height: 50px;
  float: left;
  margin: 5px;
  color: white;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px; }

.mayContain {
  border-radius: 20%;
  margin: 0.15rem;
  /* width: 25px;*/
  width: 30px;
  background: orange; }

.contentDietaryIcons {
  width: 60px; }

.contentAllergenIcons {
  width: 50px; }

.contentDietaryIcons p {
  word-wrap: break-word; }

.contentAllergenIcons p {
  word-wrap: break-word; }

#modalMenuItemImage img {
  display: block;
  margin: auto;
  width: 279px;
  height: 150px;
  object-fit: contain; }

.selectScreenbtn {
  width: fit-content; }

.select_views_dropdown {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #EEEEEE !important;
  /*border: 1px solid #707070 !important;*/
  border-radius: 6px !important;
  color: #707070 !important; }

.NoMenu {
  padding: 10px;
  margin-bottom: 10px;
  text-align: center; }

.noneDemo {
  border: 1px solid #e5e5e5;
  border-radius: 20%;
  background: #e5e5e5;
  /*margin: 10px;*/
  width: 65px;
  height: 50px;
  float: left;
  margin: 5px;
  color: white;
  padding: 5px 2px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px; }

.none img {
  /*color: #8c9ba5;
    height: 100px;
    min-width: 100px;
    border: 1px solid #8c9ba5;
    float: left;
    margin: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;*/
  border: 1px solid #e5e5e5;
  border-radius: 20%;
  background: #e5e5e5;
  margin: 10px;
  width: 50px;
  float: left;
  margin: 5px; }

/*#region----------Mob in desktop--------------------*/
.containerMediaMobView {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 3px; }

.businessDetailsPanelMob {
  display: none; }

.businessLogoImgMob {
  width: 80px;
  height: 80px; }

.businessLogoMob {
  width: 80px;
  height: 80px; }

.businessNameMob {
  font-size: 1.5rem; }

.accountCurrencyPanelMob {
  font-size: 1rem; }

.selectScreenbtnMob {
  width: 100%; }

.select_views_dropdownMob {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #EEEEEE !important;
  /*border: 1px solid #707070 !important;*/
  border-radius: 6px !important;
  color: #707070 !important;
  width: 100% !important; }

.BusinessDetailsMob {
  display: block;
  width: 100% !important; }

.BusinessDetailsbtnMob {
  width: 100% !important; }

@media (max-width: 991px) {
  /*  .containerMediaMobView {
            max-width: 100%;
            margin-right: auto;
            margin-left: auto;
            padding: 3px;
        }
        .businessLogoImgMob {
            width: 183px;
            height: 181px;
        }

        .businessLogoMob {
            width: 183px;
            height: 181px;
        }
        .businessNameMob {
            font-size: 2rem;
        }
        .accountCurrencyPanelMob {
            font-size: 1.5rem;
        }*/ }

@media (min-width: 499px) and (max-width: 1200px) {
  .businessLogoImg {
    width: 158px;
    height: 161px; }
  .businessLogo {
    width: 158px;
    height: 161px; } }

@media (max-width: 576px) {
  .businessLogoImgMob {
    width: 80px;
    height: 80px; }
  .businessLogoMob {
    width: 80px;
    height: 80px; }
  .businessNameMob {
    font-size: 1.5rem; }
  .accountCurrencyPanelMob {
    font-size: 1rem; }
  .selectScreenbtnMob {
    width: 100%; }
  /*  .businessDetailsMob{

        }*/
  .select_views_dropdown {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    background: #EEEEEE !important;
    /*border: 1px solid #707070 !important;*/
    border-radius: 6px !important;
    color: #707070 !important;
    width: 100% !important; }
  .BusinessDetails {
    display: block;
    width: 100% !important; }
  .BusinessDetailsbtn {
    width: 100% !important; } }

/*#endregion--------------end Mob in desktop--------------*/
/* #endregion */
/*#region Display Menu admin*/
/*#region new css ---*/
.containerMedia {
  max-width: 100%;
  border: 0px; }

#businessDiv {
  background: linear-gradient(180deg, #7CB347 41.57%, #5596E6 130.04%);
  color: #ffffff; }

.businessLogo {
  width: 183px;
  height: 181px; }

.businessLogodiv {
  display: flex;
  align-items: center; }

.businessLogoImg {
  width: 183px;
  height: 181px; }

.business-title {
  /* display:flex;
     justify-content:space-evenly;*/ }

.businessName {
  font-size: 2rem; }

.accountCurrencyPanel {
  font-size: 1.5rem;
  text-decoration: underline; }

#businessDetailsPanel div a {
  color: white !important; }

.businessHours {
  display: grid; }

.businessHoursDiv {
  display: flex;
  justify-content: center;
  gap: 9px; }

.menuheadingLeftBtn {
  float: left; }

.menuheadingRightBtn {
  float: right; }

.BusinessDetails-tab-responsive {
  display: none; }

#businessDetailsPanelModal div {
  font-size: 14px; }

#businessHoursPanelModal div {
  font-size: 14px; }

@media (max-width: 500px) {
  .menuheadingLeftBtn {
    float: none; }
  .menuheadingRightBtn {
    float: none; }
  .mob-heading-div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (max-width: 576px) {
  .businessName {
    font-size: 1.5rem; }
  .businessLogo {
    width: 80px;
    height: 80px; }
  .businessLogoImg {
    width: 80px;
    height: 80px; }
  #businessDetailsPanel {
    display: none; }
  #businessHoursPanel {
    display: none; }
  .accountCurrencyPanel {
    font-size: 1rem; }
  .business-title {
    display: flex;
    justify-content: center; }
  .business-title-div {
    display: grid;
    align-items: center;
    justify-content: center; } }

@media (max-width: 991px) {
  .BusinessDetails-tab-responsive {
    display: block; }
  #businessHoursPanel {
    display: none; }
  /* #businessDetailsPanel {
            display: none;
        }*/
  .businessDetailsPanelDiv {
    display: none; } }

/*#endregion new css ---*/
.collapseabletext {
  color: white !important;
  /*background-color: #5596e6 !important;*/
  width: 100%;
  text-align: left;
  display: inline-block;
  /*border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;*/
  padding: 10px;
  text-decoration: none !important;
  background-color: #7cb347 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  color: #ffffff !important; }

.collapseabletext:hover {
  background-color: #7cb347 !important;
  /*border-radius: 10px !important;*/
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  color: #ffffff !important; }

.collapseabletextMenu {
  /*background-color: #d4edda;*/
  display: inline-block;
  width: 100%;
  padding: 5px;
  background-color: #EEEEEE;
  font-size: 14px;
  border: 1px solid #EEEEEE;
  color: #1F1F1F !important;
  border-radius: 6px; }

.collapseabletextMenu:hover {
  background-color: #DDF0DD;
  border: 1px solid #7cb347; }

.menuTitleBorder {
  border: solid 1px #5596e6; }

/*.collapseabletext[data-toggle="collapse"].collapsed .fa:before {
    content: url('/management-tasks/up-arrow.png') !important;
}

.collapseabletext[data-toggle="collapse"] .fa:before {
    content: url('allergen-alliance-image-server/management-tasks/down-arrow.png') !important;
}*/
.divParent-menuSection {
  padding: 10px;
  margin-bottom: 10px; }

.divParent-menuSection > div > a {
  color: #1F1F1F !important; }

.collapseCardDiv {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.menuItemTitle {
  font-weight: 600;
  color: #1F1F1F !important; }

.menuItem {
  padding: 10px;
  background-color: #ffffff;
  /*background-color: #dfe3e6;*/
  margin: 10px 0;
  clear: both;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px; }

.menuSectionbox {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important; }

.menuDescription {
  width: 100%;
  clear: both; }

.menuDescriptionDisplay {
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 12px;
  /*border: 1px solid #000000;*/ }

.menuItemDietary {
  clear: both;
  color: #707070; }

.menuItemAllergen {
  color: #707070; }

.menuSectionDescription {
  color: #707070; }

.soldOut {
  /*opacity: .5;
        filter: alpha(opacity=50);*/
  background-color: floralwhite; }

.menuItem.soldOut {
  background-color: #ffffff; }

.menuItem > a {
  color: black !important;
  display: inline-block; }

.menuItem .btn-light {
  color: #5596e6; }

.menuItem .toggle-on {
  background-color: #7cb347; }

.menuItem .toggle.btn {
  min-width: 5.7rem;
  min-height: 1.7rem; }

.menuItem .btn {
  font-size: 0.7rem; }

.fa-data-toggle {
  display: inline-block !important; }

.fa-data-toggle-white {
  color: white !important; }

.fa-data-toggle-blue {
  color: #5596e6 !important; }

[data-toggle="collapse"] .fa:before {
  content: "\f141"; }

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f141"; }

/*#endregion Display Menu admin*/
/*#region Menu Item Overlay*/
.modalMenuItemHeader {
  background-color: #5596e6; }

.menuItemOverlayHeading {
  /*    background-color: $blueColor;
    color: white;*/
  /*  background-color: #ffffff !important;
    color: none !important;*/
  background-color: #ffffff;
  color: #707070; }

.text-grey {
  color: #707070; }

.MiscellaneousDetailsTitle {
  font-size: 14px; }

.MiscellaneousDetailslabel {
  font-size: 14px;
  color: #1f1f1f; }

.DietaryText {
  font-size: 12px;
  color: #707070; }

.MenuItemNametext {
  color: #1f1f1f;
  font-size: 18px; }

.menuItemDescriptiontext {
  font-size: 12px;
  color: #707070; }

.menuItemPricetext {
  font-size: 18px;
  color: #1f1f1f; }

.soldOutBox {
  border: 1px solid #FBEAEC;
  color: #FF2F22;
  font-size: 12px;
  background: #FBEAEC;
  padding: 5px 7px;
  border-radius: 6px; }

.menuItemContent {
  /* background-color: $primaryBackgroundColor;
    color: $blueColor;*/
  background-color: #ffffff !important;
  color: none !important;
  margin: 10px 0; }

.mayContainIndicator {
  /*width: 10px;
    height: 10px;
    background-color: orange;
    color: white;*/
  color: #FFB101;
  background-color: #ffffff;
  display: inline-flex;
  height: unset !important;
  width: unset !important; }

.containIndicator {
  /* width: 10px;
    height: 10px;
    background-color: red;
    color: white;*/
  color: #CE1312;
  background-color: #ffffff;
  display: inline-flex;
  height: unset !important;
  width: unset !important; }

.mayContainIndicator::before {
  content: "";
  height: 10px !important;
  width: 10px !important;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #FFB101;
  border-radius: 360%; }

.containIndicator::before {
  content: "";
  height: 10px !important;
  width: 10px !important;
  margin-top: 5px;
  margin-right: 5px;
  background-color: #CE1312;
  border-radius: 360%; }

/*#endregion Menu Item Overlay*/
/*#region carousel*/
#carousel {
  width: 70% !important; }

.carousel-control-next, .carousel-control-prev {
  opacity: 0.3 !important;
  width: 5% !important; }

.carousel-caption {
  right: 5% !important;
  bottom: 0px !important;
  left: 5% !important;
  z-index: 10;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: black;
  top: 40%;
  font-size: 2rem !important; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(124,179,11)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e") !important; }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(124,179,11)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e") !important; }

/*#endregion carousel*/
/*#region demo Menu*/
.demoMenu {
  font-size: 1.5rem;
  width: 70%; }

.demoMenu img {
  width: 100px; }

/*#endregion demo Menu*/
/*#region Container Image*/
.mainIconContainer > a {
  max-width: 200px;
  min-height: 100px;
  margin: 50px; }

.linkIconContainer {
  position: relative; }

.linkicon_bg {
  height: 160px;
  border: 1px solid #707070;
  opacity: 1;
  display: block;
  transition: .50s ease;
  backface-visibility: hidden;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #1f1f1f !important; }

.imageContainer {
  opacity: 1;
  display: block;
  transition: .50s ease;
  backface-visibility: hidden; }

.textContainerMiddle {
  transition: .50s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.linkIconContainer:hover .imageContainer {
  opacity: 0.3; }

/*.linkIconContainer:hover .textContainerMiddle {
    opacity: 1;
}*/
.textContainer {
  color: black;
  font-size: 16px; }

.container-hover:hover {
  background-color: #5596e6 !important;
  color: white !important; }

@media (min-width: 330px) and (max-width: 575px) {
  .col-in-mob {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0px !important;
    padding-left: 0px !important; } }

hgroup.title h2 {
  font-weight: 600 !important; }

/*.BusinessDivContainer .imageContainer {
    max-width: 100%;
    max-height: 100%;
    display: block;*/
/* Ensure image is treated as a block element */
/*position: absolute;*/
/* Position the image relative to its container */
/*top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 30px;
}*/
.BusinessDivContainer {
  padding: 20px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  min-height: 200px;
  opacity: 1;
  display: block;
  transition: .50s ease;
  backface-visibility: hidden;
  /* box-shadow: 0px 4px 8px 0px #00000033; */
  border-radius: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  color: #333 !important; }

.BusinessDivContainer .imageContainer {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px; }

.image-col {
  width: 200px;
  height: 150px;
  margin: auto;
  border-radius: 30px; }

/*.BusinessDivContainer {
    padding: 20px;
    width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    min-height: 207px;
    opacity: 1;
    display: block;
    transition: .50s ease;
    backface-visibility: hidden;*/
/*box-shadow: 0px 4px 8px 0px #00000033;*/
/*border-radius: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: #333 !important;
}*/
.textContainer {
  color: #333;
  font-weight: bold;
  word-wrap: break-word;
  text-decoration: none; }

.BusinessDivContainer.inactive {
  background-color: #F44336 !important;
  color: #ffffff !important; }

.BusinessDivContainer.uploadinitialdata {
  /*background-color: #FFB101 !important;*/
  background-color: #7CB347 !important;
  color: #ffffff !important; }

.BusinessDivContainer.active:hover {
  background-color: #5596E6 !important;
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer; }

.BusinessDivContainer.paymentcolor {
  background-color: #fdc014e3 !important;
  text-decoration: none; }

.BusinessDivContainer.inactive:hover {
  color: #ffffff !important;
  text-decoration: none; }

.BusinessDivContainer.AccountInactive {
  color: white !important;
  background-color: slategrey !important;
  text-decoration: none; }

.BusinessDivContainer.inactive .textContainer, .BusinessDivContainer.uploadinitialdata .textContainer, .BusinessDivContainer.stopsubscriptiondivcolor .textContainer, .BusinessDivContainer.cardnotvaliddivcolor .textContainer {
  color: #ffffff !important; }

.BusinessDivContainer.active:hover .textContainer {
  color: #ffffff !important;
  text-decoration: none; }

.BusinessDivContainer.inactive:hover .textContainer {
  color: #ffffff !important;
  text-decoration: none; }

.BusinessDivContainer:hover .textContainerMiddle {
  opacity: unset; }

.BusinessDivContainer.stopsubscriptiondivcolor, .BusinessDivContainer.cardnotvaliddivcolor {
  background-color: #ffbf00;
  color: black !important;
  /*text-decoration: none;*/ }

.BusinessDivContainer.paymentpending {
  background-color: #FFC107;
  /* color: #ffffff !important;
    text-decoration: none;*/ }

/*.textContainer:not(.inactive) {
            color: black;
        }*/
.BusinessDivContainer:hover .imageContainer {
  background-color: #F4F4F4 !important;
  /*border: 1px solid #F4F4F4 !important;*/
  opacity: unset; }

.BusinessDivContainer .imageContainer {
  background-color: #F4F4F4 !important;
  /*border:1px solid #F4F4F4 !important;*/ }

/*#endregion Container Image*/
/*#region Mobile*/
@media screen and (max-width: 1199px) {
  /*#region Payment*/
  .divPayment {
    width: 60% !important; }
  /*#endregion Payment*/
  .demoMenu {
    font-size: 1.2rem; }
  #carousel {
    width: 85% !important; } }

@media screen and (max-width: 992px) {
  .panelToAuthenticate {
    display: none; }
  .panelToAuthenticate-responsive {
    display: block;
    padding: 1rem; }
  .centerDiv {
    width: 100% !important; }
  /*#region Payment*/
  .divPayment {
    width: 85% !important; }
  /*#endregion Payment*/
  .demoMenu {
    font-size: 1rem;
    width: 100%; } }

@media screen and (max-width: 957px) {
  .navbar-nav > li > a {
    width: 6.25rem;
    padding: 0.125rem 0.1375rem;
    font-size: 0.8rem !important; }
  .navbars-nav > li > a {
    width: 6.25rem;
    padding: 0.125rem 0.1375rem;
    font-size: 0.8rem !important; }
  /*#region General*/
  .main-text {
    font-size: 2.5em; }
  /*#endregion General*/ }

@media screen and (max-width: 767px) {
  /*#region Banner*/
  .show-hide-logo {
    display: none; }
  .hide-show-logo {
    display: block; }
  .img-logo {
    width: 3.125rem !important;
    height: auto; }
  .team-img-logo {
    width: 1.2rem !important; }
  .langMobile {
    display: inline-block; }
  .langDeskstop {
    display: none; }
  .logout {
    display: none !important; }
  .navbar {
    min-height: 0px !important; }
  .navbar-nav > li {
    margin-top: unset; }
  .navbar-nav > li > a {
    /*line-height: 2rem !important;*/
    border: 0px solid #999999;
    padding: 0;
    border-radius: 0;
    width: unset;
    text-align: unset;
    background-color: transparent !important;
    margin: 0;
    display: unset; }
  .mainMenu {
    display: block; }
  .navbar-nav > li > a:hover, a:hover {
    /* color: $fontColor !important;
        background-color: transparent !important;*/ }
  .navbars {
    min-height: 0px !important; }
  .navbars-nav > li {
    margin-top: unset; }
  /*#endregion Banner*/
  /*#region icon*/
  .fa {
    display: inline-block !important;
    color: #7cb347 !important;
    margin-right: 0.25rem; }
  .sticky-top .fa {
    display: inline-block !important;
    color: white !important;
    margin-right: 0.25rem; }
  .fa-sign-out {
    color: red !important; }
  .sticky-top .fa-sign-out {
    color: red !important; }
  .sa {
    display: inline-block !important;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #7cb347; }
  .fa-info-circle {
    /*color: #7cb347 !important;*/
    /*background-color: #7cb347 !important;*/ }
  .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #7cb347;
    border-radius: .25rem; }
  /*
    .tooltip {
        background-color: transparent;
    }

    .tooltip.top .tooltip-arrow {
        border-top-color: #7cb347 !important;
    }

    .tooltip > .tooltip-inner {
        background-color: #7cb347 !important;
        opacity: 1;
    }

    .tooltip.in {
        opacity: 1 !important;
    }
    */
  .lbl {
    color: black;
    max-width: 11rem; }
  /*#endregion icon*/
  /*#region General*/
  .main-text {
    font-size: 1.3rem;
    text-shadow: 1px 1px #5596e6; }
  .main-text-medium {
    font-size: 1em;
    padding-bottom: 0.625rem; }
  .main-text-small {
    font-size: 1rem; }
  #carousel {
    width: 100% !important; }
  .carousel-caption {
    font-size: 1rem !important; }
  .ReCaptchContainer {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; }
  /*#endregion General*/
  /*#region Footer*/
  .box .rowOne.footer-public {
    min-height: 165px; }
  .box .rowOne.footer-private {
    min-height: 280px; }
  .mobileNotVisible {
    display: none; }
  .mobileVisible {
    display: block; }
  /*#endregion Footer*/
  /*#region Payment*/
  .divPayment {
    width: 100% !important; }
  /*#endregion Payment*/ }

@media screen and (max-width: 575px) {
  /*#region Payment*/
  #payment-form > .container {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .divPayment {
    padding: 1rem 0.3rem !important; }
  /*#endregion Payment*/
  .demoMenu img {
    width: 200px; }
  .marginBottomForBenefits {
    margin-top: 1rem;
    margin-bottom: 3rem; } }

/*#endregion Mobile*/
.list-group-item .fa {
  font-size: 20px; }

.taskFormContainer {
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem;
  width: 100%;
  max-width: 15rem;
  border-radius: 8px;
  cursor: pointer; }

.taskListContainer {
  text-align: center;
  font-weight: 700;
  margin: auto;
  width: 100%;
  max-width: 780px;
  border-radius: 8px;
  background: white;
  box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07); }

.strike {
  text-decoration: line-through; }

.ClickloginBtn, .ClickregisterBtn {
  color: #7cb347 !important;
  font-size: 1.1rem !important; }

.ClickforgotBtn {
  font-size: 1.1rem !important;
  color: darkred !important; }

.loginFormContainer label, .registerFormContainer label, .contactusFormContainer label {
  color: #5596e6;
  font-size: 1.1rem; }

#teamManagement th, #Get_Table th {
  background-color: #5596e6 !important;
  color: white; }

.DashboardImg {
  width: 60px !important;
  height: 60px !important; }

#slider2 .rs-handle {
  background-color: #f3f3f3;
  box-shadow: 0px 0px 4px 0px #000; }

#slider2 .rs-tooltip-text {
  font-size: 25px;
  font-weight: bold; }

#slider2 {
  margin-left: auto;
  margin-right: auto; }

/*#ViewNotesModal .form-group {
    border-bottom: 0.5px solid #ede6e6 !important;
}

#ViewNotesModal .form-group span {
    font-weight: 600 !important;
    text-decoration: underline !important;
}*/
/*#region button font responsive */
/*@media (min-width:567px) and (max-width: 767px) {
    .font-responsive {
        font-size: 12px;
    }
}*/
/*#endRegion */
/*#region Add styles for the bottom sheet content */
.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow-y: scroll;
  /* overflow-y: unset;*/
  z-index: 2;
  background-color: #ECECEC;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  /*overflow: hidden;*/
  transition: height 0.3s ease-out;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px; }

.bottom-sheet-content {
  padding: 16px; }

.draghandle {
  /*width: 32px;
    height: 6px;
    border-radius: 100px;
    opacity: 0.4;
    background: #79747E;
    margin-left: auto;*/
  /* margin-top: 11px;*/
  /*margin-top: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    display: flex;
    cursor: ns-resize;*/
  /* Set cursor style to indicate vertical resizing */
  /*touch-action: none;*/
  /* Prevent default touch behavior */
  width: 100%;
  height: 20px;
  position: sticky;
  border-radius: 100px;
  top: 0;
  /* opacity: 0.4; */
  background: #f0f0f0;
  margin-left: auto;
  /* margin-top: 11px; */
  margin-right: auto;
  display: flex;
  cursor: ns-resize;
  touch-action: none;
  z-index: 1; }

.draghandle-dash {
  width: 32px;
  height: 6px;
  border-radius: 100px;
  opacity: 0.4;
  background: #79747E;
  margin-left: auto;
  margin-top: 8px;
  /* margin-top: 6px;
    margin-bottom: 6px;*/
  margin-right: auto;
  display: flex;
  cursor: ns-resize;
  /* Set cursor style to indicate vertical resizing */
  touch-action: none;
  /* Prevent default touch behavior */ }

.bottom-sheet-heading {
  padding: 5px 7px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /*gap: 1px 62px;*/
  background-color: white;
  width: 100%;
  align-items: center;
  padding: 5px 5px;
  text-align: center; }

.closeBottomSheetButton {
  color: #FF2F22 !important;
  border: 1px solid #FF2F22 !important;
  background: white !important; }

/*#endregion Add styles for the bottom sheet content */
/*#region year month filter popup */
#FilterModal {
  margin-left: auto;
  margin-right: auto; }

.Clearfilter {
  border: 1px solid #FF2C2C;
  color: #FF2C2C; }

.Clearfilter:hover {
  background-color: #FF2C2C !important;
  color: white; }

.filter-content {
  /* min-height: 24rem;*/
  background-color: #EEEEEE !important;
  color: black !important; }

.filter-dialog {
  max-width: 450px; }

.filter-body {
  min-height: 22rem;
  background-color: #EEEEEE !important;
  padding: 1rem 0px 0px 0px; }

.filter-header {
  /*  min-height: 24rem;*/
  background-color: #5596E6 !important; }

.monthItem {
  text-align: center;
  color: black;
  border-radius: 25px;
  /* font-size: 16px; */
  font-weight: normal;
  line-height: 27px;
  letter-spacing: 0.1em;
  font-style: normal;
  cursor: pointer; }

.monthItem:hover {
  border: 1px solid #5596E6; }

.selmonthItem {
  background-color: #5596E6;
  color: #ffffff; }

.monthContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 1px 62px;
  background-color: white;
  height: 198px;
  width: 100%;
  align-items: center;
  padding: 1px 40px; }

div.radiocontainer {
  text-align: center;
  padding: 1rem;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center; }

div.radiocontainer label {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center; }

/* Style for the custom dropdown container */
.custom-dropdown {
  position: relative;
  display: inline-block;
  color: #1F1F1F;
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.1em; }

/* Style for the dropdown button */
.dropdown-button {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }

/* Style for the dropdown list */
.dropdown-list {
  display: none;
  position: absolute;
  top: 114%;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 2;
  color: #1F1F1F;
  background: #ffffff; }

/* Style for each year item in the list */
.year-item {
  padding: 10px;
  cursor: pointer; }

.year-item:hover {
  border: 1px solid #5596E6;
  background-color: #5596E6;
  color: #ffffff; }

.btn-grey {
  border: 1px solid #6c757d !important;
  color: #6c757d !important; }

input[type=radio] {
  accent-color: #5596E6; }

/*#endregion year month filter popup */
/*#region filter-btn  */
.filter-btn {
  background-color: #EEEEEE;
  display: flex;
  justify-content: space-between;
  border-radius: 8px; }

.dropdown-toggle::after {
  content: none; }

/*#endregion filter-btn */
/* Modal responsive*/
.modal-content {
  border-radius: 20px !important; }

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

.title-content {
  display: flex;
  justify-content: center; }

.modal-body {
  color: #1F1F1F;
  /*font-family: Poppins;*/
  font-size: 16px;
  /*font-weight: 500;*/
  line-height: 24px;
  letter-spacing: 0em;
  top: 9px;
  background-color: white; }

.modal-footer {
  justify-content: space-between;
  border-top: none;
  /*padding: 1.2rem;*/
  /*width: 80%;*/
  /*  margin: auto;*/ }

/*.delete-close-btn:hover {
    color: #ffffff;
    background-color: #FF2C2C;
    border: 1px solid #FF2C2C;
}
*/
.bg-close {
  background-color: #999999; }

.view-content {
  border: solid 1px #ced4da;
  border-radius: 5px;
  /*height: 35px;*/
  padding-left: 3%; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.center-form {
  width: 80%;
  margin: auto; }

.modal-header {
  position: sticky;
  top: 0;
  z-index: 11; }

.modal-body {
  max-height: 30rem;
  overflow-y: auto;
  top: 0px; }

.modal-body::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: #ECECEC; }

.modal-body::-webkit-scrollbar {
  width: 10px;
  background-color: #ECECEC; }

.modal-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*/-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #BDBDBD; }

.close:focus {
  outline: none; }

.modal-backdrop {
  width: 100%;
  height: 100%; }

/*End Modal responsive*/
/* Data table responsive*/
@media (min-width: 500px) and (max-width: 991px) {
  .tab-responsive {
    display: flex; } }

@media (min-width: 992px) {
  .tab-responsive {
    display: none; } }

@media only screen and (max-width: 499px) {
  .tab-responsive {
    display: none; }
  .searchFieldContainer label {
    width: 100%; } }

@media (max-width: 991px) {
  .desktop-responsive {
    display: none; } }

@media (min-width: 500px) {
  .mob-responsive {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hide-col-tab {
    display: none; } }

@media only screen and (max-width: 499px) {
  .hide-col-mob {
    display: none; } }

/*End Data table responsive*/
.form-control {
  border-radius: 10px;
  min-height: calc(1.5em + .75rem + 2px); }

/* #region datatable */
.show-entries-select {
  height: calc(1.5em + .75rem + 2px);
  border: 1px solid #ced4da;
  font-size: 1rem;
  font-weight: 400;
  border-radius: .25rem; }

.dataTables_filter input {
  background-color: #f5f5f5 !important; }

.dataTables_filter input:focus {
  background-color: #ffffff !important; }

tr {
  background-color: #ffffff !important; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #5596E6;
  border: 1px solid #5596E6;
  color: #ffffff !important;
  border-radius: 4px; }

table.custom_table th {
  background-color: #5596e6 !important;
  color: white !important; }

/*  .dataTables_filter input[type="search"] {
        padding-left: 36px;
        background-image: url("allergen-alliance-image-server/search-icon.png");
        background-repeat: no-repeat;
        background-size: 20px 19px;
        background-position: 8px center;
        border-radius: 8px !important;
    }*/
#FilterModalLabel {
  color: #ffffff; }

table.dataTable th {
  align-content: center;
  /* Set the background color for even rows to inherit */ }

table.table th {
  align-content: center;
  /* Set the background color for even rows to inherit */ }

table.dataTable tr td {
  background-color: #ffffff !important;
  /* Set the background color for even rows to inherit */ }

table.dataTable, table.custom_table {
  border-radius: 10px;
  /* Adjust the border-radius value as needed */
  overflow: hidden;
  /* Ensure that the border-radius is applied correctly */
  border-collapse: collapse !important;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  text-align: center; }

.table.dataTable td, .table.dataTable th, table.custom_table td, table.custom_table th {
  text-align: center; }

.dataTables_wrapper {
  border-radius: 10px;
  /* Adjust the border-radius value as needed */
  border-collapse: collapse; }

/*#region Body Background */
body {
  background-color: #ffffff !important; }

.shadow {
  -webkit-box-shadow: none !important; }

/* #endregion body */
/*#region for display status center */
.disp-status-center {
  display: flex;
  justify-content: center; }

/*#endregion for display status center */
/*#region status completed and inprogess box */
.activebox {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #2AA52B;
  background: #DDF0DD;
  padding: 6px 12px;
  border: 1px solid #DDF0DD;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.inactivebox {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #FF2F22;
  background: #FFDEDE;
  padding: 6px 12px;
  border: 1px solid #FFF2D6;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.activebox::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #2AA52B;
  border-radius: 360%; }

.inactivebox::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #FF2F22;
  border-radius: 360%; }

.activebox-note {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #2AA52B;
  background: #DDF0DD;
  padding: 6px 12px;
  border: 1px solid #DDF0DD;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  margin-right: 15px; }

.inactivebox-note {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #FF2F22;
  background: #FFDEDE;
  padding: 6px 12px;
  border: 1px solid #FFF2D6;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.activebox-note::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #2AA52B;
  border-radius: 360%; }

.inactivebox-note::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #FF2F22;
  border-radius: 360%; }

/*#endregion status completed and inprogess box */
/* #endregion datatable table */
@media screen and (max-width: 500px) {
  .completedbox::before {
    margin-right: 2px; }
  .inprogressbox::before {
    margin-right: 2px; }
  .completedbox {
    border: none !important;
    background: none !important; }
  .inprogressbox {
    border: none !important;
    background: none !important; }
  .inactivebox {
    border: none !important;
    background: none !important; }
  .activebox {
    border: none !important;
    background: none !important; } }

/*#region status completed and inprogess box */
.completedbox {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #2AA52B;
  background: #DDF0DD;
  padding: 6px 12px;
  border: 1px solid #DDF0DD;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.inprogressbox {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFB101;
  background: #FFF2D6;
  padding: 6px 12px;
  border: 1px solid #FFF2D6;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.completed-note {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #2AA52B;
  background: #DDF0DD;
  padding: 6px 12px;
  border: 1px solid #DDF0DD;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.inprogress-note {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFB101;
  background: #FFF2D6;
  padding: 6px 12px;
  border: 1px solid #FFF2D6;
  border-radius: 15px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center; }

.completedbox::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #2AA52B;
  border-radius: 360%; }

.inprogressbox::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #FFB101;
  border-radius: 360%; }

.completed-note::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #2AA52B;
  border-radius: 360%; }

.inprogress-note::before {
  content: "";
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background-color: #FFB101;
  border-radius: 360%; }

/*#endregion status completed and inprogess box */
/*#region slider  */
#slider3 .rs-tooltip-text {
  font-size: 25px;
  font-weight: bold; }

/*#endregion slider*/
/*#region timer box  */
.timer-box {
  width: 82.38px;
  height: 45px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  font: Poppins;
  color: #707070; }

.timer-colon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  font: Poppins;
  color: #707070; }

.timer-label {
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  color: #707070 !important; }

/*#endregion  timer box */
/*#region Red timer box  */
.timer-box-red {
  width: 82.38px;
  height: 45px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px #FF2F2259;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  font: Poppins;
  color: #FF2F22;
  background-color: #FFDEDE; }

.timer-colon-red {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
  font: Poppins;
  color: #FF2F22; }

.timer-label-red {
  font-family: Poppins;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  color: #FF2F22 !important; }

/*#endregion Red timer box */
/*#region tab view display none*/
.display-btn-tab {
  display: none; }

/*#endregion tab view display none*/
/*#region mobile view display none*/
.display-btn-mob {
  display: none; }

.visible-hidden {
  visibility: hidden !important; }

/*#endregion mobile view display none*/
/*#region alert btn  display none*/
.showHideAlertbtn {
  display: none; }

.display-alert-mob {
  display: none; }

/*#endregion alert btn display none*/
@media screen and (max-width: 991px) {
  /*#region tab view display */
  .disp-none-tab {
    display: none; }
  .display-btn-tab {
    display: flex; }
  /*#endregion tab view display */ }

@media screen and (max-width: 500px) {
  /*#region mob view display */
  .mobdisp {
    display: none; }
  .display-btn-tab {
    display: none; }
  .display-btn-mob {
    display: flex; }
  .disp-none-btn-mob {
    display: none; }
  .display-alert-mob {
    display: flex; }
  /* .display-alert-desktop-tab {
            display: none;
        }*/
  /*#endregion mob view display */
  #btnSubmit {
    width: 100%; }
  .Clearfilter {
    width: 100%; }
  .bottom-sheet {
    /* max-width: 600px;*/
    margin: auto;
    /*  max-height:50%;*/ }
  .monthContainer {
    gap: 1px 38px; }
  .searchFieldContainer label {
    width: 100%; }
  .completedbox::before {
    margin-right: 2px; }
  .inprogressbox::before {
    margin-right: 2px; }
  .completedbox {
    border: none !important;
    background: none !important; }
  .inprogressbox {
    border: none !important;
    background: none !important; }
  .showAlertMob {
    display: none;
    height: 0px;
    transition: 1s ease-out; }
  .showHideAlertbtn {
    display: block; }
  .closearrow {
    display: none; } }

/*#region warning popup while delete category with product */
@media (min-width: 330px) {
  .warnign-modal {
    max-width: 350px !important;
    margin: 1.75rem auto; } }

.imageDiv {
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0px 0px;
  background-color: #f55555;
  align-self: stretch;
  display: flex;
  /* width: 60%;*/
  height: 100px;
  flex-direction: column;
  padding: 1% 20%; }

.img {
  aspect-ratio: 1.18;
  object-fit: contain;
  object-position: center;
  width: 35%;
  stroke-width: 5.6px;
  stroke: #fff;
  overflow: hidden;
  max-width: 100%; }

.heading {
  color: #1f1f1f;
  text-align: center;
  align-self: center;
  margin-top: 5%;
  white-space: nowrap;
  font: 600 28px Poppins, sans-serif; }

.message {
  color: #707070;
  align-self: center;
  text-align: center;
  font-style: normal;
  max-width: 280px;
  margin-top: 19px;
  line-height: normal;
  font: 500 18px Poppins, sans-serif; }

.actionText {
  color: #1f1f1f;
  text-align: center;
  align-self: center;
  margin-top: 20px;
  white-space: nowrap;
  font: 600 20px Poppins, sans-serif; }

.buttonDiv {
  align-self: center;
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  gap: 20px; }

.buttonDiv :focus {
  outline: none; }

.closeBtn {
  color: #fff;
  white-space: nowrap;
  border-radius: 10px;
  border: none;
  background-color: #999;
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font: 500 16px Poppins, sans-serif;
  cursor: pointer; }

.okBtn {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  border-radius: 10px;
  border: none;
  background-color: #5596e6;
  padding: 10px 37px;
  font: 500 16px Poppins, sans-serif;
  cursor: pointer; }

#openPopupBtn {
  color: #000000;
  text-align: center;
  white-space: nowrap;
  justify-content: center;
  border-radius: 10px;
  background-color: #65ff79;
  padding: 10px 37px;
  font: 500 16px Poppins, sans-serif;
  cursor: pointer;
  margin-bottom: 20px; }

/*#endregion warning popup while delete category with product */
/*#region download pdf and send mail option */
.download-option {
  padding: 8px 10px;
  cursor: pointer; }

/*.email-icon {
        padding-left: 36px;
        background-image: url(/send-mail-icon.svg);
        background-repeat: no-repeat;
        background-size: 20px 19px;
        background-position: 8px center;
    }

    .pdf-icon {
        padding-left: 36px;
        background-image: url(/general-task/download-icon.svg);
        background-repeat: no-repeat;
        background-size: 20px 19px;
        background-position: 8px center;
    }

    .email-icon:hover {
        background-image: url(/send-mail-icon-white.svg);
    }

    .pdf-icon:hover {
        background-image: url(/download-icon-white.svg);
    }*/
.download-option-list > div:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.download-option-list > div:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.download-option:hover {
  border: solid #5596E6;
  background-color: #5596E6;
  color: #ffffff; }

.dropdownDownload {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between; }

/* Style for the dropdown list */
.download-option-list {
  display: none;
  position: absolute;
  top: 114%;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
  color: #1F1F1F;
  background: #ffffff; }

.filter-btn {
  background-color: #EEEEEE;
  display: flex;
  justify-content: space-between;
  border-radius: 8px; }

.blue-link {
  color: #007bff !important; }

a {
  cursor: pointer !important; }

/*#endregion  download pdf and send mail option  */
/*#region readmore modal  */
#dynamicModalReadMoreLabel {
  color: #ffffff; }

.readmore-header {
  background-color: #5596E6 !important; }

/*#endregion   modal  */
/*#region card modal  */
.card {
  border-radius: 10px !important;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2); }

.card-header {
  background-color: #7cb347 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-color: #7cb347 !important; }

.card-header-main {
  background-color: #5596E6 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-color: #5596E6 !important;
  border-radius: 0; }

/*.card-header:hover {
    background-color: #5596E6 !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-color: #5596E6 !important;
}*/
/*.card-accordian[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: url('/management-tasks/nav-up-arrow.png');
    color: #ffffff;
    position: absolute;
    right: 10px;
    transform: rotate(90deg);
}

.card-accordian[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: url('/management-tasks/nav-down-arrow.png');
    position: absolute;
    right: 10px;
}*/
.team-heading {
  border: none !important;
  box-shadow: none;
  background-color: rgba(153, 153, 153, 0.16); }

.team-sub-heading {
  margin-left: -23px !important;
  float: left;
  justify-content: flex-start !important; }

.card .card-body .form-check label {
  font-size: 14px !important; }

/*#endregion  card  modal  */
/*region  editUserlink  check  css  */
.editUserlink .fa.fa-check {
  /* font-size: larger;*/
  display: block !important;
  font-size: 21px;
  margin-top: 3px;
  color: #7cb347 !important; }

/*#endregion editUserlink  ccheck  css  */
/*region manage planner calender*/
#calendar {
  font-family: Arial, sans-serif;
  width: 100%; }

.calendar-controls {
  text-align: center;
  margin: 10px 0;
  display: flex;
  justify-content: space-between; }

#calendar-view {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
  background-color: #ddd; }

.calendar-day {
  background-color: #fff;
  border: 1px solid #ddd;
  /* min-height: 100px;*/
  padding: 5px; }

.calendar-day.header {
  /* background-color: #eee;*/
  text-align: center;
  padding: 10px 5px; }

.calendar-day.header.monthlyhead {
  width: 132px;
  min-height: 100px; }

/* Additional CSS to handle staff column and headers */
.staff-name-header {
  grid-column: 1 / 2;
  grid-row: 1;
  /* background-color: #f0f0f0;*/
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1F1F1F;
  flex: 0 0 150px; }

.calendar-header.dailygrid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex-grow: 1;
  overflow-x: auto; }

.calendar-header.month-weeklygrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* flex: 0 0 150px;*/
  flex-grow: 1;
  flex-grow: 1;
  overflow-x: auto; }

/* .calendar-header  {
        display: grid;
        grid-template-columns: 150px repeat(7, 1fr);
      } */
.calendar-day.header {
  /* background-color: #f0f0f0;*/
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1F1F1F;
  align-items: center;
  display: flex;
  justify-content: center; }

#calendar-view {
  display: grid;
  grid-template-columns: 150px repeat(7, 1fr);
  /* Align with the header */
  grid-auto-rows: 50px;
  /* Adjust based on your needs */ }

#calendar-view {
  display: grid;
  grid-template-columns: 150px repeat(7, 1fr);
  /* Align with the header */
  grid-auto-rows: 50px;
  /* Adjust based on your needs */ }

.staff-row .staff-name {
  grid-column: 1 / 2;
  display: grid;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  position: relative;
  width: 130px; }

.staff-name .role {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  word-break: break-all; }

.staff-row .schedule-cell {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }

#calendar-body {
  display: flex; }

#staff-names-column {
  flex: 0 0 150px;
  /* Fixed width for staff names column */
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

#schedule-grid.dailygrid {
  flex-grow: 1;
  /* overflow-x: auto;*/
  display: grid;
  grid-template-columns: repeat(1, 1fr); }

#schedule-grid.month-weeklygrid {
  flex-grow: 1;
  overflow-x: auto;
  display: grid;
  grid-template-columns: repeat(7, 1fr); }

/* #schedule-grid .dailygrid {
        flex-grow: 1;
        overflow-x: auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
      } */
#schedule-grid {
  flex-grow: 1;
  /*  overflow-x: auto;*/
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* For weekly view */ }

.calendar-day {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  /*  min-height: 100px;*/
  padding: 5px;
  text-align: center; }

/* ... (rest of the CSS) ... */
.staff-row {
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  min-height: 100px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #1F1F1F; }

.staff-row, .schedule-cell {
  border-bottom: 1px solid #ccc;
  /* This adds a bottom border to each staff row and schedule cell */ }

#staff-names-column .staff-row, #schedule-grid .schedule-cell {
  min-height: 100px;
  /* Ensure consistent height */
  /*display: flex;*/
  /* Use flexbox for vertical alignment */
  align-items: center;
  /* Center content vertically */ }

#schedule-grid.month-weeklygrid .schedule-cell {
  width: 132px;
  min-height: 100px !important; }

#staff-names-column .staff-row {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center; }

/*#schedule-grid .add-schedule-cell:hover {
        cursor: pointer;*/
/* Change cursor to pointer on hover */
/*background-image: url('allergen-alliance-image-server/management-tasks/add-menu-icon.png');*/
/* Add the path to your add button image */
/*background-size: 28px;*/
/* Adjust the size of the background image */
/*background-repeat: no-repeat;*/
/* Prevent the background image from repeating */
/*background-position: center;*/
/* Center the background image */
/*}*/
#schedule-grid .schedule-cell.empty-cell:hover {
  cursor: pointer;
  /* Change cursor to pointer on hover */
  background-image: none;
  /* Add the path to your add button image */
  background-size: 28px;
  /* Adjust the size of the background image */
  background-repeat: no-repeat;
  /* Prevent the background image from repeating */
  background-position: center;
  /* Center the background image */ }

.selectViews {
  background: white;
  border: 1px solid #5596E6;
  border-radius: 6px;
  display: flex;
  outline: none;
  /*  height: 40px;*/
  /* height: 34px;*/
  /* padding: 0.25rem .75rem; */
  align-items: center; }

.viewsbtns {
  background: white;
  border: 1px solid #5596E6;
  border-radius: 0px;
  outline: none;
  color: #5596E6;
  padding: 0.25rem .75rem !important; }

.viewsbtns:hover, .viewsbtns:focus, .viewsbtns.activeview {
  background: #5596E6;
  border: 1px solid #5596E6;
  border-radius: 0px;
  color: white;
  outline: none; }

.today-btn {
  background: white !important;
  border: 1px solid #5596E6 !important;
  border-radius: 6px !important;
  color: #5596E6 !important;
  outline: none;
  padding: 0.25rem .75rem !important; }

.today-btn:hover {
  background: #5596E6 !important;
  border: 1px solid #5596E6 !important;
  border-radius: 6px !important;
  color: white !important;
  outline: none !important; }

#next-btn {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  color: #1f1f1f; }

#prev-btn {
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  color: #1f1f1f; }

#current-period {
  font-size: 20px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  cursor: pointer;
  color: #1f1f1f; }

.currentdayinweek {
  padding: 5px 10px;
  background: #5596E6;
  border: 1px solid #5596E6;
  color: white;
  border-radius: 10px; }

.otherdayinweek {
  padding: 5px 10px; }

.currentdayinmonth {
  padding: 5px 12px;
  background: #5596E6;
  border: 1px solid #5596E6;
  border-radius: 100%;
  color: white; }

.dayinmonth {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: inline-end; }

/*.custom-date-picker::-webkit-calendar-picker-indicator {
              display: none;
          }

          .custom-date-picker {
              position: relative;
          }

              .custom-date-picker::after {
                  content: url('@AllergenAllianceImageServer/calender-icon');*/
/* Replace 'custom-icon.png' with the path to your custom icon */
/*position: absolute;
                  top: 50%;
                  right: 10px;*/
/* Adjust as needed */
/*transform: translateY(-50%);
                  pointer-events: none;*/
/* Ensures that the icon does not intercept pointer events */
/*}*/
.selectday {
  text-align: center;
  vertical-align: middle;
  padding: 0.25rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  background: white;
  border: 1px solid #5596E6;
  border-radius: 6px;
  color: #5596E6;
  outline: none;
  width: 145px; }

.views_dropdown {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #5596e6 !important;
  border: 1px solid #5596E6 !important;
  border-radius: 6px !important;
  color: #FFFFFF !important;
  width: max-content !important; }

.staffs_dropdown {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #ffffff !important;
  border: 1px solid #7CB347 !important;
  border-radius: 6px !important;
  width: 100% !important; }

.staffs_dropdown.active {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  background: #7CB347 !important;
  border: 1px solid #7CB347 !important;
  border-radius: 6px !important;
  width: max-content !important;
  color: #ffffff !important; }

.staff-item {
  padding: .25rem .75rem;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.staff-item:hover {
  border: 1px solid #7CB347;
  background-color: #7CB347;
  color: #ffffff; }

.staff-dropdown-list {
  position: absolute;
  top: 114%;
  left: 0;
  /*width: 100%;*/
  width: auto;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
  color: #1F1F1F;
  background: #ffffff;
  display: none; }

.showstaffdropdown {
  display: flex;
  justify-content: space-evenly; }

.calendar-controls .fa.fa-chevron-circle-left, .calendar-controls .fa.fa-chevron-circle-right {
  display: block !important;
  color: #7cb347 !important; }

.shifts-label {
  padding: 3px;
  color: #ffffff;
  background: #7CB347;
  border-radius: 6px;
  width: 80%;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center; }

.Annualleave-label {
  padding: 3px;
  color: #ffffff;
  background: #5596E6;
  border-radius: 6px;
  width: 80%;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center; }

.offUnpaid-label {
  padding: 3px;
  color: #ffffff;
  background: #FF4E4E;
  border-radius: 6px;
  width: 80%;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center; }

.sickleave-label {
  padding: 3px;
  color: #ffffff;
  background: #FFB101;
  border-radius: 6px;
  width: 80%;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center; }

.showMorecount {
  background: #5596E6;
  border: 1px solid #5596E6;
  border-radius: 100%;
  color: white;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px; }

.daily-label {
  width: fit-content;
  padding: 3px 8px; }

.monthlystaff.active {
  background: #7CB347 !important;
  border: 1px solid #7CB347 !important;
  color: #ffffff !important; }

.Editshift {
  cursor: pointer; }

.Viewshift {
  cursor: pointer; }

.deleteshiftdiv {
  border: 1px solid #FF2F22;
  border-radius: 10px;
  color: #FF2F22;
  padding: 5px;
  cursor: pointer; }

.deleteshiftdiv:hover {
  border: 1px solid #FF2F22;
  border-radius: 10px;
  color: white;
  padding: 5px;
  background-color: #FF2F22; }

/*  .button-container {
          margin: 10px;
          padding: 10px;
          display: grid;
          gap: 20px;
      }*/
.leave-button {
  margin: 7px 11px;
  display: block;
  width: 130px;
  text-align: center;
  border: none;
  color: white; }

.scheduleBlock {
  border: 1px solid #707070 !important;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#schedule-list-div {
  gap: 20px; }

.daily-cell {
  overflow-x: hidden;
  width: 100%; }

@media (max-width: 768px) {
  .daily-cell {
    overflow-x: auto;
    width: 100%; } }

.daily-cell:hover {
  overflow-x: auto;
  width: 100%; }

.monthly-staff::-webkit-scrollbar-track,
#schedule-grid.month-weeklygrid::-webkit-scrollbar-track,
#schedule-grid.dailygrid::-webkit-scrollbar-track,
.daily-cell::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  border-radius: 10px;
  background-color: #ffffff; }

.monthly-staff::-webkit-scrollbar,
#schedule-grid.month-weeklygrid::-webkit-scrollbar,
#schedule-grid.dailygrid::-webkit-scrollbar,
.daily-cell::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
  height: 4px; }

.monthly-staff::-webkit-scrollbar-thumb,
#schedule-grid.month-weeklygrid::-webkit-scrollbar-thumb,
#schedule-grid.dailygrid::-webkit-scrollbar-thumb,
.daily-cell::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /*/-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #BDBDBD; }

.monthly-cal {
  min-height: 600px;
  overflow: hidden; }

.monthly-staff {
  max-height: 700px;
  overflow: auto; }

.calendar-day.header, .staff-row.heading {
  background-color: #f9f9f9; }

/*region user and role  calender*/
.user-tooltip-title {
  position: unset;
  cursor: pointer;
  text-overflow: ellipsis; }

.user-tooltip-title::after {
  content: attr(data-tooltip);
  position: absolute;
  /* Adjusted to not overlap trigger */
  bottom: 29px;
  /* Adjust to better position the tooltip */
  /*transform: translateX(-50%) translateY(10px);*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
  /* Ensure it's above other elements */ }

.user-tooltip-title:hover::after {
  opacity: 1;
  visibility: visible; }

.role-tooltip-title {
  position: unset;
  cursor: pointer;
  text-overflow: ellipsis; }

.role-tooltip-title::after {
  content: attr(data-tooltip);
  position: absolute;
  /* Adjusted to not overlap trigger */
  left: 0%;
  /* Adjust to better position the tooltip */
  /* transform: translateX(-50%) translateY(10px);*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
  /* Ensure it's above other elements */ }

.role-tooltip-title:hover::after {
  opacity: 1;
  visibility: visible; }

.staff-name-span, .role {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.monthlystaff.active .role-tooltip-title::after {
  background-color: white;
  color: #7cb347;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.monthlystaff.active .user-tooltip-title::after {
  background-color: white;
  color: #7cb347;
  border: 1px solid rgba(0, 0, 0, 0.2); }

/*endregion user and role calender*/
/*#endregion manage planner calender */
/*#startregion manage 4 weekly calender */
.current-block {
  background-color: #7cb347 !important;
  color: white !important; }

.selected {
  background-color: #5596E6 !important;
  color: white; }

.week-select-label {
  /*margin-bottom: 10px;*/
  padding: 16px 80px 0px;
  border-top: 1px solid #ccc; }

.week-blocks {
  display: flex;
  flex-wrap: wrap;
  /*gap: 10px;*/
  justify-content: center !important;
  cursor: pointer; }

/*.select-year {
        width: 100px;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        font-size: 16px;
        color: #333;
        cursor: pointer;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-color: white !important;
        background: url('..allergen-alliance-image-server/filter-arrow.png') no-repeat right 10px center;*/
/* Adjust the path */
/*background-size: 23px 23px;
        padding-right: 30px;
        margin-bottom: 20px;
    }*/
/* Style for select:focus */
select:focus {
  outline: none; }

.select-year option {
  background-color: #fff;
  color: #333;
  padding: 50px;
  border-radius: 10px;
  border: none !important; }

.select-year::-webkit-scrollbar {
  display: none; }

.calendar-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  justify-content: center;
  border-top: none; }

.mob-calendar-container {
  display: flex !important;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f0f0f0 !important;
  justify-content: center;
  border-top: none;
  /*width:max-content;*/ }

.block {
  width: 100px;
  height: 40px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #fff;
  border-radius: 22px;
  font-size: 12px; }

.block:hover {
  border: 2px solid #5596E6; }

.block.disabled {
  background-color: #e0e0e0;
  color: #a0a0a0;
  pointer-events: none;
  cursor: default; }

.custom-checkbox {
  accent-color: #7cb347;
  height: 20px;
  width: 20px; }

.custom-checkbox-span {
  vertical-align: super; }

.responsive-submit {
  margin-left: auto;
  white-space: nowrap;
  padding-right: 2rem; }

@media screen and (max-width: 575px) {
  .responsive-submit {
    margin-left: 0; } }

.additional-details-box {
  width: -webkit-fill-available;
  margin: 10px;
  border-color: black;
  height: 97%; }

.additional-details-box:hover {
  border-color: #7CB347; }

.checklist-container {
  width: 80%;
  margin: 0 auto; }

.sub-container {
  width: 121%;
  margin-left: -10%;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.checklist-header {
  background-color: #5596E6;
  padding: 16px;
  text-align: center;
  height: 50px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 121%;
  margin-left: -10%;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.25); }

.checklist-item {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: flex;
  justify-content: space-between; }

.checklist-item:last-child {
  border-bottom: none; }

.checklist-question {
  flex-basis: 80%; }

.checklist-response {
  flex-basis: 20%;
  /*text-align: right;*/ }

.error-message {
  display: none; }

.whiteText {
  color: #fff !important;
  /* Example color */ }

/* Hide the default checkbox */
.custom-radio input[type="radio"] {
  display: none; }

.custom-radio .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  background-color: #eee;
  border: 1px solid #ddd; }

.custom-radio input[type="radio"]:checked + .checkmark {
  background-color: #7cb347; }

.custom-radio input[type="radio"]:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/*#endregion manage 4 weekly calender */
/* New Login UI CSS Start*/
.ClickloginBtn-new, .ClickregisterBtn-new {
  color: #7CB347 !important;
  font-size: 1.0rem !important; }

.ClickforgotBtn-new {
  font-size: 14px !important;
  color: #999 !important; }

.registerFormContainer-new label, .contactusFormContainer-new label {
  /*color: #5596e6;*/
  color: #1F1F1F !important;
  font-size: 14px; }

.form-check-input-login {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  vertical-align: middle; }

.btn-login {
  display: flex;
  width: 100%;
  height: 45px;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #7CB347;
  color: #FFF;
  border: none; }

.btn-login:hover {
  background: #6F9D42;
  color: #f6f4f4; }

.alignLoginItems {
  display: flex;
  justify-content: center; }

.login-card {
  display: flex;
  /* width: 450px; */
  /* height: 600px; */
  border-radius: 30px !important;
  background: #FFF;
  /*    max-width: 450px;
    min-width: 450px;*/ }

.login-logo {
  display: flex;
  width: 170px;
  height: 150px; }

.input-icon {
  position: relative;
  display: flex;
  align-items: center;
  /*width: 300px;*/ }

.login-input {
  /*width: 100%;*/
  height: 50px;
  padding: 10px 20px;
  padding-right: 40px;
  /* Space for icon */
  border-radius: 10px;
  background: #ECECEC;
  border: 2px solid transparent;
  /* Add this for border transition */ }

.floating-label {
  position: absolute;
  left: 20px;
  top: 0%;
  transform: translateY(-50%);
  transition: 0.3s ease all;
  pointer-events: none;
  background: transparent;
  padding: 0;
  background-color: white;
  font-size: 12px;
  padding: 0 2px 0 2px; }

.login-input:focus {
  color: black;
  border: 2px solid #7CB347;
  box-shadow: none; }

.info-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%); }

.info-icon svg path {
  fill: #7CB347; }

@media (min-width: 550px) {
  .login-card {
    display: flex;
    /* width: 450px; */
    /* height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 450px;
    max-width: 450px; } }

/* New Login UI CSS End*/
/* Cofirmation Popup UI Start*/
.modal-title-center {
  padding-left: 6.6rem; }

@media (max-width: 480px) {
  .modal-title-center {
    padding-left: 4.6rem; } }

@media (max-width: 400px) {
  .modal-title-center {
    padding-left: 5.6rem; } }

@media (max-width: 320px) {
  .modal-title-center {
    padding-left: 3.5rem; } }

/* Confirmation Popup UI End*/
/*Registration New UI Start*/
.registration-card {
  display: flex;
  /* width: 450px; */
  /* height: 600px; */
  border-radius: 30px !important;
  background: #FFF;
  /*    max-width: 450px;
    min-width: 450px;*/ }

@media (min-width: 650px) {
  .registration-card {
    display: flex;
    /* width: 450px; */
    /* height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 600px;
    max-width: 600px; } }

/*#endregion  card  modal  */
/*Login Flow background overlay starts*/
/*.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 20%);
}*/
/*Login Flow background overlay starts*/
/*#startregion sidebar /navbar design */
a {
  color: #1F1F1F !important;
  text-decoration: none !important;
  font-weight: 400 !important; }

.cat-icons {
  height: 24px; }

.sidebar-title {
  font-weight: 700 !important;
  padding: 15px 10px 15px 20px;
  margin: 5px 0px 5px 0px; }

.sidebar-title:hover {
  color: white !important;
  background-color: #5596e6;
  border-radius: 6px;
  margin: 5px 0px 5px 0px;
  cursor: pointer; }

.sidebar-title:hover a {
  color: white !important;
  cursor: pointer; }

.submenu-hover {
  list-style-type: none;
  padding: 15px 10px 15px 10px;
  margin: 5px 0px 5px 0px;
  cursor: pointer; }

.submenu-hover:hover {
  background-color: #5596e6;
  color: white !important;
  border-radius: 6px;
  /*margin: 5px;*/
  cursor: pointer; }

.submenu-hover:hover a {
  color: white !important;
  cursor: pointer; }

.cagegory-scroll {
  display: block;
  margin-left: -6%;
  overflow-y: auto; }

.side-bar-scroll::-webkit-scrollbar,
.sidebar-dashboard-scroll::-webkit-scrollbar {
  width: 7px; }

.side-bar-scroll::-webkit-scrollbar-track,
.sidebar-dashboard-scroll::-webkit-scrollbar-track {
  background: white; }

.side-bar-scroll::-webkit-scrollbar-thumb,
.sidebar-dashboard-scroll::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 10px; }

.side-bar-scroll::-webkit-scrollbar-thumb:hover,
.sidebar-dashboard-scroll::-webkit-scrollbar-thumb:hover {
  background: #7CB347; }

.sidebar-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.inline-container {
  flex: 1; }

.sidebar-footer {
  flex-shrink: 0;
  padding: 10px;
  background-color: #F9F9F9;
  position: fixed !important;
  bottom: 0;
  width: 284px;
  left: 0; }

.sidebar-footer-tab {
  flex-shrink: 0;
  padding: 10px;
  background-color: #F9F9F9;
  position: fixed !important;
  bottom: 0;
  left: 0; }

.footer-main {
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  bottom: 0 !important;
  margin: 1%; }

.logout-text {
  color: #8C92AC;
  float: right;
  margin: -38px 40px 0px 0px;
  margin-block: auto;
  line-height: 43px; }

.tab-user-data {
  position: relative;
  display: contents;
  justify-content: space-between;
  align-items: center; }

.cloasicon-tab {
  position: absolute;
  top: 4px;
  right: 0;
  cursor: pointer; }

.main-dash-content {
  display: inline-block;
  width: 78.1%;
  /*border-left: 1px solid #999999;*/
  min-height: 101vh;
  float: right;
  padding-left: 45px;
  padding-right: 65px;
  padding-top: 30px; }

.nav-tab.nav-toggle {
  left: 0;
  /* brings into view */ }

.nav-toggle {
  cursor: pointer; }

@media (max-width: 1100px) and (min-width: 992px) {
  .user-name {
    display: inline-block;
    width: 235px !important;
    color: #7CB347 !important;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: underline; } }

@media (max-width: 1200px) and (min-width: 1101px) {
  .user-name {
    display: inline-block;
    width: 285px !important;
    color: #7CB347 !important;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: underline; } }

@media screen and (min-width: 1201px) {
  .user-name {
    display: inline-block;
    width: 270px !important;
    color: #7CB347 !important;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: underline; } }

@media screen and (min-width: 992px) {
  .tabmob-nav-toggle {
    display: none; }
  .nav-tab.open {
    display: none !important; }
  .tab-user-data {
    display: flex !important; } }

@media (min-width: 500px) and (max-width: 810px) {
  .nav-tab {
    width: 60% !important; }
  .footer-main {
    margin-left: -4% !important; } }

@media screen and (max-width: 499px) {
  .nav-tab {
    width: 82% !important; }
  .footer-main {
    margin-left: -5% !important; }
  #return-to-top {
    bottom: 90px !important; }
  .dash-title-separator h2 {
    font-size: 1.6rem !important; }
  .sticky-top .navbar {
    height: 69px; } }

@media (max-width: 992px) {
  .tabmob-nav {
    display: none; }
  .tabmob-nav-toggle {
    display: block; }
  .sidebar-footer {
    display: none !important; }
  .main-dash-content {
    float: none;
    width: -webkit-fill-available;
    border-left: none;
    padding: 30px 0 0 0 !important; }
  .user-name {
    display: block;
    width: 150px;
    color: #7CB347 !important;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration-line: underline; }
  .sub-empty-div {
    font-size: 18px; }
  .navbar-collapse {
    flex-basis: 54% !important; }
  .sticky-top .img-logo {
    width: 48px !important;
    height: 45px; } }

@media (min-width: 694px) and (max-width: 1186px) {
  .main-dash-font {
    max-width: 350px; }
  .info-icon-title {
    display: block !important; }
  .info-icon-module {
    display: block !important; } }

@media (min-width: 431px) and (max-width: 693px) {
  .main-dash-font {
    width: 200px !important; }
  .info-icon-title {
    display: block !important; }
  .info-icon-module {
    display: block !important; } }

@media (min-width: 344px) and (max-width: 431px) {
  .main-dash-font {
    width: 150px !important; }
  .info-icon-title {
    display: block !important; }
  .info-icon-module {
    display: block !important; } }

@media screen and (max-width: 344px) {
  .main-dash-font {
    width: 120px !important; }
  .info-icon-title {
    display: block !important; }
  .info-icon-module {
    display: block !important; }
  .nav-toggle img {
    width: 45px !important; } }

.main-dash-font {
  display: inline-block;
  align-items: baseline;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  margin-right: 5px;
  color: #7cb347; }

.nav-tab {
  transition: transform 0.3s ease;
  transform: translateX(-104%);
  /*display: none;*/
  position: fixed;
  z-index: 9999;
  background: white;
  height: 100%;
  width: 41%;
  top: 0px;
  border-right: solid 0.0625rem #999999;
  border-radius: 0px 20px 20px 0px; }

.nav-tab.open {
  transform: translateX(0);
  display: block;
  z-index: 9999; }

.tabuser-info {
  width: min-content;
  padding: 20px 0px 0px 21px; }

@media (min-width: 400px) and (max-width: 675px) {
  .custom-grid .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  #return-to-top {
    bottom: 90px !important; } }

.navbar-logo {
  width: 270px;
  padding: 0px 75px 0px 75px;
  border-right: 1px solid #999999; }

@media (max-width: 992px) {
  .navbar-logo {
    width: auto;
    padding: 0 !important; } }

.tab-nav-scroll {
  display: block;
  overflow-y: auto;
  height: 75vh;
  padding: 0px 10px 0px 10px; }

@media (min-height: 415px) and (max-height: 625px) {
  .tab-nav-scroll {
    height: 68vh; } }

@media (min-height: 350px) and (max-height: 414px) {
  .tab-nav-scroll {
    height: 61vh; } }

.tab-dashboard-scroll {
  display: block;
  overflow-y: auto;
  height: 60vh;
  padding: 0px 10px 0px 10px; }

@media (min-height: 510px) and (max-height: 625px) {
  .tab-dashboard-scroll {
    height: 50vh; } }

@media (min-height: 450px) and (max-height: 509px) {
  .tab-dashboard-scroll {
    height: 45vh; } }

@media (min-height: 415px) and (max-height: 449px) {
  .tab-dashboard-scroll {
    height: 37vh; } }

@media (min-height: 350px) and (max-height: 414px) {
  .tab-dashboard-scroll {
    height: 25vh; } }

.tab-nav-scroll::-webkit-scrollbar,
.tab-dashboard-scroll::-webkit-scrollbar {
  width: 7px; }

.tab-nav-scroll::-webkit-scrollbar-track,
.tab-dashboard-scroll::-webkit-scrollbar-track {
  background: white; }

.tab-nav-scroll::-webkit-scrollbar-thumb,
.tab-dashboard-scroll::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 10px; }

.tab-nav-scroll::-webkit-scrollbar-thumb:hover,
.tab-dashboard-scroll::-webkit-scrollbar-thumb:hover {
  background: #7CB347; }

.blur-background::before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(1px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 999; }

.sidebar-footer-tab {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-radius: 0px 0px 20px 0px; }

.sidebar-footer-tab .float-left {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.sidebar-footer-tab .float-left span {
  white-space: nowrap; }

.sidebar-footer-tab img.float-right {
  height: 80px;
  margin-left: auto; }

.sidebar-footer-tab > div:last-child {
  margin-top: 10px;
  font-size: 0.9em; }

.fix-nav {
  width: 285px;
  /*margin: 1% 1%;*/
  position: fixed;
  top: 80px;
  border-right: 1px solid #999999;
  height: 100%;
  padding: 1.2rem; }

.side-bar-scroll {
  overflow-y: auto;
  height: 80vh; }

.sidebar-dashboard-scroll {
  overflow-y: auto;
  height: 60vh; }

@media screen and (min-width: 1650px) {
  .main-dash-content {
    width: 83%; } }

@media screen and (max-width: 1300px) {
  .main-dash-content {
    padding-left: 80px; } }

.option-active {
  color: white !important;
  border-radius: 5px;
  background-color: #5596e6; }

.menuDisabled {
  opacity: 0.5;
  background-color: #ccc;
  pointer-events: none;
  cursor: no-drop;
  border-radius: 5px; }

/*#endregion sidebar /navbar design */
/*#startregion no business dashboard  design */
/*  @media screen and (max-width: 575px) {
        .video-container {
            height: 160px !important;
        }
    }*/
@media (min-width: 576px) and (max-width: 767px) {
  .video-container {
    height: 301px !important;
    padding: 20px;
    margin-top: 0rem !important; }
  .bottom-container {
    margin-top: 0rem !important; } }

@media screen and (max-width: 576px) {
  .video-container {
    height: 201px !important;
    padding: 20px;
    margin-top: 0rem !important; }
  .bottom-container {
    margin-top: 0rem !important; } }

.bottom-container {
  line-height: normal; }

.video-container {
  position: relative;
  width: -webkit-fill-available;
  max-width: 590px;
  height: 350px;
  margin: 0 auto; }

/*.video-thumbnail {
    width: 100%;
    height: 100%;
    background-image: url('allergen-alliance-image-server/thum-nails-edit-business.png');
    background-size: contain;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
}

.play-button {
    background-image: url('allergen-alliance-image-server/you-tube-play-btn.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    cursor: pointer;
    animation: pulse-animation 1s infinite;
    background-color: transparent;
}
*/
@keyframes pulse-animation {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#youtube-video {
  border-radius: 20px !important; }

.tabler-icon-plus {
  font-size: xx-large;
  vertical-align: middle; }

.addbusiness {
  padding: revert;
  margin: 20px;
  width: max-content; }

.sub-empty-div {
  /* margin-left: 25%;
        width: 50%;*/
  color: #263238 !important;
  font-size: 24px;
  line-height: 30px; }

/*#endregion no business dashboard design */
/*#region view form design */
.View-form-control {
  display: block;
  width: 100%;
  min-height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 2px solid #ced4da;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  /* border-radius: 10px; */
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

/*#endregion view form design */
.background-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 593px;
  /*height: 100vh;
        width: 100vw;*/ }

.dash-title-separator {
  display: flex;
  align-items: center;
  padding: 1.3rem;
  color: #333 !important; }

.dash-title-separator .line {
  height: 3px;
  flex: 1;
  background-color: #000; }

.dash-title-separator h2 {
  padding: 0 2rem;
  font-weight: 600 !important; }

/*#endregion no business dashboard design */
/*#startregion back to top design */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #7CB347;
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 10px;
  display: none; }

#return-to-top img {
  height: 31px; }

/*#endregion back to top design */
/*#region report-title  design */
.report-title {
  word-break: break-all; }

/*#endregion report-title design */
/*#region remove conntainer padding for mobile submodules block  design */
@media screen and (max-width: 450px) {
  .rc-mob .container {
    width: 100%;
    padding: 0px !important; }
  .rc-mob {
    width: 100%;
    padding: 0px !important; } }

/*#endregion remove conntainer padding for mobile submodules block design */
/*#region privacy and cookie policy design */
.section-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0px 20px 0px; }

.sub-column {
  width: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 8px; }

.policy-heading {
  text-align: center;
  font-weight: 600;
  margin: auto; }

@media screen and (max-width: 992px) {
  .sub-column {
    width: 100% !important; } }

.centered-ul li {
  list-style-position: inside; }

@media (min-width: 992px) {
  .cookie-modal {
    max-width: 950px !important; } }

table.dataTable tr.owner-row td {
  background-color: #ECECEC !important; }

/*#endregion select all check design */
/*#endregion privacy and cookie policy design */
/*#region custom tooltip design manage view planner module and business name */
.custom-tooltip-title {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.custom-tooltip-title::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 10%;
  /* Adjusted to not overlap trigger */
  left: 10%;
  /* Adjust to better position the tooltip */
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: nowrap;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1000;
  /* Ensure it's above other elements */ }

.custom-tooltip-title:hover::after {
  opacity: 1;
  visibility: visible; }

/*#endregion custom tooltip design manage view planner module and business name */
/*region custom tooltip design manage planner form */
.custom-tooltip-trigger {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.custom-tooltip-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 98%;
  left: 50%;
  /* Center the tooltip */
  transform: translateX(-50%);
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: nowrap;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none; }

.custom-tooltip-trigger::before {
  content: "";
  position: absolute;
  top: 2%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  padding-bottom: 2px;
  border-color: #7cb347 transparent transparent transparent;
  transform: translateX(-50%);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden; }

.custom-tooltip-trigger:hover::after,
.custom-tooltip-trigger:hover::before {
  opacity: 1;
  visibility: visible; }

/*endregion custom tooltip design manage planner form */
/*#endregion back to top design */
/*#endregion no business dashboard design */
/*Update Card CSS Start*/
.parent-card {
  display: flex;
  min-width: 800px;
  /* max-width: 750px; */
  min-height: 500px;
  /* height: 500px; */
  border-radius: 30px;
  /* padding : 50px, 70px, 50px, 70px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  justify-content: center;
  align-items: center; }

.card-section {
  display: flex;
  justify-content: center;
  align-items: center; }

.card-container {
  display: flex;
  min-width: 315px;
  min-height: 184px;
  /* background: #7CB347; */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: relative;
  font-family: 'Arial', sans-serif;
  background-size: cover;
  background-position: center;
  background: radial-gradient(ellipse at 22% 111%, #72A541 40%, transparent 10%), radial-gradient(ellipse at 89% -23%, #72A541 40%, transparent 10%), #7CB347; }

.card-details-container {
  /* width: 250px;
        height: 405px; */ }

.card-logo {
  height: 52px;
  width: 58px;
  position: absolute;
  top: 7%;
  right: 7%; }

/*.card-chip {
    position: absolute;
    top: 43%;
    left: 6%;
    width: 33px;
    height: 21px;
    background-color: #fff;
    border-radius: 5px;
    background-image: url("allergen-alliance-image-server/management-tasks/card-chip.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}*/
.card-number {
  letter-spacing: 0.5px;
  font-size: 1.0rem;
  left: 6%;
  bottom: 10%;
  position: absolute; }

.card-expiry {
  position: absolute;
  bottom: 10%;
  right: 10%;
  font-size: 14px;
  letter-spacing: 0.5px; }

.card-cvv {
  position: absolute;
  bottom: 27%;
  right: 10%;
  font-size: 14px;
  letter-spacing: 0.5px; }

.card-name {
  position: absolute;
  bottom: 26%;
  left: 6%;
  font-size: 1.1rem;
  letter-spacing: 0.5px; }

.btn-update {
  height: 50px;
  border-radius: 10px;
  width: 250px;
  padding: 10px;
  background: #7CB347;
  border: none;
  color: white;
  width: 100%; }

.group {
  position: relative;
  margin-bottom: 20px; }

.group label {
  color: #7CB347 !important;
  font-weight: 600 !important; }

.group .field:focus-within label,
.group .field.active label {
  color: red; }

.field {
  font-size: 18px;
  /*padding: 10px 10px 5px 5px;*/
  display: block;
  line-height: 30px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #7CB347 !important;
  padding-bottom: 30px; }

.field:focus {
  outline: none;
  /*border-bottom: 2px solid #7CB347;*/ }

.field::placeholder {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #999999; }

.label-card {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

/* LABEL ======================================= */
/*label {
    color: #999999;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}*/
/* active state */
.field:focus ~ .label-card, .field:valid ~ .label-card, field:active ~ .label-card {
  top: -20px;
  font-size: 14px;
  color: #7CB347 !important; }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 300px; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #7CB347;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
.field:focus ~ .bar:before, .field:focus ~ .bar:after {
  width: 50%; }

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

/* active state */
.field:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease; }

@media (max-width: 1100px) {
  .parent-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 600px;
    max-width: 600px; }
  .card-container {
    display: flex;
    min-width: 260px !important;
    min-height: 165px !important;
    max-width: 260px !important;
    max-height: 165px !important; } }

@media (max-width: 760px) {
  .parent-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 600px;
    max-width: 600px; } }

@media (max-width: 610px) {
  .parent-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 500px;
    max-width: 500px; } }

@media (max-width: 520px) {
  .parent-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 350px;
    max-width: 350px; }
  .card-container {
    display: flex;
    max-width: 260px;
    max-height: 165px; } }

@media (max-width: 360px) {
  .parent-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 300px;
    max-width: 300px; }
  .card-container {
    display: flex;
    min-width: 260px;
    min-height: 165px; } }

/*Update Card CSS End*/
/*Cancel Transaction Button CSS Start*/
.cancel-transaction {
  border: 2px solid #F55555;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
  width: 250px;
  background: white;
  color: #F55555;
  font-size: 16px;
  font-weight: 600;
  width: 100%; }

.cancel-transaction:hover {
  background: #F55555;
  color: white; }

/*Cancel Transaction Button CSS End*/
/*Reactivate Account CSS Start*/
.parent-view-card {
  display: flex;
  min-width: 800px;
  /* max-width: 750px; */
  /*min-height: 500px;*/
  /* height: 500px; */
  border-radius: 20px;
  /* padding : 50px, 70px, 50px, 70px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

@media (max-width: 1100px) {
  .parent-view-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 600px;
    max-width: 600px; } }

@media (max-width: 760px) {
  .parent-view-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 600px;
    max-width: 600px; } }

@media (max-width: 610px) {
  .parent-view-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 500px;
    max-width: 500px; } }

@media (max-width: 520px) {
  .parent-view-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 350px;
    max-width: 350px; } }

@media (max-width: 360px) {
  .parent-view-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 300px;
    max-width: 300px; } }

/*Reactivate Account CSS End*/
/*Stop Subscription CSS Start*/
.stop-subscription-card {
  display: flex;
  min-width: 420px;
  /* max-width: 750px; */
  /*min-height: 500px;*/
  /* height: 500px; */
  border-radius: 30px !important;
  /* padding : 50px, 70px, 50px, 70px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.align {
  display: flex;
  justify-content: center;
  align-items: center; }

/*.business-title {
    font-family: poppins;
    font-size: 24px;
    letter-spacing: 1.0px;
}*/
.business-amount {
  font-size: 40px;
  color: #5596E6;
  font-weight: 400; }

.cancel-button {
  border: 2px solid #F55555;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
  width: 250px;
  background: white;
  color: #F55555;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap; }

.cancel-button:hover {
  background: #F55555;
  color: white;
  border: 2px solid #F55555; }

.cancel-button:focus, cancel-button:focus-visible {
  background: #F55555;
  color: white;
  border: 2px solid #F55555; }

@media (max-width: 520px) {
  .stop-subscription-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 400px;
    max-width: 400px; } }

@media (max-width: 360px) {
  .stop-subscription-card {
    display: flex;
    /*width: 450px; 
         height: 600px; */
    border-radius: 30px !important;
    background: #FFF;
    min-width: 300px;
    max-width: 300px; } }

.gobackbutton {
  background: #E0E0E0;
  color: black;
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 10px !important; }

.cancel-confirm-button {
  /*display: flex;*/
  border: 2px solid #F55555;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
  width: 200px;
  background: #F55555;
  color: white;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap; }

/*Stop Subscription CSS End*/
/* tooltip css  view planner user */
.user-tooltip-title {
  position: unset;
  cursor: pointer; }

.user-tooltip-title::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 10%;
  /* Adjusted to not overlap trigger */
  left: 10%;
  /* Adjust to better position the tooltip */
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1000;
  /* Ensure it's above other elements */ }

.user-tooltip-title:hover::after {
  opacity: 1;
  visibility: visible; }

/* tooltip css  view planner user */
/* tooltip css  emailid user */
.email-tooltip-title {
  position: unset;
  cursor: pointer; }

.email-tooltip-title::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 10%;
  /* Adjusted to not overlap trigger */
  left: 10%;
  /* Adjust to better position the tooltip */
  background-color: #7cb347;
  color: white;
  padding: .25rem .5rem;
  border-radius: .25rem;
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
  opacity: 0;
  font-size: 12px;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1000;
  /* Ensure it's above other elements */ }

.email-tooltip-title:hover::after {
  opacity: 1;
  visibility: visible; }

/* tooltip css  emaill user */
/*Stop Subscription CSS End*/
/*Add More Users CSS Starts*/
.new-existing-card {
  height: 3.0rem;
  width: 3.0rem; }

.card-type-div {
  border-bottom: 1px dotted #999999;
  cursor: pointer; }

.new-active {
  border-bottom: 2px solid #7CB347; }

.existing-active {
  border-bottom: 2px solid #7CB347; }

.section-label {
  font-size: 1.2rem;
  color: #999999;
  padding-left: 5px;
  font-weight: 400; }

.section-label-active {
  font-size: 1.2rem;
  color: black;
  padding-left: 5px;
  font-weight: 500; }

@media (max-width: 550px) {
  .new-existing-card {
    height: 2.5rem;
    width: 2.5rem; }
  .section-label {
    font-size: 1.0rem;
    color: #999999;
    padding-left: 5px;
    font-weight: 400; }
  .section-label-active {
    font-size: 1.0rem;
    color: black;
    padding-left: 5px;
    font-weight: 500; } }

/*Add More Users CSS End*/
/*Loader z-index CSS*/
#load {
  z-index: 10000; }

/*Loader z-index CSS End*/
/*Loader link CSS*/
#clink {
  font-size: 15px;
  color: #000 !important;
  font-weight: bolder !important;
  margin: 10px auto; }

/*Loader link CSS End*/
/*datepicker-month-year CSS*/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  position: relative;
  z-index: 9999; }

/*datepicker-month-year CSS End*/
/*#region Referrer list css */
.card-status-badge-active {
  padding: 5px 12px;
  color: white;
  border: 1px solid #2AA52B;
  background: #2AA52B; }

.card-status-badge-inactive {
  padding: 5px 12px;
  color: white;
  border: 1px solid #FFB101;
  background: #FFB101; }

.referral-card-title {
  color: #2AA52B !important;
  font-weight: 700; }

.info-card {
  border: 1px solid #e0e0e3;
  border-radius: 10px;
  padding: 13px;
  cursor: pointer; }

.grid-container {
  display: grid;
  grid-template-columns: 200px 150px 100px 100px;
  gap: 15px;
  align-items: center; }

/* Style for the referral items */
.referral-item {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05); }

/* Status styling */
.status-active {
  color: #28a745;
  font-weight: bold; }

.status-inactive {
  color: #dc3545;
  font-weight: bold; }

/* Button styling */
.icon-btn {
  font-size: 24px;
  color: #333;
  cursor: pointer; }

.card-all {
  background-color: rgba(30, 144, 255, 0.2);
  /* Faint blue */
  color: #1E90FF;
  /* Darker text color for contrast */ }

.card-active {
  background-color: rgba(40, 167, 69, 0.2);
  /* Faint green */
  color: #28A745; }

.card-inactive {
  background-color: rgba(255, 165, 0, 0.2);
  /* Faint orange */
  color: #FFA500; }

.card-paid {
  background-color: rgba(23, 162, 184, 0.2);
  /* Faint teal */
  color: #17A2B8; }

.card-unpaid {
  background-color: rgba(220, 53, 69, 0.2);
  /* Faint red */
  color: #DC3545; }

#refferalTable thead tr {
  background-color: #5596e6 !important;
  color: #ffffff; }

@media (min-width: 992px) {
  .desktop-count-card-col {
    -ms-flex: 0 0 16.666667%;
    flex: 1 0 16.666667%;
    max-width: 39.666667%; } }

@media (min-width: 330px) and (max-width: 575px) {
  .col-mob-count {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.activefilter {
  background-color: #7cb347;
  color: white !important;
  font-weight: 700 !important; }

/*#endregion Referrer list css */
.preloader-verificationText {
  z-index: 1000000;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  margin-top: 7rem; }
