* {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow: hidden;
}

/* Margin Helper Classes */
/* Margin Top */
.mt-0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}

/* Margin Right */
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-50 {
  margin-right: 50px;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}

/* Margin Left */
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-50 {
  margin-left: 50px;
}

/* Margin All Sides */
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}

/* Padding Helper Classes */
/* Padding Top */
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-35 {
  padding-top: 35px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-45 {
  padding-top: 45px;
}
.pt-50 {
  padding-top: 50px;
}

/* Padding Right */
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-25 {
  padding-right: 25px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-35 {
  padding-right: 35px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-45 {
  padding-right: 45px;
}
.pr-50 {
  padding-right: 50px;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-35 {
  padding-bottom: 35px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-45 {
  padding-bottom: 45px;
}
.pb-50 {
  padding-bottom: 50px;
}

/* Padding Left */
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-25 {
  padding-left: 25px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-35 {
  padding-left: 35px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-45 {
  padding-left: 45px;
}
.pl-50 {
  padding-left: 50px;
}

/* Padding All Sides */
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.level-2 {
  color: #777777 !important;
}

::-webkit-scrollbar {
  width: 0.8rem;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.material-tooltip {
  pointer-events: initial !important;
}

body {
  background-color: #f7f7f7;
}

.ingredient-counter a {
  background-color: #70af1a !important;
}

.ingredient-counter .ing-count {
  font-size: 1.2rem;
  text-transform: initial;
}

.ingredient-counter .count-digit {
  font-size: 2rem !important;
}

.navigation {
  background-color: white;
  border-bottom: solid 0.5px #cccccc;
  height: 100px;
  padding: 14px 20px 0 10px;
}

.navigation .container {
  min-width: 100% !important;
}

.navigation .container .top-nav-logo {
  max-width: 15rem;
  width: auto;
  padding: 0.75rem;
}

.navigation .container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .container .title-container p {
  font-size: 26px !important;
  font-weight: 700 !important;
}

.navigation .col.xl2.left-align.hide-on-small-only.nav_logo {
  width: 20% !important;
}

.navigation .top-nav-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.6;
}

.navigation .top-nav-btn:hover {
  opacity: 1;
  -webkit-animation: shake-up 0.2s 1 ease-in-out;
  animation: shake-up 0.2s 1 ease-in-out;
}

.navigation .top-nav-btn-icon {
  width: 4rem;
  height: auto;
}

.navigation .dropdown-trigger {
  font-family: "Lato", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #cccccc;
  height: 3.15rem;
}

.navigation .dropdown-trigger > * {
  margin: 0 0.8rem 0 0;
}

.navigation #nav-dropdown > li > a {
  color: #097609;
  font-size: 1rem;
}

.navigation #nav-dropdown {
  width: 15rem !important;
}

body {
  position: relative;
}

.sidenav-bar {
  position: fixed;
  top: 18%;
  border-radius: 0px 32px 32px 0px;
  background-color: #ffffff;
  z-index: 2;
}

.sidenav-bar .sidenav-card {
  width: 8rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sidenav-bar .sidenav-card:hover:not(p) {
  width: 10rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #e6e6e6;
  border-radius: 0;
}

.sidenav-bar .sidenav-card:nth-child(1) {
  border-top-right-radius: 2rem;
}

.sidenav-bar .sidenav-card:last-child {
  border-bottom-right-radius: 2rem;
}
.user_notify_massage {
  background-color: #ffeb3b;
  text-align: center;
  padding: 3px 12px;
}

main .top-error {
  /*  position: absolute;*/
  width: 460px;
  max-width: 100%;
  height: auto;
  min-height: 45px;
  font-size: 14px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 8px;
  /*  top: 140px;*/
  background: rgba(244, 67, 54, 0.38);
  border: 1px solid #f44336;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  max-width: 100%;
  margin-bottom: 20px;
}
main .top-error p {
  margin-bottom: 8px;
}
main .top-error a {
  color: #000;
  font-weight: 600;
}
main .top-error a:hover {
  text-decoration: underline;
}

main {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 110px !important;*/
  width: 100%;
  position: absolute;
  height: calc(100vh - 94px);
  overflow: auto;
  padding: 20px 0;
}
main section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

main .innerbox {
  width: 460px;
  height: auto;
  background-color: #ffffff;
  padding: 30px;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #cccccc;
}

main .innerbox form {
  padding-top: 18px;
}

main .innerbox h5 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: #000000;
  margin: 0 !important;
}

main .innerbox p {
  font-size: 16px;
  line-height: 24x;
  font-weight: 400;
  color: #333333;
  /*  text-transform: capitalize;*/
  margin-top: 10px;
}

main .innerbox .input-field input {
  border: 1px solid #cccccc;
  height: 56px;
  border-radius: 4px;
  padding-left: 15px;
  width: 95%;
}

main .innerbox .input-field input .input-field input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

main .innerbox .input-field label {
  padding-left: 15px;
  padding-top: 5px;
  color: #9e9e9e;
}

main .innerbox .input-field label .input-field label.active {
  font-size: 24px !important;
}

main .innerbox .btn {
  width: 100%;
  height: 46px;
  background: #70af1a;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

main .btn:hover {
  background: #77bc19;
}

main .innerbox .help-text-with-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}
main .innerbox .help-text-with-icon p {
  margin-top: 0px;
  color: #333333;
}
main .innerbox .help-text-with-icon .btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0px;
  justify-content: center;
  border-radius: 40px;
  background: none;
  border: none;
}
main .innerbox .help-text-with-icon .btn .help-icon {
  font-size: 30px;
  color: #70af1a;
}
main .innerbox .help-text-with-icon .btn:hover .help-icon {
  color: #77bc19;
}
main .innerbox .footer-panel p {
  color: #333333;
}
main .innerbox .footer-panel a {
  color: #70af1a;
  font-weight: bold;
}

input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #cccccc !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:not([type]).validate + label,
input[type="text"]:not(.browser-default).validate + label,
input[type="password"]:not(.browser-default).validate + label,
input[type="email"]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  color: #9e9e9e !important;
  width: auto;
}

input.error:not([type]),
input.error:not([type]):focus,
input.error[type="text"]:not(.browser-default),
input.error[type="text"]:not(.browser-default):focus,
input.error[type="password"]:not(.browser-default),
input.error[type="password"]:not(.browser-default):focus,
input.error[type="email"]:not(.browser-default),
input.error[type="email"]:not(.browser-default):focus,
.select-wrapper.error > input.select-dropdown {
  border-bottom: 1px solid #ff0000;
  -webkit-box-shadow: 0 1px 0 0 #ff0000;
  box-shadow: 0 1px 0 0 #ff0000;
}

.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-25px) scale(1) !important;
  transform: translateY(-11px) scale(1) !important;
  margin-left: 15px;
  background: #ffff;
  width: auto !important;
  font-weight: 400;
  padding: 0px;
}
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label {
  color: #70af1a !important;
}

.material-tooltip {
  background-color: #70af1a;
}

main .innerbox form label#email-error,
main .innerbox form label#password-error {
  color: red !important;
  margin-left: 0px;
  padding: 0px;
  left: 15px;
  position: relative;
  display: none !important;
}

