@font-face {
  font-family: 'Roboto-Bold';
  src: url(/assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto';
  src: url(/assets/fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: 'Roboto-Bold';
  src: url(/assets/fonts/Roboto-Bold.ttf);
}

@font-face {
  font-family: 'Roboto-Light';
  src: url(/assets/fonts/Roboto-Light.ttf);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a9acbd !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a9acbd !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a9acbd !important;
}

label{
  color: #555 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.zoom-picture{
  position:fixed;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.3);display:none;
}

.box-options, .box-sort{
  position: absolute;
  background-color: #fff;
  width: 250px;
  right: 0;
  z-index: 99;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  display: none;
}

.box-options .title, .box-options .box, .box-sort .title, .box-sort .box{
  padding:10px 20px;
}

.text-gray-400{
  color: #bcbcbc;
  font-weight: normal !important;
}

.box-options h6, .box-sort h6{
  font-size:12px;
  margin:0;
}

.box-options button, .box-sort button{
  font-size:10px !important;
  padding:3px 10px !important;
}

.box-options .title, .box-sort .title{
  border-bottom:1px solid #f1f1f1;
}

.close-zoom{
  position:absolute;z-index:99;top:50px;right:50px;color:#fff;
}

.card-title-bg{
  background-image: url(../../assets/img/4.png);
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: right;
}

.list-approval{
  position: absolute;
  right: 71px;
  top: 42px;
  z-index: 9;
  background-color: #fff;
  display:none;
  box-shadow:0 0 50px 0 rgb(82 63 105 / 15%);
}

.list-approval ul{
  list-style: none;
  margin: 0;
  padding: 0;
  width: 250px;
}

.list-approval ul li a{
  padding: 10px 20px;
  cursor: pointer;
  color: #555;
  text-decoration: none;
  display: block;
  border: 0;
  margin: 0;
}

.list-approval ul li a:hover{
  background-color: #dcfdfd;
  border-color: #dcfdfd;
  color: #50cd89;
}

.list-approval ul li div:active{
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.list-approval h5{
  font-size: 13px;
  margin-bottom: 3px;
}

.list-approval p{
  font-size: 11px;
  margin-bottom: 0px;
}

.list-approval span{
  font-size: 11px;
  font-weight: 600;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 11px;
    padding-left: 16px;
    color: #a9b0c5;
    font-weight: 600 !important;
}

.select2-container .select2-selection--single {
    background: #f5f8fa;
    border: 0 !important;
}

.card-body{
  box-shadow: 0 .1rem 1rem .25rem rgba(0,0,0,.05)!important;
  padding: 2.3rem;
}

.title-login{
  text-align: center !important;
  margin-bottom:20px;
}

.title-login h6{
  margin-bottom:0;
}

.title-login span{
  font-size:12px;
  color:#999;
  font-weight: 600;
}

.fill {
    min-height: 100%;
    height: 100%;
}

.btn-success{
  background-color:#04c8c8!important;
  border-color:#04c8c8;
}

.btn-secondary{
  background-color:#dcfdfd;
  border-color:#dcfdfd;
  color:#04c8c8!important;
}

.btn-full{
  width:100%;
}

.btn-short{
  width:fit-content;
  font-size:11px !important;
}

table tbody tr td{
  vertical-align: middle;
  font-size:10px;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor;
}

.expand_option{
  padding:3px;color:#04c8c8;background-color:#dcfdfd;border-radius:3px;cursor:pointer;
}

.box-alert{
  margin: auto;
  background: #fff;
  text-align: center;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
}

.box-alert div span{
  font-size:11px;
  margin: 0;
}

.btn{
  border-radius: 0.375rem !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
  font-size:13px;
  border:1px solid transparent;
  height: 36px;
}

.error-txt{
  color:red;
  font-size: 10px;
}

.option{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 48px;
  min-width: 105px;
  background: #fff;
  z-index: 9;
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.option li{
  padding:0px;
}

.option li a{
  border: 0;
  width: 100%;
  margin: 0 !important;
  display: block;
  padding: 8px 10px !important;
}

.option li a:hover{
  background-color: #dcfdfd;
  color:#04c8c8!important;
}

.error-icon{
  position: absolute;
  color: red;
  top: 45%;
  right: 10px;
}

.forgot-txt{
  font-size: 11px;
  right: 0px;
  position: absolute;
  top: 11px;
  text-decoration: none;
  color: #04c8c8 !important;
  font-weight: 600;
}

.alert-fail{
  color:#f1436e;
  border:2px solid #f1436e;
  border-radius:50%;
  padding:10px 15px;
  margin-top:20px;
}

.alert-success{
  color: #00b2ff;
  border: 2px solid rgba(0,178,255,.3);
  border-radius: 50%;
  padding: 14px 15px;
  margin-top: 20px;
  background-color: #fff;
}

.alert-load{
  color:#bcbcbc;
  border:3px solid #bcbcbc;
  border-radius:50%;
  padding:10px 10px;
  margin-top:20px;
}

.list-profile{
  font-size:11px !important;
  position: absolute;
  right:40px;
  z-index: 99;
  top:40px;
  min-width:200px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  border-radius:5px;
  max-width:200px;
}

.list-bullhorn{
  font-size: 11px !important;
  position: fixed;
  right: 0px;
  z-index: 99;
  top: 0px;
  min-width: 200px;
  box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
  border-radius: 5px;
  width: 300px;
  height: 100%;
  background: #fff;
}

.list-group-item {
    padding: 0.5rem 1.5rem;
}

.dropdown-divider {
    border-top: 1px solid #999;
}

.detail-outlet{
  padding:0;
}

.detail-outlet label{
  font-size:12px;
  margin-bottom:5px;
}

.detail-outlet h6{
  font-size:10px;
  color:#999;
  margin-top:0;
}

.list-profile a{
  padding:0px !important;
  margin:0 !important;
  border-radius: 0 !important;
  border:0 !important;
}

.list-profile a:hover{
  background:#fff !important;
  color:#555 !important;
}


.list-profile a .item-list-div{
  padding:20px !important;
  padding-bottom:10px !important;
}

.list-profile .list-group button{
  border:0;
  font-weight: 600;
  color:#555;
}

.list-bullhorn a{
  padding:0px !important;
  margin:0 !important;
  border-radius: 0 !important;
  border:0 !important;
}

.list-bullhorn a:hover{
  background:#fff !important;
  color:#555 !important;
}


.list-bullhorn a .item-list-div{
  padding:20px !important;
  padding-bottom:10px !important;
}

.list-bullhorn .list-group button{
  border:0;
  font-weight: 600;
  color:#555;
}

button .fas{
  color:#fff;
}

.btn-secondary .fas{
  color:#04c8c8 !important;
}

.btn:hover{
  border-color: transparent !important;
}

.card{
  background-color: rgba(245,248,250,.35);
  border: 1px solid #eff2f5;
}

.card-white{
  background-color: #fff;
  border: 1px solid #eff2f5;
  border-radius: 5px;
  float:left;
}

.btn:focus{
  border:1px solid transparent !important;
  box-shadow:none;
}

.btn:active{
  border:1px solid transparent;
  box-shadow:none;
}

html, body {
    height: 100%;
}

.group-txt{
  padding:5px 0px;
  position:relative;
  text-align:left;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
}

.group-txt label{
  font-weight: 600;
}

.navbar-brand{
  font-weight: lighter;
}

#search{
  font-size:12px;
  padding-left: 30px;
}

.input-group-text{
  background: transparent;
  border: 0;
  font-size: 12px;
  position: absolute;
  margin-top:3px;
  color:#555;
}

.menu-right a{
  margin:0px 3.5px;
  margin-top:3px;
  color:#bcbcbc;
  border:1px solid #e4e6ef;
  border-radius:3px;
  padding:2px 5px;
  cursor:pointer;
}

.menu-right a:hover{
  background-color:#04c8c8!important;
  border-color:#04c8c8!important;
}

.menu-right a:hover > i{
  color:#fff;
}

.dropdown-item.active, .dropdown-item:active{
  background-color:#04c8c8!important;
  color:#fff;
}

.menu-right i{
  color:#777;
}

.dropdown-menu{
  box-shadow:0 0 50px 0 rgb(82 63 105 / 15%);
  border:0;
}

.dropdown-menu li a{
  font-size:11px;
  color:#777;
}

.nav-breadcrumb{
  background-color: transparent;
}

.breadcrumb-item a{
  color:#555 !important;
}

.breadcrumb-item a, .breadcrumb-item{
  font-size:11px !important;
  font-weight: 600;
}

.logo-apps{
  width:130px;
  margin:20px;
}

.navbar li a{
  font-size:12px;
}

.bg-light{
  background-color:#fff!important;
  border-bottom:1.5px solid #f7f7f7;
}

.grey-mode{
  border:1px solid #f5f8fa;
  background:#f5f8fa;
  color:#555;
  padding: 3px 15px;
}

.grey-mode:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
    box-shadow: none;
}

.datepicker-days{
  font-size:13px;
}

.datepicker {
  padding: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    font-size: .875rem;
}

.select2-dropdown {
  border: 1px solid #ced4da;
}

.select2-results {
    font-size: 13px;
}

.box-file{
   padding: 5px 10px;
   position: relative;
   color: #555;
   border-radius: 2px;
   text-align: center;
   cursor: pointer;
   font-size:13px;
 }

 .hide_file {
   position: relative;
   z-index: 1000;
   opacity: 0;
   cursor: pointer;
   right: 0;
   top: 0;
   height: 100%;
   font-size: 24px;
   width: 100%;
   display: none;
 }

 /* END OF LOGIN */

.logo{
  font-family: 'Roboto-Bold' !important;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-left: 10px;
  margin-top: 14px;
  color:#fff;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Roboto-Bold';
  color:#555;
}

div, span, p, i{
  font-family:'Roboto';
  color:#666;
}

.header-info div{
  font-size:13px;
}

.header-info{
  padding:20px 0px;
}

.logo-icon{
  color: #fff;
}

.link{
  color:#555;
  font-size:11px;
  cursor:pointer;
  padding:5px 8px;
  border:1px solid #f1f1f1;
  border-radius:3px;
  text-decoration: none;
}

.link:hover{
  color:#00457c;
}

.breadcrumb{
  margin-bottom:5px;
}

.breadcrumb li{
  font-size:13px;
}

.breadcrumb-item a{
  color:#f9f9f9;
  font-size:12px;
  text-decoration: none;
  cursor:pointer;
}

.breadcrumb-item a:hover{
  color:#bcbcbc
}

.sub-title{
  margin-top:5px;
  font-size:18px;
  margin-bottom:0px;
}

.container-result, .container-result-confirm, .container-loading, .container-confirm, .container-confirm-delete{
  position:fixed;
  width:100%;
  height:100%;
  left:0;
  right:0;
  background:transparent;
  display:flex;
  align-items: center;
  top: 0;
  background-color: rgba(0,0,0,0.5);
  z-index:999;
}

.box-result, .box-confirm, .box-confirm-delete{
  width:90%;
  min-height:90%;
  max-height:80%;
  background-color:#fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
  box-shadow: 0 8px 6px -6px black;
  position:relative;
  border:1px solid #f1f1f1;
}

.box-confirm, .box-confirm-delete{
  width: 350px !important;
  min-height: 200px !important;
}

.box-result .content, .box-confirm .message, , .box-confirm-delete .message{
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
}

.box-not-found{
  margin: auto;
  width: fit-content;
  align-items:center;
  max-width: 250px;
  text-align: center;
}

.box-not-found .header{
  font-size:110px;
  text-align:center;
  color:#555;
}

.box-not-found div{
  text-align:center;
  color:#555;
}

.box-not-found p{
  font-size:12px;
  color:#555;
}

.box-not-found span{
  letter-spacing: 2px;
  color:#555;
}

table tr td{
  font-size:12px;
}

.popup-close{
  margin: 10px;
  padding: 5px 7px;
  border: 2px dashed;
  border-color: #555;
  color: #555;
  position: absolute;
  z-index: 999;
  cursor:pointer;
}

.popup-close:hover{
  color: red;
}

.fill {
    min-height: 100%;
    height: 100%;
}

html, body {
    height: 100%;
}

.datepicker-days{
  font-size:13px;
}

.datepicker {
  padding: 12px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 5px;
}

.select2-container .select2-selection--single {
    height: 39px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    font-size: .875rem;
}

.select2-dropdown {
  border: 1px solid #ced4da;
}

.select2-results {
    font-size: 13px;
}

.box-file{
   padding: 5px 10px;
   position: relative;
   color: #555;
   border-radius: 2px;
   text-align: center;
   cursor: pointer;
   font-size:13px;
 }

 .hide_file {
   position: relative;
   z-index: 1000;
   opacity: 0;
   cursor: pointer;
   right: 0;
   top: 0;
   height: 100%;
   font-size: 24px;
   width: 100%;
   display: none;
 }

table thead tr td, table thead tr th{
  font-weight:bold;
  font-size:13px;
}

.select2-container .select2-selection--single {
    height: 31px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px 0.5rem;
    font-size: 12px;
    font-weight: normal;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    font-size: 11px !important;
}

.select2-results__option {
    font-size: 11px;
}

.pagination{
    width: fit-content;
    margin: 0;
    float: left;
}

.page-link span{
    font-size:11px;
    color:#555;
}

.page-link{
    padding: 5px 10px 9px 10px;
}

.middle-menu .active{
  background-color: #dcfdfd!important;
  color:#04c8c8!important;
  border-radius: 5px;
}

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: blue orange;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #e9edf1;
  border-radius: 20px;
  border: 3px solid transparent;
}
