/* same as app.css */

.page-card-head{
  padding: 0 10%;
}

#page-login .app-logo{
    max-height: 100px;
    margin-bottom: 10px;
    width: auto;
}

@media (max-width: 600px) {
  .web-footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: unset;
    text-align: center;
  }
  .web-footer .footer-info {
    margin-top: unset;
    margin-bottom: 3px;
  }
  .web-footer .footer-col-left {
    font-size: 12px;
    padding: unset !important;
  }
  .web-footer .footer-col-right {
    padding: unset !important;
    font-size: 10px;
  }
}

.web-footer{
  min-height: unset;
}

.splash > img{
    max-width: 150px !important;
    max-height: 150px !important;
    opacity: 0.7;
}

div.widget.onboarding-widget-box{
    display: none !important;
}

ul.form-reviews{
    display: none !important;
}

ul.form-shared{
    display: none !important;
}

.form-stats > span{
    display: none !important;
}

.base-erp-footer{
    margin-top: 2vh;
}
.web-footer {
    padding: 5rem 0;
    background-color: white;
    border-top: 2px solid var(--gray-200);
    padding: 10px;
  }
  
  .footer-logo {
    min-width: 5rem;
    height: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left;
       object-position: left;
  }
  
  .footer-child-item {
    margin-top: 0.5rem;
  }
  
  .footer-link, .footer-child-item a {
    font-size: 0.75rem;
    font-weight: 500;
    color: #505A62;
  }
  
  .footer-link:hover, .footer-child-item a:hover {
    color: #2490EF;
    text-decoration: none;
  }
  
  @media only screen and (min-width: 600px) {
    .footer-col-right {
      text-align: right;
    }
  }
  
  .footer-col-left, .footer-col-right {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    line-height: 2;
    font-size: 1.1em;
  }
  
  .footer-col-left:empty, .footer-col-right:empty {
    padding: 0;
  }
  
  .footer-col-left .footer-link {
    margin-right: 1rem;
  }
  
  .footer-col-right .footer-link {
    margin-right: 1rem;
  }
  
  @media only screen and (min-width: 600px) {
    .footer-col-right .footer-link {
      margin-right: 0;
      margin-left: 1rem;
    }
  }
  
  .footer-group {
    margin-top: 2rem;
  }
  
  .footer-group-label {
    color: #687178;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  
  .footer-grouped-links {
    margin-bottom: 2rem;
  }
  
  .footer-group-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 10rem;
    margin-bottom: 0;
  }
  
  .footer-info {
    margin-top: 1rem;
    border-top: 1px solid #F4F5F6;
    color: #687178;
    font-size: 0.75rem;
  }
  
  .form-control {
    border: none;
    font-size: var(--text-md);
  }
  
  .footer-logo-extension .input-group {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .footer-logo-extension .input-group #footer-subscribe-email, .footer-logo-extension .input-group #footer-subscribe-button {
    max-width: 300px;
    border: 1px solid var(--dark-border-color);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

.shortcut-widget-box > .widget-head > .widget-control > button:nth-child(3) {
  display: none !important;
}

.shortcut-widget-box > .widget-head > .widget-control > button:nth-child(3) {
  display: none !important;
}

.widget:not(.shortcut-widget-box):not(.dashboard-widget-box) > .widget-head > .widget-control > button:nth-child(3) {
  display: none !important;
}

.widget-charts{
  display: block !important;
}

.message-bubble{
  white-space: pre-wrap;
}

.red-dot{
  height: 4px;
  width: 4px;
  background-color: red;
  position: absolute;
  top: 44%;
  left: 35px;
  border-radius: 5px;
}

#page-update-password{
  min-height: 72vh;
}

.desk-sidebar-item {
  border-radius: unset !important;
  margin-bottom: unset !important;
  background-color: rgba(0, 0, 0, 0.015);
}


.tab-item{
  border: 1.5px solid #d5d5d5;
  padding: 15px 5px;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  font-size: 1em;
  border-radius: 0px 5px 5px 0px;
  border-left: unset;
  padding-right: 8px;
  margin: 2px 0px;
  display: block;
  background-color: white;
}


.tab-inactive{
  background-color: #ededed;
}

.tab-decor-bottom{
  color: rgba(0,0,0,0);
  border: unset;
  border-left: 1.5px solid #d5d5d5;
  border-radius: 0px 0px 0px 5px;
  margin: unset;
  margin-bottom: -2px;
  min-height: 80px;
}

.standard-sidebar-label{
  display: none;
}

a[is-group="1"].desk-sidebar-item:after {
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}

a[is-open="1"].desk-sidebar-item:after {
  content: '\2BC6';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
  font-size: 0.85em;
}

.standard-sidebar-control{
  text-align: right;
  font-size: 0.75em;
  padding-bottom: 2px;
  color: grey;
}


@media (max-width: 992px){
  .tab-container{
    display: none;
  }
}

@media (max-width: 991px){
  div.layout-side-section-primary .overlay-sidebar {
      margin-top: 0 !important;
      position: fixed;
      background: var(--fg-color);
      top: 0;
      left: 0;
      transform: translateX(-110%);
      z-index: 9999;
      box-shadow: var(--shadow-base);
      height: 100%;
      width: 40%;
      display: block !important;
      transition: transform 200ms ease-in-out;
      padding: var(--padding-md);
  }

  .layout-side-section-primary .overlay-sidebar.opened {
    transform: translateX(0);
    overflow-y: auto;
  }

  div.layout-side-section .overlay-sidebar {
    margin-top: 0 !important;
    position: fixed;
    background: var(--fg-color);
    top: 0;
    left: 0;
    transform: translateX(-110%);
    z-index: 9999;
    box-shadow: var(--shadow-base);
    height: 100%;
    width: 40%;
    display: block !important;
    transition: transform 200ms ease-in-out;
    padding: var(--padding-md);
    padding-bottom: 50px;
  }

  .tab-wrapper{
    display: flex;
  }

  .tab-item{
    flex-grow: 1;
    writing-mode: unset;
    transform: unset;
    text-align: center;
    border-radius: unset;
    border-top: unset;
    border-width: 2px;
  }

  .tab-container{
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    width: 40%;
  }

  .tab-decor-bottom{
    display: none;
  }

  .tab-inactive{
    background-color: #e7e7e7;
    border-top: 2px solid #d5d5d5 !important;
  }

  .layout-side-section-primary div.close-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.3;
    background: #000;
    z-index: 1041;
    height: 100%;
    width: 100%;
}
}

div[data-fieldname="location_photo"] img{
  min-height: 350px;
}


div.main-section{
  overflow: scroll;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div#body{
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
} 

/* end same */
.login-background{
    /* background-image: url(/assets/base_erp/img/indonesia-dance.jpg);
    background-image: url(/assets/base_erp/img/port-night.jpg);
    background-image: url(/assets/base_erp/img/bromo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */

    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.login-background img{
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
}

#page-login{
    position: relative;
}

#page-login section .text-center{
    color: white;
}

#page-login section .text-center a{
    color: skyblue;
}

#page-login main{
    margin-bottom: unset !important;
    margin-top: unset !important;
    padding-top: 21px;
    padding-bottom: 21px;
}

@media only screen and (max-width: 567px) {
    .login-content {
        border-radius: var(--border-radius-md);
        background-color: rgba(255,255,255,0.8);
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

button.navbar-toggler{
    display: none;
}