.col-md-12.went_message {
  line-height: 40px;
  text-align: left;
  margin-top: 20px;
  background: rgba(244, 67, 54, 0.38);
  border: 1px solid #f44336;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin: auto;
  height: 40px;
  padding-left: 17px;
}

.loader_login img {
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0px;
  z-index: 1;
  right: 0px;
  top: 12px;
  display: none !important;
  width: 22px;
}

.renew-loader {
  -webkit-animation: rotation 1s infinite linear;
}

.loader_login_activation img {
  margin: auto;
  text-align: center;
  position: absolute !important;
  left: 0px;
  z-index: 1 !important;
  right: 0px;
  top: 12px;

  width: 22px;
}

.renew-loader-activation {
  -webkit-animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.loader_login {
  display: flex;
  position: relative;
}

.loader_login.loader_icon button {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.loader_login.loader_icon img {
  display: block !important;
}

.login_icons {
  padding-right: 8px;
}

.login-page .navbar {
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  height: 94px;
}
.backbtn {
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  text-decoration: none;
  display: flex;
  line-height: 24px;
  align-items: center;
  padding: 0px;
  margin: 0px;
  margin-right: 20px;
}
header .navbar .navbar-brand img {
  height: 44px;
  display: flex;
  align-items: center;
}
.hide_div {
  width: 110px;
}
.container {
  width: 1110px;
}
.navigation .container {
  min-width: 100% !important;
}
header .navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 5px 0 hsl(0deg 0% 69% / 75%);
  -webkit-box-shadow: 0 3px 5px 0 hsl(0deg 0% 69% / 75%);
}
.login-page .navbar .navs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 94px;
}
.backbtn img {
  width: 16px;
  margin-right: 10px;
}

