html {
  width: 100%;
}
body {
  overflow-x: hidden !important;
}
body.show-spinner > main {
  overflow: hidden !important;
}
/* Hide everything under body tag */
body.show-spinner > * {
  opacity: 0;
}
a {
  text-decoration: none;
}
/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  /*animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;*/
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  position: fixed;
  z-index: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.menu .sub-menu {
  width: 265px !important;
}
#app-container.menu-hidden .sub-menu, #app-container.menu-sub-hidden .sub-menu, #app-container.sub-hidden .sub-menu {
  transform: translateX(-265px) !important;
}
#app-container.menu-main-hidden.menu-mobile.main-show-temporary .sub-menu, #app-container.menu-mobile.sub-show-temporary .sub-menu, #app-container.sub-show-temporary .sub-menu {
  transform: translateX(0) !important;
}
#app-container.main-hidden.sub-hidden .sub-menu, #app-container.menu-hidden .sub-menu {
  transform: translateX(-385px) !important;
}
#app-container.menu-mobile .sub-menu {
  transform: translateX(-370px) !important;
}
#app-container.menu-main-hidden.menu-mobile.main-show-temporary .sub-menu, #app-container.menu-mobile.sub-show-temporary .sub-menu, #app-container.sub-show-temporary .sub-menu {
  transform: translateX(0);
}
/*.logo {
    width: 240px !important;
    height: 65px !important;
}*/
.logo-mobile {
  width: 44px !important;
  height: 44px !important;
}
/*Nestable*/
.dd-handle {
  font-weight: 400;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  background: transparent;
  color: #878787;
}
.dd-handle:hover, .dd-handle:focus, .dd-handle:active {
  color: #fff;
  background: transparent;
}
.dd-item > button {
  margin: 0;
  height: 42px;
}
.dd-placeholder {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.dd3-content {
  display: block;
  color: #878787;
  margin: 0 0 15px;
  font-size: 14px;
  padding-top: 10px;
  padding: 10px 10px 5px 52px;
  background-color: var(--separator-color) !important;
  border-radius: var(--border-radius-sm);
}
.dd3-content:hover, .dd3-content:focus, .dd3-content:active {
  color: #fff;
}
.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}
.dd3-item > button {
  margin-left: 30px;
}
.dd3-handle {
  position: absolute;
  margin: 2px 0px !important;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dd3-handle:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f047";
  color: #878787;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.list_img .card .card-body {
  padding: 0.75rem !important;
}
[data-toggle="collapse"] .fas:before {
  content: "\f139";
}
[data-toggle="collapse"].collapsed .fas:before {
  content: "\f13a";
}
/* .modal { */
  /*position: fixed;
  top: 0;
  left: 0;*/
  /*z-index: 10000 !important;*/
  /*display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;*/
/* } */
/*@media (max-width: 1199px) {
#app-container.main-show-temporary .main-menu {
  transform: translateX(-90px) !important;
}
#app-container.menu-mobile .sub-menu {
  transform: translateX(-370px) !important;
}
}*/
.tab-content > .active {
  padding: 10;
}
.file-input-ajax-new {
  width: 100% !important;
}
.seprator-block {
  margin-bottom: 20px;
}
.form-group {
  margin-bottom: 1rem;
}
 .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: transparent !important;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.form-control:disabled {
  background-color: var(--bs-form-control-disabled-bg);
  opacity: 1;
  color: #6F7376 !important;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}
.custom-control-label::before {
  position: absolute;
  top:-2.5px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}
.custom-control-label::after {
  position: absolute;
  top:-2.5px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%
}
#datatableRowsPedidos .custom-control-label::after, #lastest_noticias_table .custom-control-label::after {
  top:4px;
}
#datatableRowsPedidos .custom-control-label::before, #lastest_noticias_table .custom-control-label::before {
  top:4px;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.custom-radio .custom-control-label::before {
  border-radius: 50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5)
}
.float-md-left {
  float: left !important
}
.float-md-right {
  float: right !important
}
.nav-link {
  color: inherit;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  color: inherit;
}