/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
html {
  position: relative;
  min-height: 100%;
  font-size: 1rem;
}
body{
    background-color: #f1f1f1;    
}

main > .container-fluid {
  padding: 65px 15px 0;
}
.img-logo-estoquenow {
  max-width: 135px;
}
.modal-font-sm{
    font-size: 0.8rem;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer > .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-dark-purple{
    background-color: #3c0942 !important; 
}
.bg-purple{
    /*background-color: #3c0942 !important; */
    background-color: #9C27B0 !important;
}
code {
  font-size: 80%;
}

.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
a.link-dashed {
    /*text-decoration: none;*/
    background-repeat: no-repeat;
    background-position: 0px 100%, 100% 100%;
    background-size: 0px 1px, 100% 1px;
    transition: background-size 0.2s ease-in-out 0s;
    color: #81259D;    
    margin-bottom: 3px;
    display: inline-block;
    /*border-bottom: 1px dashed rgb(204, 204, 204);*/
    text-decoration-style: dashed;
    text-decoration-color: rgb(204, 204, 204);
    text-decoration-line: underline;
}
a.link-dashed:hover, a.link-dashed:focus, a.link-dashed:active{
    color:#530d5b;
    text-decoration-color: #81259D;
}
a.link-dashed-dark {
    /*text-decoration: none;*/
    background-repeat: no-repeat;
    background-position: 0px 100%, 100% 100%;
    background-size: 0px 1px, 100% 1px;
    transition: background-size 0.2s ease-in-out 0s;
    color: #212529 !important;    
    margin-bottom: 3px;
    display: inline-block;
    /*border-bottom: 1px dashed rgb(204, 204, 204);*/
    text-decoration-style: dashed;
    text-decoration-color: rgb(204, 204, 204);
    text-decoration-line: underline;
}
a.link-dashed-dark:hover, a.link-dashed-dark:focus, a.link-dashed-dark:active{
    color:#212529  !important;
    text-decoration-color: #212529  !important;
}
a.link-dashed-darkblue {
    /*text-decoration: none;*/
    background-repeat: no-repeat;
    background-position: 0px 100%, 100% 100%;
    background-size: 0px 1px, 100% 1px;
    transition: background-size 0.2s ease-in-out 0s;
    color: #171849 !important;    
    margin-bottom: 3px;
    display: inline-block;
    /*border-bottom: 1px dashed rgb(204, 204, 204);*/
    text-decoration-style: dashed;
    text-decoration-color: rgb(204, 204, 204);
    text-decoration-line: underline;
}
a.link-dashed-darkblue:hover, a.link-dashed-darkblue:focus, a.link-dashed-darkblue:active{
    color:#171849  !important;
    text-decoration-color: #171849  !important;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
}

#wrapper {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.floating-navbar {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1030; /* Para garantir que fique acima de outros conteúdos */
    }
#sidebar-wrapper {    
position: absolute;
  height: 100%;
  width: 80px;  
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  z-index: 99999;
  box-shadow: 1px 0px 0px #CCCCCC;
  padding-bottom: 60px;
    /*position: fixed;    */
  /*min-height: 100vh;  */
  /*margin-left: -15rem;*/
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {    
  padding: 5px;
  font-size: 1.2rem;
  min-height: 70px;
}
#sidebar-wrapper .list-group .list-group-item{
    font-size: 12px;
    padding-left: 5px; 
    padding-right: 5px; 
}
#sidebar-wrapper .list-group .list-group-item i{
    font-size: 1.5rem;
    display: block;
}
#sidebar-wrapper .list-group {
  width: auto;
}
#page-content-wrapper {
    /*position: absolute;
  top: 0px;
  left: 375px;
  height: calc(100% - 242px);
  width: calc(100% - 375px);
  box-sizing: border-box;
  overflow: hidden;*/
  height:100vh;    
  margin-left: 80px;
  min-width: 100vw;
  /*height: calc(100% - 242px);*/
  /*margin-left: 85px;*/
  /*background-image: url('/assets/img/bg-vector.png');*/
}
.canvas-full {
  /*margin-left: 80px !important;*/
  width: 100% !important;
  height: 100% !important;
}
body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
  margin-left: 0;
}
#sidebar-panel{
  display: none;
  padding: 5px;
  /*margin-top: 59px;*/
  width: 350px;
  position: absolute;
  /*position: relative;*/
  /*background: #2F343C;*/
  background: #FFFFFF;
  /*height: calc(100vh - 59px);*/
  height: 100vh;
  order-right: 1px solid #CCC;
  margin-left: 80px;
  z-index:1028;
  overflow-y: auto;
  overflow-x:hidden;
}
.canva-tool-close{
    position: absolute;
    top: 0px;
    right: 8px;
    cursor: pointer;
    padding-top: 10px;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px;
  border-radius: .3rem;
  box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.09) !important;
  margin-bottom: 15px;
}
.card .card-header {
  background-image: none;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  min-height: 60px;
  padding: 0 10px;
  border-radius: 0;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
}
.card .card-header.bordered {
  border-bottom: 3px solid #E5E7EB;
}
.card .card-header .nav-tabs {
  border-color: transparent;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 1px;
}
.card .card-header .nav-tabs .nav-item {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.card .card-header .nav-tabs .nav-item .nav-link.active {
  border-top-color: transparent;
  border-bottom-color: #81259D;
  opacity: 1;
  font-weight: 700;
}
.card .card-header .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f5f6f;
  opacity: 0.7;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-size: 14px;
  border-bottom-width: 3px !important;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom: 1px solid #d7dde4;
  border-bottom-color: rgb(215, 221, 228);
  text-decoration: none;
}
.btn-outline-purple {
  color: #67106F;
  border-color: #67106F;
}
.page-link{
    color: #222;
}
.page-item.active .page-link {  
    color:#fff;
  background-color: #2F343C;
  border-color: #2F343C;
}
#sidebar-wrapper .list-group-item-light.list-group-item-action.active{
    color:#fff;
  background-color: #2F343C !important;
  border-color: #2F343C  !important;  
}

.page-form-title {
    
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;  
}
.page-form {
  /*position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  transition: top 0.6s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;*/
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100%;
  opacity: 0;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.container-page-form{
    height: 100%;
}
.page-form.active {
  top: 0;
  opacity: 1;
}
.controls-form {
  margin-top: 20px;
}
/* Absolute Center Spinner */
.page-loading {
  position: fixed;
  z-index: 3000000000;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-loading .loading-center{
    position: absolute;
    z-index: 1000;
    color:white;
    font-weight:bold;
}

/* Transparent Overlay */
.page-loading:before {
  content: '';
  color: #FFF;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
.icon-move{
    cursor: pointer;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  body.sb-sidenav-toggled #wrapper #sidebar-wrapper {
    margin-left: -15rem;
  }
}