.login-page .navbar .navs h1 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin: 0px;
  padding: 0px;
  margin-left: 30px;
}

.login-page .navbar .mob_menu {
  display: none;
}

/* login css start */
#resetpassword {
  width: 460px;
  height: auto;
  background-color: #ffffff;
  text-align: left;
  border-radius: 4px;
  overflow: initial;
}
#resetpassword .modal-content {
  position: relative;
}
#resetpassword .modal-body h4 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: #000000;
  width: 80%;
}
#resetpassword .modal-body p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
#resetpassword .modal-body .form-group input {
  border: 1px solid #cccccc;
  height: 50px;
  border-radius: 4px;
  padding-left: 15px;
  width: 95%;
  margin-top: 20px;
}
#resetpassword .modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#resetpassword .modal-head button {
  color: rgba(0, 0, 0, 0.54);
  background: #fff;
  border: none;
  cursor: pointer;
}

#resetpassword .modal-footer {
  padding: 0px !important;
}
#resetpassword .modal-footer button {
  width: 100%;
  height: 46px;
  background: #70af1a;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  box-shadow: none !important;
  margin-top: 10px;
  border: none;
  transition: all 0.3s;
  position: relative;
}
#resetpassword .modal-footer button:hover {
  background-color: #77bc19;
}
.forgotpassword-section .forgotpwdLink {
  margin-top: 10px;
  display: inline-block;
  color: #70af1a;
  font-size: 16px;
  transition: all 0.3s;
}
#resetpassword .forgot-success-msg p a:hover,
.signup-section .forgotpwdLink:hover,
.forgotpassword-section .forgotpwdLink:hover {
  text-decoration: underline;
}
.signup-section .forgotpwdLink {
  color: #70af1a;
  font-size: 16px;
  transition: all 0.3s;
}
span.multipal_img {
  background-image: url("../img/Group138.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
}
span.show_content {
  background-position: -298px -1px;
  margin-right: 3px;
}
span.hide_content {
  background-position: -326px 0px;
  margin-right: 3px;
}
span.hide_content {
  display: none;
}
main .innerbox .input-field .multipal_img {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#resetpassword .modal-footer button .loader--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#resetpassword .modal-footer button .loader--icon img {
  width: 25px;
  height: 25px;
}

.reset_msg .success {
  font-size: 14px;
  line-height: 14px;
  color: #0adb0a;
}

#resetpassword .error {
  color: red;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
}
#resetpassword .reset_msg .success {
  background-color: rgb(237, 247, 237);
  color: rgb(30, 70, 32);
  z-index: 9999;
  width: 100%;
  position: absolute;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
  left: 0px;
  top: -50px;
  display: flex;
  align-items: center;
}
#resetpassword .forgot-success-msg {
  padding: 24px;
}
#resetpassword .forgot-success-msg h4 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: #000000;
  margin: 0px;
}
#resetpassword .forgot-success-msg p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
}
.forgot-success-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forgot-success-head button {
  color: rgba(0, 0, 0, 0.54);
  background: #fff;
  border: none;
  cursor: pointer;
}
#resetpassword .forgot-success-msg p a {
  display: inline-block;
  color: #70af1a;
  font-size: 16px;
}

.announcement-banner {
  background-color: #f2c166;
  padding: 3px 12px;
  font-size: 14px;
  text-align: center;
}

/* login css end */

#help_modal .modal-head {
  position: sticky;
  top: 0;
  padding: 16px 20px;
  background: #fafafa;
}
#help_modal .modal-content {
  padding-top: 0px;
}
#help_modal p {
  font-size: 16px;
  margin-bottom: 16px;
  padding-right: 40px;
}
#help_modal h4 {
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  color: #000000;
  width: 80%;
  margin-bottom: 0px;
}

