/* -------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,700&family=Roboto:wght@400;700&display=swap");
.bg-theme-primary {
  background-color: #FFA100;
}

.bg-theme-primary-dark {
  background-color: #FFA100;
}

.bg-theme-primary-light {
  background-color: #FFC25A;
}

.bg-theme-primary-verylight {
  background-color: #FFF0D6;
}

.bg-theme-secondary {
  background-color: #1E1E1E;
}

.bg-theme-accent {
  background-color: #FFC500;
}

.bg-theme-accent-light {
  background-color: #FFD95C;
}

.bg-theme-accent-verylight {
  background-color: #FFEEB5;
}

.text-theme-primary {
  color: #FFA100;
}

.text-theme-primary-light {
  color: #FFC25A;
}

.text-theme-secondary {
  color: #1E1E1E;
}

.text-white {
  color: white;
}

.text-theme-med {
  font-size: 14px;
}

.anchor-dark {
  color: #FFC25A;
}
.anchor-dark:hover {
  color: white;
}

.hover-bg-primary:hover {
  background-color: #FFA100;
}

.hover-bg-primary-light:hover {
  background-color: #FFC25A;
}

.hover-bg-primary-verylight:hover {
  background-color: #FFF0D6;
}

.hover-bg-accent:hover {
  background-color: #FFC500;
}

.hover-bg-accent-light:hover {
  background-color: #FFD95C;
}

.hover-bg-accent-verylight:hover {
  background-color: #FFEEB5;
}

.border-theme-primary {
  border-color: #FFA100 !important;
}

.border-theme-accent {
  border-color: #FFC500 !important;
}

.hover-underline:hover {
  text-decoration: underline;
  color: black;
}

.hover:hover .img-hover-zoom {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.hover .img-hover-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.border-red {
  border-color: #1E1E1E !important;
  border-width: 2px !important;
}

.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-100:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-75:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-50:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-25:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.theme-yellow.dark-mode {
  background-color: #000000 !important;
}

.theme-blue.dark-mode {
  background-color: #000000 !important;
}

.theme-green.dark-mode {
  background-color: #000000 !important;
}

.theme-black.dark-mode {
  background-color: #000000 !important;
}

.theme-ads.dark-mode {
  background-color: #707070 !important;
}

.theme-red.dark-mode {
  background-color: #000000 !important;
}

.theme-maroon.dark-mode {
  background-color: #000000 !important;
}

.theme-christmas.dark-mode {
  background-color: #011320 !important;
}

.theme-diwali.dark-mode {
  background-color: #4e0451 !important;
}

.theme-thanks.dark-mode {
  background-color: #150b04 !important;
}

.theme-gray.dark-mode {
  background-color: #000000 !important;
}

.theme-printer.dark-mode {
  background-color: #000000 !important;
}

/* --------------- */
.theme-yellow {
  background-color: #FFCC76;
}

.theme-green {
  background-color: #768366;
}
.theme-green .drawer-box .button, .theme-green .box-button {
  background-color: #bcdd93;
}
.theme-green .drawer-box .button:hover, .theme-green .box-button:hover {
  background-color: #effddd;
}

.theme-blue {
  background-color: #8292a0;
}
.theme-blue .drawer-box .button, .theme-blue .box-button {
  background-color: #a8e6fd;
}
.theme-blue .drawer-box .button:hover, .theme-blue .box-button:hover {
  background-color: #ecf9ff;
}

.theme-maroon {
  background-color: #85686e;
}
.theme-maroon .drawer-box .button, .theme-maroon .box-button {
  background-color: #fcb0d9;
}
.theme-maroon .drawer-box .button:hover, .theme-maroon .box-button:hover {
  background-color: #fde8f4;
}

.theme-red {
  background-color: #9b5b5e;
}
.theme-red .drawer-box .button, .theme-red .box-button {
  background-color: #fda8ac;
}
.theme-red .drawer-box .button:hover, .theme-red .box-button:hover {
  background-color: #fdd7d8;
}

