/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
}

.app-brand-text span {
  font-size:12px;
}
.app-brand-text {
  line-height: 16px;
  padding-top: 3px;
}
.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.upper {
  text-transform: uppercase;
}
.editor-main {
  position: relative;
}
#editor-container {
  left: 0px;
  right: 0px;
  bottom:0px;
  top: 0px;
  border: 1px solid #000;
  position: absolute;
}
.editor-draggable {
  cursor: move;
  position: absolute;
}
.editor-draggable .title {
  font-size: 11px;
  width: 100%;
  text-align: center;
  opacity: .7;
  margin-top: -15px;
  background-color: #FFFFFF;
  font-weight: bold;
  color: #000000;
}
#editor-container .selected {
  outline-style: dotted;
  outline-offset: 0px;
  outline-color: rgb(255 0 0);
  outline-width: 2px;
  border-radius: 1px;
}
.selection-box {
  position: absolute;
  border: 1px dashed #000;
  background-color: rgba(0, 0, 255, 0.2);
}
.c-container {
  display: flex;
  align-items: flex-start;
}
.c-container-v {
  display: flex;
  flex-direction: column;
}
.c-fixed-width-card {
  flex-shrink: 0;
  width: auto;
  margin-right: 20px;
}
.c-fixed-height-card {
  flex-shrink: 0;
  margin-bottom: 20px;
}
.c-flex-grow-card {
  flex-grow: 1; /* Allow this card to grow and fill the remaining space */
}
.gallery-obj, .map-obj {
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom:20px;
  overflow: hidden;
}
.gallery-obj {
  max-height: 160px;
}
.gallery-obj img {
  object-position: center;
  width: auto;
  min-height: 140px;
  overflow: hidden;
  min-width: 100%;
}

.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.big-icon {
  font-size: 30px !important;
}
.product-image-upload {
  width: 110px;
  outline: 2px dashed #ededed;
  outline-offset: 7px;
}
.align-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.input-group.no-shadow-effect:focus-within {
  box-shadow: none !important;
}
.product-option-title {
  font-size: 13px;
  padding-left:6px !important;
  padding-right: 6px !important;
  cursor: pointer;
}
.product-option-title-active {
  background-color: #7367f0 !important;
  color: #FFFFFF !important;
}
.f-mepallergy .dropdown-menu ul.inner, .f-mepmegid .dropdown-menu ul.inner {
  max-height: 200px !important;
}
.small-input-group-icon {
  padding-right: 2px !important;
  padding-left: 3px !important;
}
.small-input-group-icon i {
  font-size: 17px !important;
}
.productType button, .gridType button {
  width: 250px !important;
}