#help_modal .modal-close {
  position: absolute;
  right: 20px;
  top: 16px;
  background: none;
  border: none;
  border-radius: 4px;
}
#help_modal .modal-close:hover {
  background-color: #eeeeee;
}
#help_modal .screenshot {
  width: 100%;
  border: solid 10px #ffecc9;
}
#help_modal .screenshot img {
  width: 100%;
  display: block;
}

.countdown-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.countdown-circle {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.countdown-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f0f0f0;
  z-index: 1;
}

.countdown-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: bold;
  color: #333333;
  z-index: 1;
}

.countdown-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: conic-gradient(#4caf50 0%, #4caf50 0%, #f0f0f0 0%);
  transition: background-image 1s linear;
}

@media screen and (min-width: 1200px) {
  .display-input-panel-container {
    padding: 0 0.5vw !important;
    padding-right: 0vw !important;
  }
  .display-panel {
    padding: 0 !important;
  }
  main .input-panel-content {
    min-height: 49rem !important;
  }
  #display-section-controls {
    padding-right: 1rem !important;
  }
}

@media screen and (max-width: 1200px) {
  main .input-panel-content {
    min-height: 79.8rem !important;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .navigation .container .title-container p {
    font-size: 21px !important;
    font-weight: 700 !important;
    left: auto;
    right: auto;
  }
  .sidenav-bar .sidenav-card {
    width: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .innerbox {
    width: auto !important;
    position: static !important;
    margin: 0px 15px;
    padding: 20px;
  }
  .innerbox p {
    font-size: 14px !important;
  }
  .navigation .dropdown-trigger > * {
    margin: 0 !important;
  }
  .dropdown-trigger i.material-icons {
    font-size: 24px;
  }
  .col.xl12.side_nav .col.s3.tab_side {
    width: 100%;
    margin-top: 40px;
  }
  .col.xl10.s10.center-align.title-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .login-page .navbar {
    padding: 0px 15px;
  }

  body.logins_page {
    overflow: auto !important;
  }

  .login-page .navbar .navs h1 {
    font-size: 22px;
    padding: 0px;
    text-align: left;
    line-height: 28px;
  }
  main.app_login {
    padding-bottom: 20px;
  }
  .login-page .navbar .destop_menu {
    display: none;
  }
  .login-page .navbar .mob_menu {
    display: flex;
  }
  .login-page .navbar .mob_menu .backbtn {
    margin-right: 0px;
  }
  .login-page .navbar .mob_menu h1 {
    font-size: 22px;
    padding: 0px;
    text-align: left;
    line-height: 28px;
    margin-right: 14px;
    margin-left: 14px;
  }
}
/*# sourceMappingURL=index.css.map */

/*====  popup style css  ===*/
#emailVerificationModal {
  width: 460px;
  border-radius: 4px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
/* .modal .footer-height-a {
    height: auto !important; 
}*/
#emailVerificationModal .resend-email-btn.btn-custom {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  color: #fff;
  background: #70af1a;
  border-radius: 4px;
  padding: 13px 16px;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
  position: relative;
  margin-top: 16px;
}
#emailVerificationModal .resend-email-btn.btn-custom:hover {
  background: #77bc19;
}
#emailVerificationModal .heading-btn {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
}
#emailVerificationModal .heading-btn h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.87);
}
#emailVerificationModal .heading-btn .email-btn-border {
  border: none;
  background-color: transparent;
}
#emailVerificationModal img.renew-loader {
  position: absolute;
  width: 20px;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#emailVerificationModal .modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  border: none;
  background: none;
}
#emailVerificationModal .success-msg {
  text-align: start;
  margin-bottom: 20px;
  background: rgb(237, 247, 237);
  border: 1px solid rgb(237, 247, 237);
  color: rgb(30, 70, 32);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
#emailVerificationModal p {
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  #emailVerificationModal {
    width: 90% !important;
  }
}
@media (max-width: 992px) {
  #emailVerificationModal {
    width: 90% !important;
  }
}
.success-msg {
  background-color: #d1e7dd !important;
  /*background-color: #d4edda !important; // success color code */
  padding: 10px !important;
  border-radius: 5px !important;
}