.theme-black, .theme-ads {
  background-color: #999999;
}
.theme-black .drawer-box .button, .theme-black .box-button, .theme-black .dark-mode #burger-menu, .theme-ads .drawer-box .button, .theme-ads .box-button, .theme-ads .dark-mode #burger-menu {
  background-color: #dadada;
}
.theme-black .drawer-box .button:hover, .theme-black .box-button:hover, .theme-ads .drawer-box .button:hover, .theme-ads .box-button:hover {
  background-color: #ebebeb;
}

.theme-christmas {
  background-color: #0f87dd;
}
.theme-christmas .drawer-box .button, .theme-christmas .box-button, .theme-christmas .dark-mode #burger-menu {
  background-color: #a8e6fd;
}
.theme-christmas .drawer-box .button:hover, .theme-christmas .box-button:hover {
  background-color: #ecf9ff;
}

.theme-diwali {
  background-color: #4e0451;
}
.theme-diwali .drawer-box .button, .theme-diwali .box-button, .theme-diwali .dark-mode #burger-menu {
  background-color: #fcb0d9;
}
.theme-diwali .drawer-box .button:hover, .theme-diwali .box-button:hover {
  background-color: #fde8f4;
}

.theme-thanks {
  background-color: #FFCC76;
}
.theme-thanks .drawer-box .button, .theme-thanks .box-button, .theme-thanks .dark-mode #burger-menu {
  background-color: #FFC25A;
}
.theme-thanks .drawer-box .button:hover, .theme-thanks .box-button:hover {
  background-color: #FFF0D6;
}

.theme-thanks {
  background-color: #FFCC76;
}
.theme-thanks .drawer-box .button, .theme-thanks .box-button, .theme-thanks .dark-mode #burger-menu {
  background-color: #FFC25A;
}
.theme-thanks .drawer-box .button:hover, .theme-thanks .box-button:hover {
  background-color: #FFF0D6;
}

.theme-gray {
  background-color: #fafafa;
}
.theme-gray .drawer-box .button, .theme-gray .box-button, .theme-gray .dark-mode #burger-menu {
  background-color: #ececec;
}
.theme-gray .drawer-box .button:hover, .theme-gray .box-button:hover {
  background-color: #f7f7f7;
}

.theme-printer {
  background-color: #e4e4e4;
}
.theme-printer .drawer-box .button, .theme-printer .box-button, .theme-printer .dark-mode #burger-menu {
  background-color: #ececec;
}
.theme-printer .drawer-box .button:hover, .theme-printer .box-button:hover {
  background-color: #f7f7f7;
}

/* ---------------------------- */
.theme-yellow.dark-mode #burger-menu {
  background-color: #FFC500;
}
.theme-yellow.dark-mode #burger-menu svg {
  color: unset !important;
}

.theme-blue.dark-mode #burger-menu {
  background-color: #005E80;
}
.theme-blue.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-green.dark-mode #burger-menu {
  background-color: #437B00;
}
.theme-green.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-red.dark-mode #burger-menu {
  background-color: #bd0009;
}
.theme-red.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-black.dark-mode #burger-menu.theme-ads.dark-mode #burger-menu {
  background-color: #000000;
}
.theme-black.dark-mode #burger-menu.theme-ads.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-maroon.dark-mode #burger-menu {
  background-color: #88004A;
}
.theme-maroon.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-christmas.dark-mode #burger-menu {
  background-color: #005E80;
}
.theme-christmas.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-diwali #burger-menu {
  background-color: white;
}
.theme-diwali #burger-menu svg {
  color: #88004A !important;
}

.theme-diwali.dark-mode #burger-menu {
  background-color: #88004A;
}
.theme-diwali.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-gray.dark-mode #burger-menu {
  background-color: #757575;
}
.theme-gray.dark-mode #burger-menu svg {
  color: white !important;
}

.theme-printer.dark-mode #burger-menu {
  background-color: #757575;
}
.theme-printer.dark-mode #burger-menu svg {
  color: white !important;
}

