/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 body {
  overflow-x: hidden;
}

.select2-hidden-accessible{
    color: #F5F5F5;
}

.select2-hidden-accessible{
    color: #F5F5F5;
}

.btn-label {
  background: rgba(255, 255, 255, 0.15);
}

#fundo-pdv {
  /* background-image: url(../fundo_pdv.jpeg); */
  /* background-repeat: no-repeat;
  background-size: 100% auto; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  IMAGENS DO PACIENTE
    DROPZONE E SUPERBOX(GALERIA) */
.superbox-list img{
    width: 100%;
    height: 110px;
    border-radius: 3px;
    background:gainsboro;
}
.superbox-list button{
    width: 100%;
    margin:-45px 0 0 0;
    height: 25px;
}
.superbox-list .progress{
    margin:-25px 0 12px 0;
    height: 25px;
}
.superbox-list p{
    position: absolute;
    top: 0;
    margin-top: 5px;
    margin-left: 2px;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
}
/* FIM IMAGENS DO PACIENTE */
.ui-datepicker {
  z-index: 9999999 !important;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  margin-bottom: 4px;
  padding: 0;
}

.ui-datepicker th {
  background-color: #f5f5f5;
  padding: 2px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  margin-top: 0;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  color: transparent;
  font-family: FontAwesome;
  margin-top: -7px;
}

.ui-datepicker .ui-datepicker-next span:before, .ui-datepicker .ui-datepicker-prev span:before {
  color: #333;
  margin-left: 3px;
}

.ui-datepicker .ui-datepicker-next span:before {
  content: "\f054";
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f053";
}

.ui-datepicker-year, .ui-datepicker-month {
  display: inline;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #404040;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  background-color: #F0F0F1;
  background-image: none;
  user-select: none;
  border: 1px solid #CCCCCC;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0.2em 0.4em;
  padding: 1px 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus,
.ui-datepicker .ui-datepicker-buttonpane button:active {
  background-color: #DBDBDB;
  border-color: #ADADAD;
  color: #333333;
  outline: 0;
}

@media print {
  .ui-datepicker { display:none; }
}

.form-control{
    border-radius: 5px !important;
}

.label{
    font-weight: 700 !important;
}

#ribbon{
    background: #2c3e50 !important;
}

.limenu{
    background: #2c3e50 !important;
}

#left-panel{
    background: #2c3e50 !important;
}

/* .page-footer{
    background: #2c3e50 !important;
} */

.minifyme {
    background: #2c3e50 !important;
}

/* .menu-on-top  {
    border-right: 1px solid #ffffff !important;
    border-left: 1px solid #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
    border-top: 1px solid #ffffff !important;
} */


/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  width: 100%;
}

.modal .modal-dialog .modal-content .jarviswidget {
  margin-bottom: 0;
}