.pass-button {
  float: right;
}
.pass-real, .pass-fake {
  line-height: 37px;
}
.pass-parent {
  padding-top: 3px !important;
  padding-bottom: 0px !important;
  padding-left: 8px !important;
  padding-right: 4px !important;
}
.priv-line {
  padding-left: 35px;
  text-indent: -25px;
  padding-right: 10px;
  font-size: 14px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.loader, .screenError, .actionDone {
  position: fixed;
  left:0px;
  top:0px;
  height: calc(100vh);
  width:calc(100vw);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffcc;
  flex-direction: column;
}
.loader img {
  width: 100px;
  max-width: 100px;
}
.loader .loader-text, .screenError .loader-text, .actionDone  .loader-text  {
  font-size: 16px;
  margin-top: 15px;
}
.no-wrap {
  white-space: nowrap;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.list-group-sm {
  font-size: 13px;
}
.edit-platype {
  width: calc(100% - 35px) !important;
}
.edit-platype button {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left: none !important;
}

.menu-item .menu-sub .menu-item .menu-sub .menu-item .menu-link {
  font-size: 13px !important;
}

.box-percent {
  line-height: 30px;
  height: 43px;
  width: 43px;
}


.sm-0 { margin: 0px !important; } .sml-0 { margin-left: 0px !important; } .smr-0 { margin-right: 0px !important; } .smt-0 { margin-top: 0px !important; } .smb-0 { margin-bottom: 0px !important; }.sm-1 { margin: 1px !important; } .sml-1 { margin-left: 1px !important; } .smr-1 { margin-right: 1px !important; } .smt-1 { margin-top: 1px !important; } .smb-1 { margin-bottom: 1px !important; }.sm-2 { margin: 2px !important; } .sml-2 { margin-left: 2px !important; } .smr-2 { margin-right: 2px !important; } .smt-2 { margin-top: 2px !important; } .smb-2 { margin-bottom: 2px !important; }.sm-3 { margin: 3px !important; } .sml-3 { margin-left: 3px !important; } .smr-3 { margin-right: 3px !important; } .smt-3 { margin-top: 3px !important; } .smb-3 { margin-bottom: 3px !important; }.sm-4 { margin: 4px !important; } .sml-4 { margin-left: 4px !important; } .smr-4 { margin-right: 4px !important; } .smt-4 { margin-top: 4px !important; } .smb-4 { margin-bottom: 4px !important; }.sm-5 { margin: 5px !important; } .sml-5 { margin-left: 5px !important; } .smr-5 { margin-right: 5px !important; } .smt-5 { margin-top: 5px !important; } .smb-5 { margin-bottom: 5px !important; }.sm-6 { margin: 6px !important; } .sml-6 { margin-left: 6px !important; } .smr-6 { margin-right: 6px !important; } .smt-6 { margin-top: 6px !important; } .smb-6 { margin-bottom: 6px !important; }.sm-7 { margin: 7px !important; } .sml-7 { margin-left: 7px !important; } .smr-7 { margin-right: 7px !important; } .smt-7 { margin-top: 7px !important; } .smb-7 { margin-bottom: 7px !important; }.sm-8 { margin: 8px !important; } .sml-8 { margin-left: 8px !important; } .smr-8 { margin-right: 8px !important; } .smt-8 { margin-top: 8px !important; } .smb-8 { margin-bottom: 8px !important; }.sm-9 { margin: 9px !important; } .sml-9 { margin-left: 9px !important; } .smr-9 { margin-right: 9px !important; } .smt-9 { margin-top: 9px !important; } .smb-9 { margin-bottom: 9px !important; }.sm-10 { margin: 10px !important; } .sml-10 { margin-left: 10px !important; } .smr-10 { margin-right: 10px !important; } .smt-10 { margin-top: 10px !important; } .smb-10 { margin-bottom: 10px !important; }.sm-11 { margin: 11px !important; } .sml-11 { margin-left: 11px !important; } .smr-11 { margin-right: 11px !important; } .smt-11 { margin-top: 11px !important; } .smb-11 { margin-bottom: 11px !important; }.sm-12 { margin: 12px !important; } .sml-12 { margin-left: 12px !important; } .smr-12 { margin-right: 12px !important; } .smt-12 { margin-top: 12px !important; } .smb-12 { margin-bottom: 12px !important; }.sm-13 { margin: 13px !important; } .sml-13 { margin-left: 13px !important; } .smr-13 { margin-right: 13px !important; } .smt-13 { margin-top: 13px !important; } .smb-13 { margin-bottom: 13px !important; }.sm-14 { margin: 14px !important; } .sml-14 { margin-left: 14px !important; } .smr-14 { margin-right: 14px !important; } .smt-14 { margin-top: 14px !important; } .smb-14 { margin-bottom: 14px !important; }.sm-15 { margin: 15px !important; } .sml-15 { margin-left: 15px !important; } .smr-15 { margin-right: 15px !important; } .smt-15 { margin-top: 15px !important; } .smb-15 { margin-bottom: 15px !important; }.sm-16 { margin: 16px !important; } .sml-16 { margin-left: 16px !important; } .smr-16 { margin-right: 16px !important; } .smt-16 { margin-top: 16px !important; } .smb-16 { margin-bottom: 16px !important; }.sm-17 { margin: 17px !important; } .sml-17 { margin-left: 17px !important; } .smr-17 { margin-right: 17px !important; } .smt-17 { margin-top: 17px !important; } .smb-17 { margin-bottom: 17px !important; }.sm-18 { margin: 18px !important; } .sml-18 { margin-left: 18px !important; } .smr-18 { margin-right: 18px !important; } .smt-18 { margin-top: 18px !important; } .smb-18 { margin-bottom: 18px !important; }.sm-19 { margin: 19px !important; } .sml-19 { margin-left: 19px !important; } .smr-19 { margin-right: 19px !important; } .smt-19 { margin-top: 19px !important; } .smb-19 { margin-bottom: 19px !important; }.sm-20 { margin: 20px !important; } .sml-20 { margin-left: 20px !important; } .smr-20 { margin-right: 20px !important; } .smt-20 { margin-top: 20px !important; } .smb-20 { margin-bottom: 20px !important; }.sm-21 { margin: 21px !important; } .sml-21 { margin-left: 21px !important; } .smr-21 { margin-right: 21px !important; } .smt-21 { margin-top: 21px !important; } .smb-21 { margin-bottom: 21px !important; }.sm-22 { margin: 22px !important; } .sml-22 { margin-left: 22px !important; } .smr-22 { margin-right: 22px !important; } .smt-22 { margin-top: 22px !important; } .smb-22 { margin-bottom: 22px !important; }.sm-23 { margin: 23px !important; } .sml-23 { margin-left: 23px !important; } .smr-23 { margin-right: 23px !important; } .smt-23 { margin-top: 23px !important; } .smb-23 { margin-bottom: 23px !important; }.sm-24 { margin: 24px !important; } .sml-24 { margin-left: 24px !important; } .smr-24 { margin-right: 24px !important; } .smt-24 { margin-top: 24px !important; } .smb-24 { margin-bottom: 24px !important; }.sm-25 { margin: 25px !important; } .sml-25 { margin-left: 25px !important; } .smr-25 { margin-right: 25px !important; } .smt-25 { margin-top: 25px !important; } .smb-25 { margin-bottom: 25px !important; }.sm-26 { margin: 26px !important; } .sml-26 { margin-left: 26px !important; } .smr-26 { margin-right: 26px !important; } .smt-26 { margin-top: 26px !important; } .smb-26 { margin-bottom: 26px !important; }.sm-27 { margin: 27px !important; } .sml-27 { margin-left: 27px !important; } .smr-27 { margin-right: 27px !important; } .smt-27 { margin-top: 27px !important; } .smb-27 { margin-bottom: 27px !important; }.sm-28 { margin: 28px !important; } .sml-28 { margin-left: 28px !important; } .smr-28 { margin-right: 28px !important; } .smt-28 { margin-top: 28px !important; } .smb-28 { margin-bottom: 28px !important; }.sm-29 { margin: 29px !important; } .sml-29 { margin-left: 29px !important; } .smr-29 { margin-right: 29px !important; } .smt-29 { margin-top: 29px !important; } .smb-29 { margin-bottom: 29px !important; }.sm-30 { margin: 30px !important; } .sml-30 { margin-left: 30px !important; } .smr-30 { margin-right: 30px !important; } .smt-30 { margin-top: 30px !important; } .smb-30 { margin-bottom: 30px !important; }.sm-35 { margin: 35px !important; } .sml-35 { margin-left: 35px !important; } .smr-35 { margin-right: 35px !important; } .smt-35 { margin-top: 35px !important; } .smb-35 { margin-bottom: 35px !important; }.sm-40 { margin: 40px !important; } .sml-40 { margin-left: 40px !important; } .smr-40 { margin-right: 40px !important; } .smt-40 { margin-top: 40px !important; } .smb-40 { margin-bottom: 40px !important; }.sm-45 { margin: 45px !important; } .sml-45 { margin-left: 45px !important; } .smr-45 { margin-right: 45px !important; } .smt-45 { margin-top: 45px !important; } .smb-45 { margin-bottom: 45px !important; }.sm-50 { margin: 50px !important; } .sml-50 { margin-left: 50px !important; } .smr-50 { margin-right: 50px !important; } .smt-50 { margin-top: 50px !important; } .smb-50 { margin-bottom: 50px !important; }.sm-55 { margin: 55px !important; } .sml-55 { margin-left: 55px !important; } .smr-55 { margin-right: 55px !important; } .smt-55 { margin-top: 55px !important; } .smb-55 { margin-bottom: 55px !important; }.sm-60 { margin: 60px !important; } .sml-60 { margin-left: 60px !important; } .smr-60 { margin-right: 60px !important; } .smt-60 { margin-top: 60px !important; } .smb-60 { margin-bottom: 60px !important; }.sm-65 { margin: 65px !important; } .sml-65 { margin-left: 65px !important; } .smr-65 { margin-right: 65px !important; } .smt-65 { margin-top: 65px !important; } .smb-65 { margin-bottom: 65px !important; }.sm-70 { margin: 70px !important; } .sml-70 { margin-left: 70px !important; } .smr-70 { margin-right: 70px !important; } .smt-70 { margin-top: 70px !important; } .smb-70 { margin-bottom: 70px !important; }.sm-75 { margin: 75px !important; } .sml-75 { margin-left: 75px !important; } .smr-75 { margin-right: 75px !important; } .smt-75 { margin-top: 75px !important; } .smb-75 { margin-bottom: 75px !important; }.sm-80 { margin: 80px !important; } .sml-80 { margin-left: 80px !important; } .smr-80 { margin-right: 80px !important; } .smt-80 { margin-top: 80px !important; } .smb-80 { margin-bottom: 80px !important; }.sm-85 { margin: 85px !important; } .sml-85 { margin-left: 85px !important; } .smr-85 { margin-right: 85px !important; } .smt-85 { margin-top: 85px !important; } .smb-85 { margin-bottom: 85px !important; }.sm-90 { margin: 90px !important; } .sml-90 { margin-left: 90px !important; } .smr-90 { margin-right: 90px !important; } .smt-90 { margin-top: 90px !important; } .smb-90 { margin-bottom: 90px !important; }.sm-95 { margin: 95px !important; } .sml-95 { margin-left: 95px !important; } .smr-95 { margin-right: 95px !important; } .smt-95 { margin-top: 95px !important; } .smb-95 { margin-bottom: 95px !important; }.sm-100 { margin: 100px !important; } .sml-100 { margin-left: 100px !important; } .smr-100 { margin-right: 100px !important; } .smt-100 { margin-top: 100px !important; } .smb-100 { margin-bottom: 100px !important; }.sp-0 { padding: 0px !important; } .spl-0 { padding-left: 0px !important; } .spr-0 { padding-right: 0px !important; } .spt-0 { padding-top: 0px !important; } .spb-0 { padding-bottom: 0px !important; }.sp-1 { padding: 1px !important; } .spl-1 { padding-left: 1px !important; } .spr-1 { padding-right: 1px !important; } .spt-1 { padding-top: 1px !important; } .spb-1 { padding-bottom: 1px !important; }.sp-2 { padding: 2px !important; } .spl-2 { padding-left: 2px !important; } .spr-2 { padding-right: 2px !important; } .spt-2 { padding-top: 2px !important; } .spb-2 { padding-bottom: 2px !important; }.sp-3 { padding: 3px !important; } .spl-3 { padding-left: 3px !important; } .spr-3 { padding-right: 3px !important; } .spt-3 { padding-top: 3px !important; } .spb-3 { padding-bottom: 3px !important; }.sp-4 { padding: 4px !important; } .spl-4 { padding-left: 4px !important; } .spr-4 { padding-right: 4px !important; } .spt-4 { padding-top: 4px !important; } .spb-4 { padding-bottom: 4px !important; }.sp-5 { padding: 5px !important; } .spl-5 { padding-left: 5px !important; } .spr-5 { padding-right: 5px !important; } .spt-5 { padding-top: 5px !important; } .spb-5 { padding-bottom: 5px !important; }.sp-6 { padding: 6px !important; } .spl-6 { padding-left: 6px !important; } .spr-6 { padding-right: 6px !important; } .spt-6 { padding-top: 6px !important; } .spb-6 { padding-bottom: 6px !important; }.sp-7 { padding: 7px !important; } .spl-7 { padding-left: 7px !important; } .spr-7 { padding-right: 7px !important; } .spt-7 { padding-top: 7px !important; } .spb-7 { padding-bottom: 7px !important; }.sp-8 { padding: 8px !important; } .spl-8 { padding-left: 8px !important; } .spr-8 { padding-right: 8px !important; } .spt-8 { padding-top: 8px !important; } .spb-8 { padding-bottom: 8px !important; }.sp-9 { padding: 9px !important; } .spl-9 { padding-left: 9px !important; } .spr-9 { padding-right: 9px !important; } .spt-9 { padding-top: 9px !important; } .spb-9 { padding-bottom: 9px !important; }.sp-10 { padding: 10px !important; } .spl-10 { padding-left: 10px !important; } .spr-10 { padding-right: 10px !important; } .spt-10 { padding-top: 10px !important; } .spb-10 { padding-bottom: 10px !important; }.sp-11 { padding: 11px !important; } .spl-11 { padding-left: 11px !important; } .spr-11 { padding-right: 11px !important; } .spt-11 { padding-top: 11px !important; } .spb-11 { padding-bottom: 11px !important; }.sp-12 { padding: 12px !important; } .spl-12 { padding-left: 12px !important; } .spr-12 { padding-right: 12px !important; } .spt-12 { padding-top: 12px !important; } .spb-12 { padding-bottom: 12px !important; }.sp-13 { padding: 13px !important; } .spl-13 { padding-left: 13px !important; } .spr-13 { padding-right: 13px !important; } .spt-13 { padding-top: 13px !important; } .spb-13 { padding-bottom: 13px !important; }.sp-14 { padding: 14px !important; } .spl-14 { padding-left: 14px !important; } .spr-14 { padding-right: 14px !important; } .spt-14 { padding-top: 14px !important; } .spb-14 { padding-bottom: 14px !important; }.sp-15 { padding: 15px !important; } .spl-15 { padding-left: 15px !important; } .spr-15 { padding-right: 15px !important; } .spt-15 { padding-top: 15px !important; } .spb-15 { padding-bottom: 15px !important; }.sp-16 { padding: 16px !important; } .spl-16 { padding-left: 16px !important; } .spr-16 { padding-right: 16px !important; } .spt-16 { padding-top: 16px !important; } .spb-16 { padding-bottom: 16px !important; }.sp-17 { padding: 17px !important; } .spl-17 { padding-left: 17px !important; } .spr-17 { padding-right: 17px !important; } .spt-17 { padding-top: 17px !important; } .spb-17 { padding-bottom: 17px !important; }.sp-18 { padding: 18px !important; } .spl-18 { padding-left: 18px !important; } .spr-18 { padding-right: 18px !important; } .spt-18 { padding-top: 18px !important; } .spb-18 { padding-bottom: 18px !important; }.sp-19 { padding: 19px !important; } .spl-19 { padding-left: 19px !important; } .spr-19 { padding-right: 19px !important; } .spt-19 { padding-top: 19px !important; } .spb-19 { padding-bottom: 19px !important; }.sp-20 { padding: 20px !important; } .spl-20 { padding-left: 20px !important; } .spr-20 { padding-right: 20px !important; } .spt-20 { padding-top: 20px !important; } .spb-20 { padding-bottom: 20px !important; }.sp-21 { padding: 21px !important; } .spl-21 { padding-left: 21px !important; } .spr-21 { padding-right: 21px !important; } .spt-21 { padding-top: 21px !important; } .spb-21 { padding-bottom: 21px !important; }.sp-22 { padding: 22px !important; } .spl-22 { padding-left: 22px !important; } .spr-22 { padding-right: 22px !important; } .spt-22 { padding-top: 22px !important; } .spb-22 { padding-bottom: 22px !important; }.sp-23 { padding: 23px !important; } .spl-23 { padding-left: 23px !important; } .spr-23 { padding-right: 23px !important; } .spt-23 { padding-top: 23px !important; } .spb-23 { padding-bottom: 23px !important; }.sp-24 { padding: 24px !important; } .spl-24 { padding-left: 24px !important; } .spr-24 { padding-right: 24px !important; } .spt-24 { padding-top: 24px !important; } .spb-24 { padding-bottom: 24px !important; }.sp-25 { padding: 25px !important; } .spl-25 { padding-left: 25px !important; } .spr-25 { padding-right: 25px !important; } .spt-25 { padding-top: 25px !important; } .spb-25 { padding-bottom: 25px !important; }.sp-26 { padding: 26px !important; } .spl-26 { padding-left: 26px !important; } .spr-26 { padding-right: 26px !important; } .spt-26 { padding-top: 26px !important; } .spb-26 { padding-bottom: 26px !important; }.sp-27 { padding: 27px !important; } .spl-27 { padding-left: 27px !important; } .spr-27 { padding-right: 27px !important; } .spt-27 { padding-top: 27px !important; } .spb-27 { padding-bottom: 27px !important; }.sp-28 { padding: 28px !important; } .spl-28 { padding-left: 28px !important; } .spr-28 { padding-right: 28px !important; } .spt-28 { padding-top: 28px !important; } .spb-28 { padding-bottom: 28px !important; }.sp-29 { padding: 29px !important; } .spl-29 { padding-left: 29px !important; } .spr-29 { padding-right: 29px !important; } .spt-29 { padding-top: 29px !important; } .spb-29 { padding-bottom: 29px !important; }.sp-30 { padding: 30px !important; } .spl-30 { padding-left: 30px !important; } .spr-30 { padding-right: 30px !important; } .spt-30 { padding-top: 30px !important; } .spb-30 { padding-bottom: 30px !important; }.sp-35 { padding: 35px !important; } .spl-35 { padding-left: 35px !important; } .spr-35 { padding-right: 35px !important; } .spt-35 { padding-top: 35px !important; } .spb-35 { padding-bottom: 35px !important; }.sp-40 { padding: 40px !important; } .spl-40 { padding-left: 40px !important; } .spr-40 { padding-right: 40px !important; } .spt-40 { padding-top: 40px !important; } .spb-40 { padding-bottom: 40px !important; }.sp-45 { padding: 45px !important; } .spl-45 { padding-left: 45px !important; } .spr-45 { padding-right: 45px !important; } .spt-45 { padding-top: 45px !important; } .spb-45 { padding-bottom: 45px !important; }.sp-50 { padding: 50px !important; } .spl-50 { padding-left: 50px !important; } .spr-50 { padding-right: 50px !important; } .spt-50 { padding-top: 50px !important; } .spb-50 { padding-bottom: 50px !important; }.sp-55 { padding: 55px !important; } .spl-55 { padding-left: 55px !important; } .spr-55 { padding-right: 55px !important; } .spt-55 { padding-top: 55px !important; } .spb-55 { padding-bottom: 55px !important; }.sp-60 { padding: 60px !important; } .spl-60 { padding-left: 60px !important; } .spr-60 { padding-right: 60px !important; } .spt-60 { padding-top: 60px !important; } .spb-60 { padding-bottom: 60px !important; }.sp-65 { padding: 65px !important; } .spl-65 { padding-left: 65px !important; } .spr-65 { padding-right: 65px !important; } .spt-65 { padding-top: 65px !important; } .spb-65 { padding-bottom: 65px !important; }.sp-70 { padding: 70px !important; } .spl-70 { padding-left: 70px !important; } .spr-70 { padding-right: 70px !important; } .spt-70 { padding-top: 70px !important; } .spb-70 { padding-bottom: 70px !important; }.sp-75 { padding: 75px !important; } .spl-75 { padding-left: 75px !important; } .spr-75 { padding-right: 75px !important; } .spt-75 { padding-top: 75px !important; } .spb-75 { padding-bottom: 75px !important; }.sp-80 { padding: 80px !important; } .spl-80 { padding-left: 80px !important; } .spr-80 { padding-right: 80px !important; } .spt-80 { padding-top: 80px !important; } .spb-80 { padding-bottom: 80px !important; }.sp-85 { padding: 85px !important; } .spl-85 { padding-left: 85px !important; } .spr-85 { padding-right: 85px !important; } .spt-85 { padding-top: 85px !important; } .spb-85 { padding-bottom: 85px !important; }.sp-90 { padding: 90px !important; } .spl-90 { padding-left: 90px !important; } .spr-90 { padding-right: 90px !important; } .spt-90 { padding-top: 90px !important; } .spb-90 { padding-bottom: 90px !important; }.sp-95 { padding: 95px !important; } .spl-95 { padding-left: 95px !important; } .spr-95 { padding-right: 95px !important; } .spt-95 { padding-top: 95px !important; } .spb-95 { padding-bottom: 95px !important; }.sp-100 { padding: 100px !important; } .spl-100 { padding-left: 100px !important; } .spr-100 { padding-right: 100px !important; } .spt-100 { padding-top: 100px !important; } .spb-100 { padding-bottom: 100px !important; }





.menu-header .menu-header-text {
  text-transform: unset;
}

.social-share {
  overflow: hidden;
  position: relative;
}
.social-share video, .social-share img  {
  width: 100%;
}



.social-share .overlay-text {
  position: absolute;
  top: 0px;
  padding: 10px;
  background-color: #0000009c;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: normal;
  opacity: 0.01;
  width: 100%;
}
.social-share:hover .overlay-text {
  opacity: 1;
}

.social-video-wrapper {
  max-width: calc(50% - 10px);
  position: relative;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 3px #0000003d;
  margin-top: 10px;
}


.social-image-wrapper {
  max-width: calc(33% - 10px);
  position: relative;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
  overflow: hidden;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 3px #0000003d;
  margin-top: 10px;
}
.social-image-wrapper img, .social-video-wrapper img, .social-video-wrapper video {
  width: 100%;
  border-radius: 8px;
}
.social-image-wrapper .btn-del-image, .social-video-wrapper .btn-del-image  {
  position: absolute;
  right: 3px;
  top: 3px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 2px 3px #ffffff6b;
  outline: 2px solid #FFFFFF;
  outline-offset: -2px;
}
video {
  margin-bottom: -5px;
}

.social-share-info {
  text-align: center;
  padding: 15px;
  border: 1px dashed #e5e5e5;
  margin-top: 5px;
  font-size: 13px;
}

.assistant-avatar {
  outline: 4px solid #FFFFFF;
    margin: 6px;
    box-shadow: 0 0 7px 1px #0000009e;
}

.assistant-history {
  height: calc(100vh - 12.5rem);
    outline: 2px dashed #e1e1e1;
    outline-offset: -1px;
    padding: 1rem 1rem !important;
}

.chat-top-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.chat-bottom-radius {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}


.speech-info {
  display:none;
  font-size: 13px;
}
.text-to-speech-bt {
  position: absolute;
  left: 10px;top: -35px;
  cursor:pointer
}
.text-to-speech-bt:hover .speech-info {
  display: inline-block;
}

.ai-image-template-title {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  background: #ffffffa1;
  color: #494949;
  font-size: 13px;
  padding: 3px 0px;
}


.sortable-chosen {
  color: var(--bs-indigo);
  background-color: #f1f1f1;
  font-weight: 600;
}