/* ---------------------------- */
.dark-mode .theme-blue, .dark-mode .theme-green, .dark-mode .theme-yellow, .dark-mode .theme-red, .dark-mode .theme-maroon, .dark-mode .theme-black, .dark-mode .theme-christmas, .dark-mode .theme-diwali, .dark-mode .theme-thanks, .dark-mode .theme-gray, .dark-mode .theme-printer {
  background-color: transparent !important;
}
.dark-mode .theme-yellow .MuiAccordion-root, .dark-mode .theme-yellow .make-column-height-same, .dark-mode .theme-yellow .widget {
  background: #FFF0D6 !important;
}
.dark-mode .theme-blue .MuiAccordion-root, .dark-mode .theme-blue .make-column-height-same, .dark-mode .theme-blue .widget {
  background: #ecf9ff !important;
}
.dark-mode .theme-green .MuiAccordion-root, .dark-mode .theme-green .make-column-height-same, .dark-mode .theme-green .widget {
  background: #effddd !important;
}
.dark-mode .theme-black .MuiAccordion-root, .dark-mode .theme-black .make-column-height-same, .dark-mode .theme-black .widget, .dark-mode .theme-ads .MuiAccordion-root, .dark-mode .theme-ads .make-column-height-same, .dark-mode .theme-ads .widget {
  background: #ebebeb !important;
}
.dark-mode .theme-red .MuiAccordion-root, .dark-mode .theme-red .make-column-height-same, .dark-mode .theme-red .widget {
  background: #fdd7d8 !important;
}
.dark-mode .theme-maroon .MuiAccordion-root, .dark-mode .theme-maroon .make-column-height-same, .dark-mode .theme-maroon .widget {
  background: #fde8f4 !important;
}
.dark-mode .theme-christmas .MuiAccordion-root, .dark-mode .theme-christmas .make-column-height-same, .dark-mode .theme-christmas .widget {
  background: #ecf9ff !important;
}
.dark-mode .theme-diwali .MuiAccordion-root, .dark-mode .theme-diwali .make-column-height-same, .dark-mode .theme-diwali .widget {
  background: #fde8f4 !important;
}
.dark-mode .theme-thanks .MuiAccordion-root, .dark-mode .theme-thanks .make-column-height-same, .dark-mode .theme-thanks .widget {
  background: #FFF0D6 !important;
}
.dark-mode .theme-gray .MuiAccordion-root, .dark-mode .theme-gray .make-column-height-same, .dark-mode .theme-gray .widget {
  background: #f7f7f7 !important;
}
.dark-mode .theme-printer .MuiAccordion-root, .dark-mode .theme-printer .make-column-height-same, .dark-mode .theme-printer .widget {
  background: #f7f7f7 !important;
}

/* ---------------------------- */
/* Custom codes */
.theme-yellow .drawer-box .button {
  background-color: #FFA100;
}

body.theme-thanks {
  background-image: url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/bg-vertical-thanks.png");
  background-position: bottom left;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-size: unset;
}
body.theme-thanks .theme-thanks {
  background-color: unset !important;
}

body.theme-christmas {
  background-color: #3ea3eb;
  background-image: url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/bg-top-christmas.png"), url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/bg-bot-christmas.png");
  background-position: top left, bottom left;
  background-repeat: repeat-x, no-repeat;
  background-attachment: fixed, fixed;
  background-size: unset, unset;
}
body.theme-christmas .theme-christmas {
  background-color: unset !important;
}

body.theme-diwali {
  background-image: url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/diwali-diya1.png"), url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/bg-vertical-diwali.png");
  background-position: left bottom, top left;
  background-repeat: no-repeat, repeat-x;
  background-attachment: fixed;
  background-size: unset;
}
body.theme-diwali .theme-diwali {
  background-color: unset !important;
}

body.theme-ads {
  background-color: #a7a7a7 !important;
  background: url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/ads1.png"), url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/ads1-watch.png"), url("https://uxdemo.ayatacommerce.com/invotools/invoice-templates/modern-v1/assets/images/season/ads1-bg.png");
  background-position: bottom right, top left, top right;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-attachment: fixed, fixed, fixed;
}
body.theme-ads .theme-ads {
  background-color: unset !important;
}