.modal .modal-dialog .modal-content,
.modal .modal-dialog .modal-content .jarviswidget header{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.modal .modal-dialog .modal-content,
.modal .modal-dialog .modal-content .jarviswidget > div,
.modal .modal-dialog .modal-content .jarviswidget div .widget-body footer,
.modal .modal-dialog .modal-content .jarviswidget div .widget-body > :last-child,
.modal .modal-dialog .modal-content .jarviswidget div .widget-body > :last-child > div
{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.nowrap {
  white-space: nowrap;
}

.tooltip-inner {
    max-width: 50vw;
    width: auto;
}

/* SELECT2 Style */
.select2-container .select2-choice .select2-arrow {
  width: 18px;
  border-left: none;
  background: inherit;
}

.select2-container .select2-choice .select2-arrow b:before {
  text-align: left;
}

li.select2-result div{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-container .select2-choice>.select2-chosen,
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 0;
}

.select2-container .select2-choice .select2-chosen {
  max-width: calc(100% - 20px);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  max-width: calc(100% - 35px);
}

.input-group .select2-container {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table;
  table-layout: fixed;
}

.select2-container .select2-arrow {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-container.input-sm a{
  height: 28px;
  line-height: 28px;
}

.select2-container:not(.select2-dropdown-open) a,
.select2-drop .select2-search input,
.select2-drop .select2-results li {
  border-radius: 5px;
}

.select2-container.select2-dropdown-open:not(.select2-drop-above) a,
.select2-drop.select2-drop-above {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select2-drop:not(.select2-drop-above),
.select2-container.select2-dropdown-open.select2-drop-above a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select2-search-choice-close {
  margin-top: -2px;
  margin-right: -4px;
  background-image:url(../img/jqueryui/ui-icons_222222_256x240.png);
  background-position:-94px -128px;
}

.input-group .select2-container .select2-arrow {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.input-group .select2-container:not(.select2-dropdown-open) a,
.input-group .select2-container.select2-dropdown-open:not(.select2-drop-above) a,
.input-group .select2-container.select2-dropdown-open.select2-drop-above a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.select2-container.form-control.input-lg {
  padding: 0 0 10px 0;
  height: 44px;
  font-size: 17px;
  line-height: 1.33;
}

.select2-container.form-control.input-lg a {
  padding: 10px 16px;
}

.select2-container.form-control.input-lg .select2-choice .select2-arrow {
  width: 25px;
  padding: 12px 0;
  border-left: none;
  background: inherit;
}

.select2-drop .select2-results li {
  border-radius: 5px;
  font-size: 18px;
}

.input-group > .input-group-btn:last-child,
.input-group > .input-group-btn:last-child .btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}

.ellipsis,
.smart-form .label {
  white-space: nowrap;
/*  width: 20%;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.label-info {
  width: 20%;
}

/*.ellipsis,
.smart-form .label .pdv_fonte {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}*/
.onoffswitch {
  margin: 5px 0;
}

.onoffswitch-inner:after {
  padding-right: 4px;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  padding-top: 1px;
}

.state-error .select2-container a
{
  background-color: #fff0f0;
  border-color: #ed1c24;
}

.state-error button
{
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
  color: #ed1c24;
  background-color: #fff0f0;
}

.state-error button:hover, .state-error button:focus {
  color: #ed1c24;
  background-color: #FFB5B5;
}

.state-error button:last-child
{
  border-right-color: #ed1c24;
}

.state-error .select2-container .select2-arrow {
  color: #ed1c24;
  background-color: #fff0f0;
}

.input:not(.state-error) .ng-dirty.ng-invalid>a.select2-choice {
  border-color: inherit;
}

.upper:not(.select2-container) {
  text-transform: uppercase;
}

.upper::placeholder {
  text-transform: none;
}

.smart-form fieldset {
  padding-top: 14px;
  padding-bottom: 0;
}

.modal-100 {
    width: 100%;
}
.modal-95 { width: 95%; }
.modal-90 { width: 90%; }
.modal-80 {
    width: 80%;
}
.modal-70 {
    width: 70%;
}

.modal-60 {
    width: 60%;
}
.modal-50 {
    width: 50%;
}
.modal-40 {
    width: 40%;
}

.smart-form .col-7{width:58.33%}.smart-form .col-11{width:91.67%}.smart-form .col-12{width:100%}

table>thead>tr>th.th-scroll,
.table-condensed.table>thead>tr>th.th-scroll {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

table>thead>tr>th.th-scroll,
.table-bordered.table>thead>tr>th.th-scroll,
.table-bordered.table>thead>tr>th:first-child {
  border-left-width: 0 !important;
}

.table-bordered.table>thead>tr>th.th-fix-last {
  border-right-width: 0 !important;
}

th.toggle-input .toggle i{
  top: 0 !important;
}

.text-bold {
  font-weight: bold !important;
}

.text-bolder {
  font-weight: bolder !important;
}

#jarviswidget-fullscreen-mode .row {
  margin-right: -10px !important;
}

a[disabled=disabled] {
  pointer-events: none;
  cursor: default;
}

#categoryNavfixed {
  background: url(../img/mybg.png) #fff;
}

.no-visible {
  visibility: hidden;
}

/* THUMBNAILS */
.cl-thumbnail {
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  padding: 5px 7px 7px 5px;
  width: calc(100% - 15px);
}

a.cl-thumbnail:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.cl-thumb-crop {
  position: relative;
  overflow: hidden;
}

.cl-thumbnail .cl-thumb-crop {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.cl-thumb-crop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.cl-thumb-crop img.portrait {
  width: 100%;
  height: auto;
}

/* dropzone */
.cl-dropzone {
  padding: 5px;
  margin-bottom: 15px;
}

.upload-file-list {
  display: inline-block;
  position: relative;
  margin: 5px;
  width: 150px;
  height: 140px;
}

.upload-file-list .cl-thumbnail {
  position: absolute;
}

.upload-file-list p{
  position: absolute;
  top: 0px;
  padding: 8px;
  width: calc(100% - 20px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upload-file-list .box-buttons {
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.upload-file-list .box-buttons button {
  width: 30px;
  height: 30px;
  margin: 0;
}

.upload-file-list .progress{
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  height: 25px;
  width: 100%;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.table.table-vcenter > tbody > tr > td,
.table.table-vcenter > tbody > tr > th,
.table.table-vcenter > tfoot > tr > td,
.table.table-vcenter > tfoot > tr > th,
.table.table-vcenter > thead > tr > td,
.table.table-vcenter > thead > tr > th {
  vertical-align: middle;
}

.table.table-border {
  border: 1px solid #ddd;
}

.table.table-border-dotted {
  border: 1px dotted #ddd;
}

.btn b.badge {
  position: absolute;
  top: -4px;
  right: 10px;
  cursor: pointer;
  background: #0091d9;
  display: inline-block;
  font-size: 14px;
  box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
  color: #fff;
  font-weight: 700;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 2px 4px 3px;
  text-align: center;
  line-height: normal;
}

.MessageBoxMiddle label.label {
  color: #fff;
}

#divSmallBoxes {
  z-index: 100001;
}

.smart-form .table th .checkbox i {
  top: -17px
}

.smart-form .table td .checkbox i {
  top: 0px
}

.cl-number input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  text-align: center;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
}

.cl-number input[type=number]::-webkit-inner-spin-button,
.cl-number input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.bg-btn-success {
  background-color: #739e73;
  border-color: #659265;
}

.bg-btn-danger {
  background-color: #a90329;
  border-color: #900323;
}

#header>:first-child {
  width: 100% !important;
}

.cl-search .icon-addon .form-control{
  border-radius: 0 !important;
  border: 1px solid transparent;
}

.cl-search .input-group > .input-group-btn:last-child .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cl-search .icon-addon .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 1; /* Firefox */
}

.cl-search .icon-addon .form-control.unfocused::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: right;
  font-weight: bold;
}

.cl-search .icon-addon .form-control.unfocused:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-align: right;
  font-weight: bold;
}

.cl-search .icon-addon .form-control.unfocused::-ms-input-placeholder { /* Microsoft Edge */
  text-align: right;
  font-weight: bold;
}

.cl-logo-delivery {
  padding-top: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.cl-logo-delivery img, .cl-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 50vh;
}

.cl-logo {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 46px;
  background: transparent;
}

.cl-card-prato {
  border-radius: 6px 2px 2px 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  text-decoration: none;
  background-color: #fafafa;
  cursor: pointer;
  border-left: 5px solid gainsboro;
}

.cl-prato-titulo {
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.cl-prato-descricao {
  font-size: 14px;
  line-height: 15px;
  color: #6f6f6f;
  white-space: pre-line;
}

.cl-prato-preco {
  font-size: 15px;
  color: #777;
  font-weight: 600;
}

.cl-prato-preco-resumo {
  font-size: 12px;
  color: #777;
  font-weight: 600;
}

.cl-card-prato .cl-thumb-crop {
  border-radius: 30%;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.3);
}

.cl-card-prato .cl-thumb-crop.online {
  border-left: 4px solid gainsboro;
}

.cl-titulo {
  text-align: center;
  padding-bottom: 3px;
  border-bottom: 2px solid red;
  width: 80%;
  margin: 15px auto 12px auto;
}

.cl-titulo-adicional {
  text-align: left;
  padding-bottom: 3px;
  margin: 15px auto 12px 10px;
}

.cl-card-extra {
  border-radius: 6px 2px 2px 6px;
  margin: 10px 5px!important;
  padding: 10px 0 10px 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  text-decoration: none;
  background-color: #fafafa;
  cursor: pointer;
}

.cl-card-extra-success {
  border-radius: 6px 2px 2px 6px;
  margin: 10px 5px!important;
  padding: 10px 0 10px 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  text-decoration: none;
  background-color: #5ec953;
  cursor: pointer;
}

.cl-card-pedido {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  margin: -6px 0!important;
  padding: 5px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  overflow: hidden;
}

.cl-prato-qtd {
  text-align: center;
  font-size: 20px;
  /* line-height: 20px; */
  margin: 3px 0 3px 10px;
  color: #333;
}

.cl-title-resumo {
  text-align: left;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #0a0a0a;
}

.cl-desc-resumo {
  text-align: left;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 0;
  color: #6d6d6d;
}

.cl-hr-cool {
  padding: 8px;
  border: none;
  border-top: medium double #e94141;
  color: #dd0606;
  text-align: center;
}

.cl-basket-buttom {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.cl-number-sucess {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #11983c;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF !important;
  /* border: 1px solid #fff; */
}

.cl-number-basket {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff4500;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF !important;
  /* border: 1px solid #fff; */
}

.cl-hist-buttom {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bottom: 10px;
  right: 90px;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}

.cl-titulo-basket {
  position: absolute;
  top: 0;
  right: 8px;
  height: 20px;
  border-radius: 50%;
  font-size: 9px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF !important;
}

.cl-fee-text-delivery {
  font-size: 20px;
  text-align: center;
  border: 2px solid #e52d27;
  padding: 8px;
  margin: 10px 0;
  color: #e52d27;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}

.smart-form .select span.fa {
  position: absolute;
  top: 15px;
  right: 16px;
  height: 11px;
  font-size: 14px;
}

.nl2br {
  white-space: pre-line;
}


/* SELF SERVICE */
.body-self-service,
.modal-content-self-service {
  -ms-overflow-style: none;
  overflow: auto;
  white-space: nowrap;
}

.body-self-service::-webkit-scrollbar,
.modal-content-self-service::-webkit-scrollbar{
  display: none;
}

.btn-self-service-group-default {
  background-color: white !important;
}

#gruposNavSelfService {
  padding-bottom: 45px;
  padding-left: 20px;
  -ms-overflow-style: none;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

#gruposNavSelfService .btn {
  border-radius: 10px;
  margin-left: 13px;
  background-color: #d9d9d9;
  box-shadow: rgba(100, 100, 111, 0.1) 0px 10px 10px 0px;
}

#inputSearchSelfService {
  font-size: 22px;
  border: none;
}

#inputSearchSelfService .btn {
  border: none;
  height: 32px;
  font-size: 16px;
  margin-left: -3px;
}

#footSelfService {
  position: fixed !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 1040 !important;
}

.btn-img-group-delivery-self-service {
  position: relative;
  width: 220px;
  height: 80px;
  padding: 0;
  border: none;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: width 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-img-group-delivery-self-service strong {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
}

.img-selected-self-service {
  width: 350px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

/* Rotate */

.div-body-rotate90 {
  margin: 0;
  height: 100vw;
  width: 100vh;
  transform: rotate(90deg);
  background-color: rgb(240, 240, 240);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  overflow-y: auto;
  scrollbar-width: none;
}

.div-body-rotate270 {
  margin: 0;
  height: 100vw;
  width: 100vh;
  transform: rotate(270deg);
  background-color: rgb(240, 240, 240);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  overflow-y: auto;
  scrollbar-width: none;
}

.div-rodape-rotate270 {
  transform: rotate(270deg);
  position: absolute;
  width: 100vh;
  top: 50%;
  right: 0;
  translate: 50% -50%;
}

.div-rodape-rotate90 {
  transform: rotate(90deg);
  position: absolute;
  width: 100vh;
  top: 50%;
  left: 0;
  translate: -50% -50%;
}
/* Fim rotate */

.product-card-self-service {
  height: 300px;
  display: flex;
  align-items: center;
}

.modal-content-self-service {
  border-radius: 35px 35px 0 0 !important;
  overflow-y: auto;
  top: 0 !important;
}



.modal-dialog-self-service {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  z-index: 1050 !important;
  animation: slideInUp 0.4s ease-out;
}

.modal-form-self-service {
  border-style: none;
}

.btn-quantity-self-service {
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-items-self-service {
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-default-go-to-modal-self-service {
  margin-top: 20px;
  width: 45%;
  height: 65px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  border: none;
}

.pl-10  {
  padding-left: 10px;
}

.pl-10  {
  padding-left: 10px;
}

.pl-15  {
  padding-left: 15px;
}

.pl-30  {
  padding-left: 30px;
}

.pr-15  {
  padding-right: 15px;
}

.resumo-carrinho {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f9fa;
  padding: 15px;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 50px;
  width: 100%;
  margin-left: 0;
  z-index: 1049;
}
.resumo-carrinho button {
  border-radius: 10px;
  width: 100px;
}
.text-right {
  text-align: right;
}

.font-14 {
  font-size: 14px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 28px;
}

.padding-y-5 {
  padding: 5px 0 5px 0;
}

.padding-y-15 {
  padding: 15px 0 15px 0;
}

.mt-30 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 5px;
}

.produto-opcoes-self-service {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

.produto-opcoes-self-service span {
  display: block;
}

.img-self-service {
  width: 160px;
  height: 160px;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;

}

.container-resumo-self-service {
  width: 80%;
  margin: 0 auto;
}

.btn-self-service-entrega-retirada {
  width: 180px;
  height: 180px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 12px;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dot {
  display: inline-block;
  animation: tap 2s infinite;
}

.dot:nth-child(1) {
  animation-delay: 0s;
}

.dot:nth-child(2) {
  animation-delay: 0.1s;
}

.dot:nth-child(3) {
  animation-delay: 0.2s;
}

.dot {
  animation: tap 2s infinite;
}

/* Animações  */

@keyframes tap {
  0%, 10%, 100% {
      transform: translateY(0);
  }
  5% {
      transform: translateY(-10px);
  }
}

@keyframes slideInUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Fim Animações  */

/* Fim self service  */