@media screen and (max-width: 992px) {
  body {
    background-image: unset !important;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, p, ul {
  margin: 0;
  padding: 0;
}

body {
  line-height: 100%;
}

section {
  padding: 2rem 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #1E1E1E;
}
a:hover {
  color: black;
}

.container-xl {
  padding: 0;
}
@media screen and (max-width: 1200) {
  .container-xl {
    padding: 1em;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 0.76rem !important;
  color: #1E1E1E !important;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 0.85rem !important;
  }
}

.font-primary {
  font-family: "Nunito Sans", sans-serif;
}

.font-secondary {
  font-family: "Roboto", sans-serif;
}

.h1, h1 {
  font-size: 3.625rem;
  line-height: 4.5rem;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0.2em;
}
@media screen and (max-width: lg) {
  .h1, h1 {
    font-size: 2.375rem;
    line-height: 3.2rem;
  }
}
@media screen and (max-width: md) {
  .h1, h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h2, h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 2.375rem;
  line-height: 2.75rem;
  font-weight: bold;
}
@media screen and (max-width: lg) {
  .h2, h2 {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
}
@media screen and (max-width: sm) {
  .h2, h2 {
    font-size: 1.5rem;
    line-height: 1.96rem;
  }
}

.h3, h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 1.8rem;
}
@media screen and (max-width: lg) {
  .h3, h3 {
    font-size: 0.95rem;
    line-height: 1.4rem;
    font-weight: bold;
  }
}

.h4, h4, h5, h6 {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .h4, h4, h5, h6 {
    font-size: 1rem;
  }
}

.para, p {
  font-size: 0.76rem;
  line-height: 1.25rem;
  color: #1E1E1E;
}
@media screen and (min-width: 992px) {
  .para, p {
    font-size: 0.85rem;
  }
}

/* by Mixin */
.opacity-75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-100:hover {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  opacity: 1 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-75:hover {
  filter: alpha(opacity=75);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  opacity: 0.75 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-50:hover {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.opacity-hover-25:hover {
  filter: alpha(opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  opacity: 0.25 !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

body {
  overflow: auto !important;
}

* {
  -webkit-transition: 0s;
  transition: 0s;
}

.shadow, .theme-btn, .widget {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.wrapper {
  min-height: calc(100vh - 50px);
}

@media screen and (min-width: 992px) {
  .invoice-wrap {
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .invoice-wrap {
    margin: 0 auto;
  }
}
@media screen and (max-width: 968px) {
  .invoice-wrap {
    padding: 0 0.5em;
  }
}

.widget-row {
  line-height: 150%;
}

.widget-row:not(:first-child) {
  margin-top: 1em;
}

.widget {
  padding: 0;
  background-color: white;
  border-radius: 0.25em;
  overflow-y: hidden;
  line-height: 150%;
}
@media screen and (min-width: 568px) {
  .widget {
    height: 100%;
  }
}
@media screen and (max-width: 568px) {
  .widget {
    padding: 0.5em;
  }
}

.widget-title {
  padding: 0.75em 0;
  display: block;
}

.MuiButtonBase-root, .widget-title-border {
  border-bottom: 1px solid rgb(230, 230, 230) !important;
}

.MuiButtonBase-root {
  min-height: 50px !important;
}

.collapsed-accordion {
  min-height: unset;
}

@media screen and (min-width: 568px) {
  .expanded-accordion {
    min-height: 100%;
  }
}

@media screen and (min-width: 568px) {
  .make-column-height-same {
    min-Height: 100%;
    background-color: white;
  }
}

@media screen and (max-width: 967px) {
  .invo-3-col iframe {
    margin: 0 auto;
  }
  .set-custom-width {
    width: 100% !important;
  }
}
@media screen and (max-width: 568px) {
  .mob-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 967px) and (min-width: 569px) {
  .tab-hide {
    display: none !important;
  }
}
@media screen and (min-width: 968px) {
  .des-hide {
    display: none !important;
  }
}
/* popup------------- */
#burger-menu, #burger-close1, #burger-static, #noti {
  /* display: block!important; 
  height: 38px!important; width: 38px!important; 
  background-repeat: no-repeat; background-position: center;
  border-radius: 0!important; 
  border: none!important;   
  cursor: pointer; */
  position: fixed;
  top: 5px;
  right: 5px;
}

.notification-container {
  position: relative;
}

.notification {
  right: 55px !important;
}
.notification span {
  font-weight: bold;
  font-size: 13px;
  background-color: #e30000;
  padding: 3px 7px;
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: -20px;
  color: white;
  border: 1px solid white;
}

.notif-messages {
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-animation: slideIn 0.5s ease-in-out forwards;
          animation: slideIn 0.5s ease-in-out forwards;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/* #burger-menu, #burger-static{ 
    background-image: url('../img/burger.png');
    &:hover{background-image: url('../img/burger-hover.png');
        background-color: transparent!important;}
}
#burger-close{ 
    background-image: url('../img/close.png');     
    &:hover{background-image: url('../img/close-hover.png');}
}
#burger-static{
    position:unset!important; 
    top:unset!important; right:unset!important; 
    display: inline-block!important; margin-left: 0.5em;

} */
.box-button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 500;
  background-color: #FFA100;
  border-radius: 0.3em;
  line-height: normal;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.box-button svg {
  width: 28px;
  height: 28px;
}
.box-button:hover {
  background-color: white;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.box-button:hover svg {
  color: #1E1E1E;
}

#burger-menu {
  background-color: #1E1E1E;
  border: 2px solid rgba(0, 0, 0, 0.575) !important;
}
#burger-menu svg {
  color: rgba(255, 255, 255, 0.7);
}
#burger-menu:hover {
  background-color: black;
  border: 2px solid rgb(0, 0, 0);
}
#burger-menu:hover svg {
  color: white;
}

@media screen and (max-width: 1182px) {
  #burger-menu {
    display: none !important;
  }
}

.dark-mode #burger-menu {
  border: 2px solid rgba(255, 255, 255, 0.575) !important;
}

.mobile-menu {
  padding: 0 0.5em;
}
@media screen and (min-width: 1181px) {
  .mobile-menu {
    display: none !important;
  }
}

#burger-close {
  width: 100px;
}

.MuiDrawer-paper {
  background-color: rgba(0, 0, 0, 0.9) !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.drawer-wrap {
  padding: 0 0.5em;
}

.drawer-box .button {
  color: black;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  display: block;
  margin-bottom: 0.5em;
  padding: 1em 2em;
  font-size: 13px;
  background-color: #FFC25A;
  border-radius: 0.5em;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  line-height: normal;
  text-align: left !important;
}
.drawer-box .button svg {
  width: 26px;
  height: auto;
  max-width: 26px;
  padding-right: 0.5em;
  fill: black;
  margin-bottom: -3px;
}
.drawer-box .button:hover {
  background-color: white;
}

.arabic .drawer-box .button svg {
  margin-left: 10px;
}

#mypopup .MuiPaper-root {
  margin: 0 !important;
}
@media screen and (min-width: 968px) {
  #mypopup .MuiPaper-root {
    min-width: 350px !important;
  }
}
#mypopup .MuiPaper-root h2 {
  border-radius: 0.25em 0.25em 0 0;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  background-color: #1E1E1E;
  color: white;
}
#mypopup .MuiPaper-root h2 span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.MuiDrawer-root {
  width: 0px;
}

.MuiAccordionDetails-root {
  padding: 0 !important;
}

/* Footer */
footer {
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1E1E1E;
  padding: 0.75em 0;
}
footer p, footer a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}
footer a:hover {
  color: #FFC25A;
  -webkit-transition: 0s;
  transition: 0s;
}

#setting-btn {
  display: none;
}

@media screen and (min-width: 1200px) {
  #setting-btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.28em;
    background-color: rgba(255, 255, 255, 0.7);
  }
  #setting-btn svg {
    width: 38px;
  }
  .setting-sticky {
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    position: fixed;
    bottom: 0;
    left: -100vw;
    width: 100vw;
    background-color: #1E1E1E;
    padding: 0.25em !important;
  }
  .setting-sticky.open {
    left: 0px;
  }
  .setting-sticky.open svg {
    fill: white;
  }
  .setting-sticky.open #setting-btn {
    background-color: unset !important;
  }
}
/* few common classes as bootstrap */
.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

@media screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media screen and (min-width: 564px) {
  .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 968px) {
  .d-lg-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 564px) {
  .d-sm-block {
    display: block;
  }
}

@media screen and (min-width: 968px) {
  .d-lg-block {
    display: block;
  }
}

.t-c, .box-button {
  text-align: center;
}

.t-r {
  text-align: right !important;
}

.t-s {
  text-align: left !important;
}

.t-j {
  text-align: justify !important;
}

.fw-bold {
  font-weight: bold;
}

.fw-normal {
  font-weight: normal;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.p-1 {
  padding: 1em;
}

.py-1 {
  padding: 1em 0;
}

.img-fluid {
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.flex-center, .box-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-height-normal {
  line-height: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

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

.bg-none {
  background-color: transparent !important;
}

.me-1 {
  margin-right: 1em;
}

.ms-1 {
  margin-left: 1em;
}

.mt-1 {
  margin-top: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

.m-auto {
  margin: auto;
}

.rounded, .theme-btn {
  border-radius: 0.25em;
}

.bg-white {
  background-color: white;
}

.btn {
  display: block;
  padding: 0.5em 0.75em;
  background-color: #FFA100;
}
.btn:hover {
  background-color: #cf983a;
}

.btn-secondary {
  background-color: #1E1E1E;
  color: rgba(255, 255, 255, 0.658);
}
.btn-secondary:hover {
  background-color: black;
  color: white;
}

.theme-btn {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-left: 0.5em;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.theme-btn img {
  width: 22px;
  height: 22px;
}

.theme-btn.active {
  border: 2px solid rgb(0, 0, 0);
  position: relative;
}

.theme-btn.active::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -2px;
  width: 24px;
  border-top: 6px solid #1E1E1E;
  margin: auto;
}

/* The device with borders */
.mobile {
  position: relative;
  width: 360px;
  height: 640px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

/* The horizontal line on the top of the device */
.mobile:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.mobile:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.mobile .content {
  width: 330px;
  height: 540px;
  background: white;
}

.tablet {
  position: relative;
  margin: auto;
  width: 631px;
  height: 1060px;
  margin: auto;
  border: 16px black solid;
  border-top-width: 60px;
  border-bottom-width: 60px;
  border-radius: 36px;
}

.tablet-landscape {
  width: 991px !important;
  height: 710px !important;
}

/* The horizontal line on the top of the device */
.tablet:before {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333;
  border-radius: 10px;
}

/* The circle on the bottom of the device */
.tablet:after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #333;
  border-radius: 50%;
}

/* The screen (or content) of the device */
.tablet .content {
  width: 600px;
  height: 960px;
  background: white;
  margin: -1px;
}

.tablet-landscape .content {
  width: 960px !important;
  height: 600px !important;
  background: white;
  margin: -1px;
}

.social-links a {
  margin-right: 0.25em;
  display: inline-block;
}
.social-links a:hover svg {
  margin-top: 0;
  margin-bottom: 0.2em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.social-links a svg {
  margin: 0.1em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 35px;
  height: auto;
}

/* Dark mode */
.MuiButtonBase-root, .widget-title-border {
  border-bottom: 0px solid rgb(230, 230, 230) !important;
}

.dark-mode #root {
  background-color: transparent;
}
.dark-mode .container-xl {
  background-color: #ffc25a !important;
}
.dark-mode .bg-theme-accent {
  background-color: rgb(0, 0, 0) !important;
  color: white;
}
.dark-mode .border-theme-accent {
  border-color: rgb(0, 0, 0) !important;
}
.dark-mode .bg-theme-primary-verylight {
  background-color: #fdb435 !important;
}
.dark-mode .bg-theme-primary {
  background-color: #2c2c2c !important;
  color: white;
}
.dark-mode footer .bg-theme-primary {
  background-color: #ffa200 !important;
  color: Black !important;
}
.dark-mode .border-white {
  border-color: rgba(44, 44, 44, 0.2) !important;
}
.dark-mode .mob-product-row {
  border-color: #1E1E1E !important;
  background-color: #ffcd77 !important;
}
.dark-mode .mob-product-row .title {
  background-color: #1E1E1E !important;
  color: white !important;
}

/* .theme-blue{.widget-title {color:$theme-blue!important;}}
.theme-green{.widget-title {color:$theme-green!important;}}
.theme-black{.widget-title {color:$theme-black!important;}}
.theme-red{.widget-title {color:$theme-red!important;}}
.theme-maroon{.widget-title {color:$theme-maroon!important;}} *//*# sourceMappingURL=style.css.map */