html, body{
  padding: 0;
  background: white;
  font-family: 'Roboto', sans-serif, 'Roboto Mono', monospace;
  color: var(--color);
}

body.waiting * {
  cursor: wait;
}

.hide{
  display: none !important;
}

body{
  display: flex;
  margin: 0;
  position: relative;
  flex-direction: column;
}

button{
  outline: 0;
  cursor: pointer;
}

/* Van Credit Budget - Amount field */
.parent-container {
  display: flex;
  flex-direction: row;
}

.container1 {
  display: flex;
}

.container2 {
  display: flex;
}

/* .input-group-prepend {
  width: 55px;
  padding: 0.375rem 0.75rem;
  white-space: nowrap; 
  font-weight: 400;
  color: #495057;
  text-align: left;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
} */

/* input.amount-input {
  border-left: none;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
} */
/* end */

/* input{
  border: var(--border);
  padding: 5px 10px;
  width: unset;
  cursor:text;
  outline: 0;
  border-radius: var(--border-radius);
  background: var(--bg-input);
} */

/* input[type='radio'], input[type='checkbox']{
  cursor: pointer;
  width: 20px;
  height: 20px;
} */

::placeholder{
  color: var(--color-placeholder);
}

#inpRemark::placeholder {
  color: gray
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.flexrow{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: left;
}

nav.header{
  display: flex;
  justify-content: space-between;
  align-items: left;
  padding: 0 10px;
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: var(--bg-nav);
  transition: 0.2s box-shadow, 0.2s background;
  box-shadow: var(--box-shadow);
  z-index: 10;
}



nav.header:hover{
  box-shadow: var(--box-shadow);
  background: var(--bg-nav-hover);
}

#brand{
  max-height: 30px;
  max-width: 120px;
  padding: 10px 15px;
}

nav .l, nav .c, nav .r{
  display: flex;
  justify-content: left;
}

nav .l > *,
nav .c > *,
nav .r > *{
  transition: background-color 0.2s;
}

nav .l > *:hover, 
nav .c > *:hover, 
nav .r > *:hover{
  background: var(--bg-nav-btn-hover);
}

#user
{
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  cursor: pointer;
  /* padding: 0 8px; */
  /* box-sizing: border-box; */
  /* height: 50px; */
  /* position: relative */
  color: whitesmoke;
}
/* #user, */
/* #notification, */
/* #language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 8px;
  box-sizing: border-box;
  height: 50px;
  position: relative
} */
/* #logout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0 8px;
  box-sizing: border-box;
  height: 50px;
} */

/* #user img{
  margin-right: 5px;
  padding: 0;
  height: 28px;
} */
/* 
#notification img{
  height: 40px;
} */

/* #logout img{
  margin-right: 5px;
  padding: 0;
  height: 28px;
} */

#language img{
  margin-right: 5px;
  padding: 0;
  height: 28px;
}

.verticalLine {
  border-left: 2px solid whitesmoke;
  margin: 4px 6px 4px 6px;
}

section{
  font-size: 14px;
  margin: auto;
  padding: 0 110px;
  /* padding-left: 110px; */
  min-height: 100vh;
  max-height: max-content;
}

@media (max-width: 768px) {
  section {
    padding: 10px;
  }
  .tenantName  {
    display:none;
  }
}

@media (max-width: 480px) {
  section {
    padding: 10px;
  }
  .tenantName  {
    display:none;
  }
}

section h1{
  margin-top: 5px;
  padding: 0;
  font-size: 1.7em;
}

article.bordered{
  border: var(--border);
  border-radius: 8px;
  background: var(--bg-card);
  padding: 20px 25px 25px;
}

article .top{
  display: flex;
  align-items: left;
  justify-content: space-between;
  margin-bottom: 24px;
}

 article .create-btns{
  display: flex;  
} 

article h1{
  padding-top: 0;
}

article .top h1{
  margin: 0;
}

article h2{
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}

.px-8{
padding-left:8px;
padding-right: 8px
}
article .btns{
  display: flex;
  align-items: left;
  justify-content: flex-end;
  margin-left: 10px !important;
}

article .btns button{
  padding: 7px 15px;
  background: var(--btn-primary);
  border: 1px solid var(--btn-primary);
  border-radius: var(--border-radius);
  color: var(--bg-body);
  font-size: 14px;
}

article .btns button:hover{
  background: var(--btn-primary-hover);
  border-color: var(--btn-primary-hover);
}

article .btns button:active{
  background: var(--primary);
  border-color: var(--primary);
}

.breadcrumbs{
  display: flex;
  align-items: left;
  padding: 10px 0;
}

.breadcrumbs > * {
  color: grey;
  display: block;
  padding: 5px 12px;
  margin: 0;
  margin-left: -10px;
  text-decoration: none;
}

.breadcrumbs a:hover{
  text-decoration: underline;
}

.breadcrumbs p{
  pointer-events: none;
}

.cards{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
}

h2 + .cards{
  margin-top: -15px;
}

/* .card{
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-decoration: none;
  background: var(--bg-card);
  margin: 5px;
  width: 120px;
  height: 120px;
  color: black;
  border-radius: 8px;
  border: var(--border);
  box-shadow: var(--box-shadow);
  transition: 0.2s box-shadow, 0.2s border;
} */

.card:hover{
  box-shadow: 0 2px 8px 0 darkgrey;
}

.card:active{
  color: inherit;
}

.card img{
  display: block;
  height: 60px;
  box-sizing: border-box;
  padding: 10px 0 5px;
}

.card p{ 
  padding: 0 10px;
  margin: 10px 0 0;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}


/* +-----------+ */
/* | van cards | */
/* +-----------+ */

.vanCards{
  margin: 10px -5px;
  
}

.vanCards .cards{
  display: flex;
  flex-wrap: wrap;
  align-items: left;
  justify-content: flex-start;
  width: fit-content;
  margin-bottom: 0;
}

.vanCards .card{
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  height: unset;
  width: unset;
  margin: 3px;
  padding: 10px 15px;
  cursor: pointer;
  flex: 1 1 0;
}

.vanCards .card > div{
  display: flex;
  align-items: left;
  justify-content: space-between;
}

.vanCards .card p{
  margin: 0;
  padding: 0;
}

.vanCards .card > div img{
  max-height: unset;
  max-width: unset;
  height: unset;
  width: 22px;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.vanCards .card.selected{
  background: aquamarine;
}

.vanCards .btns{
  display: flex;
  align-items: left;
  justify-content: space-between;
}

.vanCards .btns .selectAll,
.vanCards .btns .deselectAll{
  color: black;
  background: var(--bg-body);
  border: 1px solid silver;
}

.vanCards .btns .selectAll:hover,
.vanCards .btns .deselectAll:hover{ 
  background: var(--btn-secondary-hover);
  box-shadow: var(--box-shadow-dark);
  color: white;
}


.vanCards .btns .selectAll:active,
.vanCards .btns .deselectAll:active{
  background: var(--btn-primary-hover);
}

/* +------------+ */
/* | search bar | */
/* +------------+ */

/* .searchCont{
  padding: 10px;
  border-radius: 8px;
  background: var(--bg-card);
  box-shadow: var(--box-shadow);
  transition: 0.2s box-shadow;
} */

.searchCont .bar{
  display: flex;
  background: var(--bg-card);
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 4px;
  width: 100%;
  transition: 0.2s border, 0.2s border-radius;
}

.searchCont .barCont{
  display: flex;

}

.searchCont .bar:hover{
  border: var(--border);
}

.searchCont.focused .bar{
  border: var(--border);
  border-right: 1px solid transparent;
  border-radius: 8px 0 0 8px;
}

.searchCont #btnSearch{
  margin: 0;
  width: 60px;
  bordeR: none;
  box-shadow: none;
  border-radius: 8px;
  background: #eee;
  transition: 0.2s border-radius, 0.2s background;
}

.searchCont #btnSearch:hover{
  border: var(--border);
  background: #eee;
}

.searchCont #btnSearch:active{
  background: transparent;
}

.searchCont.focused #btnSearch{
  border: var(--border);
  background: #eee;
  border-radius: 0 8px 8px 0 !important;
}

.searchCont #btnSearch:active{
  background: transparent !important;
}

.searchCont .icon{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: left;
  align-items: left;
}

.searchCont .icon img{
  display: block;
  height: 20px;
}

.searchCont input{
  display: block;
  border: 0;
  width: 100%;
  font-size: 16px;
  padding: 0 10px !important;
  outline: 0;
}

.filtersCont h3{
  margin: 0;
  padding: 16px 20px 0;
}

.filters{
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0px;
  margin: 0 -5px -10px;
}

.filter{
  margin: 5px;
  position:  relative;
}

.filter > .title{
  margin: 0;
  background: var(--bg-body);
  border-radius: 8px;
  border: var(--border);
  display: flex;
  align-items: left;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.2s background;
}

.filter:hover > .title{
  background: var(--bg-card);
}

.filter .icon{
  height: 20px;
}

.filter .options{
  background: var(--bg-card);
  box-shadow: var(--box-shadow);
  border: var(--border);
  border-top: 0;
  position: absolute;
  top: 100%;
  width: calc(100% - 2px);
  display: none;
  cursor: pointer;
  z-index: 9;
}

.filter p{
  margin: 0;
  padding: 7px 16px;
}

.filter.open .title{
  background: var(--bg-card);
  border-radius: 5px 5px 0 0;
}

.filter.open .options{
  display: block;
  overflow: auto;
  overflow-x: hidden;
  max-height: 20vh;
}

.filter .option:hover{
  background: var(--bg-row-hover);
}

.filter .custom{
  background: var(--bg-card);
  box-shadow: var(--box-shadow);
  padding: 15px;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  width: min-content;
}

.filter .custom > div{
  display: flex;
}

.filter .custom button{
  display: block;
  margin-top: 20px;
  text-align: right;
}

.filter .custom p{
  margin: 0 0 10px;
  padding: 0;
}

.filter .custom input{
  border: var(--border);
  padding: 5px 10px;
  width: unset;
  cursor:text;
}

.filter .custom.range > div{
  flex-wrap: wrap;
  margin-top: -20px;
}
.filter .custom.range > div > div{
  margin-top: 20px;
}

.filter .custom.range > div > div:first-child{
}

.filter .custom.open{
  display: flex;
}

/*
.searchCont .btnSearch{
  border: var(--border);
  border-radius: var(--border-radius);
  background-color: #eee;
  box-sizing: border-box;
}

.searchCont .btnSearch:hover{
  background-color: white;
}

.searchCont .btnSearch:active{
  background-color: #ddd;
}

.searchCont.focused .btnSearch{
  margin: -4px;
  border: none;
  border-left: var(--border);
  border-radius: 0 5px 5px 0;
}
*/

article .actPager{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 10px;
}

article .actPager .act{
  width: 100%;
  display: flex
}

.act .chkAll{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  position: relative;
}

.act .chkAll label{
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.act input[type='checkbox']{
  padding: 6px 10px;
}

/* +-------+ */
/* | pager | */
/* +-------+ */

.pager{
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 46px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {

  .pager {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left; 
    min-height: 46px;
    margin-top: 10px;
    overflow-x: auto; 
    white-space: nowrap; 
  }
  
  .pager::-webkit-scrollbar {
    height: 6px; 
  }
  
  .pager::-webkit-scrollbar-thumb {
    background-color: #888;
  }
  
  .pager::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
  }
}

.pager .counter{
  white-space: nowrap;
  padding: 10px 15px;
}

.pager .props-placeholder {
 width: max-content;
}

.pager .props-placeholder input::placeholder {
  color: grey;
  font-style: italic;
}

.pager .exportTable {
  width: max-content;

  margin-right:15px;
  padding: 15px;
  /* border: 2px solid #4169E1; */
  padding: 10px;
  border-radius: 10px;
  background-color: var(--btn-primary);
  color: white;
  cursor: pointer
}

.pager .exportTable:hover {
  background-color: var(--btn-primary-hover);
  /* filter: contrast(4.44); */
}

.pager .exportTable a:focus {
  /* background-color: dodgerblue; */
  color: white
  /* filter: contrast(4.44); */
}

.pager .exportTable a {
  text-decoration: none;
  color: inherit;
}

.pager .stepper{
  display: flex;
}

.pager button{
  height: 32px !important;
  width: 32px !important;
  border-radius: 8px !important;
  border: 1px solid silver !important;
  background: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 6px !important;
  margin: 0 !important;
}

.pager button:not(:disabled):hover{
  background-color: white !important;
}

.pager button:not(:disabled):active{
  background-color: whitesmoke !important;
}

.pager button:disabled{
  background-color: transparent !important;
  opacity: 0.3 !important;
  cursor: default !important;
}

.pager button:active{
  background-color: rgba(1, 177, 237, 0.2) !important;
}

.pager button img{
  max-width: 100% !important;
  max-height: 100% !important;
}

/* +--------------+ */
/* | result table | */
/* +--------------+ */

.results{
  margin-top: 10px;
  margin-bottom: 30px;
}

@media(max-width: 1090px){
  .results{
    margin-top: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    overflow-x: scroll;
  }

  .results::-webkit-scrollbar{
    display: none;
  }
  .results{
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }
}

.results table{
  margin: 0;
  width: 100%;  
  border: 1px solid #eee;
  border-collapse: collapse;
}

.results th{
  font-size: 12px;
  padding: 15px;
  text-align: center;
  color: #404040;
  background: #d1edff;
}

.results td{
  padding: 6px 8px;
  text-align: center;
}

.results tbody tr{
  transition: 0.2s box-shadow, 0.2s background;
}

/* .results tbody tr:nth-child(even){
  background: var(--bg-row-even);
} */

.results tbody tr > *{
  border-bottom: 1px solid #eee;
}

/* .results tbody tr:hover{
  box-shadow: var(--bg-row-shadow);
  background: var(--bg-row-hover);
} */

.results tbody > tr:hover{
  background: #00FFFF;
  box-shadow: var(--bg-row-shadow);
  cursor: pointer;
}

.results tbody tr:hover > *{
  border-color: transparent;
}

.results tbody .chk{
  width: 50px;
  box-sizing: border-box;
}

.results tbody tr > *:not(.chk){
  cursor: pointer;
}

.results tbody tr.checked{
  background: var(--bg-row-checked);
}

.act input[type='checkbox'],
.results input[type='checkbox']{
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0;
}

.results .chk label{
  cursor: pointer;
}

.noresults{
  margin: 40px 10px;
  text-align: center;
}

.screen .inprogress,
.results .loading{
  border: var(--border);
  border-radius: 8px;
  margin: auto;
  width: fit-content;
  text-align: left;
  position: fixed;
  background: khaki;
  top: 100px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}

.screen .inprogress p,
.results .loading p{
  margin: 5px 10px;
}

.inprogress,
.loading{
  border: var(--border);
  border-radius: 8px;
  margin: auto;
  width: fit-content;
  text-align: left;
  position: fixed;
  background: khaki;
  top: 100px;
  right: 50%;
  transform: translateX(50%);
  z-index: 10;
}

.inprogress p,
.loading p{
  margin: 5px 10px;
}

#dataTable .asc,
#dataTable .desc,
#dataTable .sort-by { 
  padding-right: 18px;
  position: relative;
  cursor: pointer;
}

#dataTable .asc:before,
#dataTable .desc:after,
#dataTable .sort-by:before,
#dataTable .sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}

#dataTable .asc:before,
#dataTable .sort-by:before {
  border-bottom-color: #666;
  margin-top: -9px;
}

#dataTable .desc:after,
#dataTable .sort-by:after {
  border-top-color: #666;
  margin-top: 1px;
}

/* Make table wont overflow user's screen  */
.results {
  overflow-x: auto;
}
.results table {
  width: 100%; 
}

/* +--------+ */
/* | screen | */
/* +--------+ */
.screen{
  padding-top: 14px;
}

.screen h1{
  margin: 0;
}

.screen .nav{
  display: flex;
  align-items: left;
  justify-content: space-between;
}
  
.screen .nav .left{
  display: flex;
  align-items: left;
  justify-content: flex-start;
}

.screen .nav .right{
  display: flex;
  align-items: left;
  justify-content: flex-end;
}

.screen > .cont{
  margin-top: 25px;
}

.screen #btnBackScreen{
  height: 32px;
  width: 32px;
  min-width: 32px;
  margin-right: 15px;
  border-radius: 100px;
  border: var(--border);
  display: flex;
  align-items: left;
  justify-content: left;
  background: transparent;
  transition: 0.2s background;
}

.screen #btnBackScreen:hover{
  background: white;
}

.screen img{
  max-height: 100%;
  max-width: 100%;
}

.screen > .content{
  margin-top: 25px;
  margin-left: 40px;
}

.screen label p,
.screen p.label{
  margin: 20px 0 10px;
}

.screen input{
  padding: 10px 10px;
  min-width: 400px;
  box-sizing: border-box;
}

.screen input[type=date]{
  min-width: unset;
}

.screen .footer{
  margin: 40px -5px;
  display: flex;
  align-items: left;
  justify-content: flex-end;
}

.screen .btns{
  margin: 0 -5px;
}

.screen .nav .right button,
.screen .content button,
.screen .footer button{
  padding: 10px 15px;
  margin: 5px;
  color: white;
  background: var(--btn-primary);
  border: none;
  border-radius: var(--border-radius);
  transition: 0.2s box-shadow;
}

.screen .content button:hover,
.screen .footer button:hover{ 
  background: var(--btn-secondary-hover);
  box-shadow: var(--box-shadow-dark);
  color: white;
}

.screen .content button:active,
.screen .footer button:active{ 
  background: var(--btn-primary);
}

.screen .content button[disabled],
.screen .footer button[disabled]{
  background: var(--btn-disabled);
}


.screen .content button[disabled],
.screen .footer button[disabled]{
  background: var(--btn-disabled);
}

.screen .nav .right button.secondary{
  background: transparent;
  border: var(--border);
  border-color: grey;
  color: black;
  transition: 0.2s background;
}


.screen.edit > .cont{
  max-width: max-content;
}

.screen .nav .right button{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* +------+ */
/* | tabs | */
/* +------+ */

.tabs{
  display: flex;
  align-items: left;
  justify-content: flex-start;
  margin-top: 25px;
}

.tab{
  border: var(--border);
  border-right: none;
  padding: 15px 20px;
  cursor: pointer;
}

.tab:last-child{
  border-right: var(--border);
}

.tab.selected{
  background: white;
}

/* +-------------+ */
/* | pivot table | */
/* +-------------+ */

.ptable {
  width: 400px;
  margin: 10px 0 25px;
  border: var(--border);
  border-collapse: collapse;
  box-sizing: border-box;
}

.ptable .title{
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  background: var(--bg-row-even);
  padding: 10px 15px;
  border-bottom: var(--border);
}

.ptable .cont{
  padding: 0 20px;
}

.ptable table{
  width: 100%;
  border-collapse: collapse;
}

.ptable th, .ptable td{
  padding: 10px 0px;
  border-bottom: var(--border);
  border-top: 0;  
}

.ptable td{
  padding-left: 15px;
}

.ptable tr:last-child > *{
  border-bottom: 0;
}



.ptable th{
  text-align: left;
  font-size: 13px;
}

.cont tbody tr > *:not(.chk){
  cursor: pointer;
}

/* +-----------+ */
/* | sku table | */
/* +-----------+ */

.skutable{
  margin: 10px 0 25px;
  width: min-content;
  border: var(--border);
  white-space: nowrap;
}

/* .skutable.viewOnly > .cont{
  max-height: calc(100vh - 170px - 30px);
  overflow: auto;
} */

.skutable && .skutable.viewOnly table th td{
  border-collapse: collapse;
  /* box-sizing: border-box; */
  table-layout: 100%;
  width:100%
}

/* .skutable && .skutable.viewOnly th td{
  padding: 100px;
  border: 1px black solid;
} */

.sideBtn img{
  width: 34px;
}

/* .skutable:not(.viewOnly) table{
  margin: -1px;
} */

.skutable .title{
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: var(--border);
  background: var(--bg-row-even);
}

/* .skutable.viewOnly table{
  margin: 0 20px 5px;
} */

.skutable th{
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;  
  color: #404040;
  background-color: #d1edff; 
}

.skutable th:hover{
  cursor: pointer;
  /* background-color: gray; */
}

.skutable td{
  font-size: 14px;
}

.skutable th, .skutable td{
  padding: 10px 20px;
  border: var(--border);
}

/* .skutable.viewOnly th, 
.skutable.viewOnly td{
  border: none;
  border-bottom: var(--border);
} */

.skutable th{
  width: min-content;
}

.skutable td{
  padding: 2px;
  padding-left: 15px;
  padding-right: 10px;
}

.skutable th.qty{
  text-align: left;
}

/* .skutable:not(.viewOnly) td.qty{ */
  /* padding: 0; */
  /* background: aquamarine; */
  /* background: white; */

/* } */

.skutable .qty input{
  border: none;
  background: transparent;
  border-radius: 0px;
  min-width: 50px;
  width: 80px;
  text-align: right;
  /* padding: 3px 20px; */
  box-sizing: border-box;
}

.skutable.viewOnly .qty{
  padding: 0 10px;
  text-align: right;
  background: none;

}

.skutable.viewOnly th.qty{
  padding: 0 10px;
  text-align: center;
  /* background: none; */
  background-color: #d1edff; 
}

.skutable.viewOnly .qty input{
  padding: 0 2px;
}

.skutable .qty input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.skutable .qty input[type=number] {
  -moz-appearance: textfield;
}

/* .skutable.viewOnly tr > *:first-child{
  padding-left: 0;
}

.skutable.viewOnly tr > *:last-child{
  padding-right: 0;
}

.skutable.viewOnly tr:last-child td{
  border: none;
} */

/* +-------------+ */
/* | detail rows | */
/* +-------------+ */

.drows{
  border: var(--border);
  border-bottom: none;
  max-width: 700px;
  margin: 25px 0;
}

.drows .row{
  display: flex;
  align-items: left;
  justify-content: space-between;
  border-bottom: var(--border);
}

.drows .row .left{
  padding: 15px 20px;
}

.drows p{
  margin: 0;
}

.drows .title{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.drows .detail{
  font-size: 14px;
  min-height: 17px;
}

.drows .right img{
  max-height: 26px;
  max-width: 26px;
}

.drows .row.next{
  cursor: pointer;
}

.drows .row.next:hover{
  background: var(--bg-row-hover);
}

/* +---------------+ */
/* | event history | */
/* +---------------+ */
.eventHistory{
  margin: 10px 0 25px;
  width: 400px;
  height: fit-content;
  border: var(--border);
}

.eventHistory p{
  margin: 0;
}

.eventHistory .title{
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: var(--border);
  background: var(--bg-row-even);
}

.eventHistory .event{
  padding: 10px 15px;
  border-top: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.eventHistory .event .accent{
  padding: 2px 0;
  padding-right: 12px;
  position: relative;
}

.eventHistory .event .accent .head{
  width: 15px;
  height: 15px;
  border-radius: 20px;
  border: 3px solid lightgrey;
  box-sizing: border-box;
}

.eventHistory .event .accent .tail{
  position: absolute;
  width: 2px;
  height: calc(100% + 20px);
  top: 17px;
  background: lightgrey;
  left: 6px;
}

.eventHistory .event:first-child .accent .head{
  background: limegreen;
  border-color: limegreen;
}

.eventHistory .event:last-child .accent .tail{
  display: none;
  background: none;
}

.eventHistory .details{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.eventHistory .details .desc{
  margin-right: 20px;
}

.eventHistory .status{
  font-weight: bold;
}

.eventHistory .by{
  font-style: italic;
}

/* +--------------+ */
/* | custom modal | */
/* +--------------+ */

.modalCont{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 20px 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.modal{
  max-width: 312px;
  width: 100%;
  margin: auto;
  background-color: white;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.5);
  z-index: 3;
  padding: 32px 24px;
  text-align: center;
}

.modal h1{
  font-size: 20px;
  margin: 0 0 10px;
}

.modal p{
  font-size: 14px;
  min-height: 20px;
  color: var(--disabled-font-color);
}

.buttons{
  display: flex;
  margin: 28px -8px 0;
  justify-content: center;
}

.buttons >*{
  width: 100%;
  max-width: 120px;
  margin: 0 8px;
}

.modalCont .overlay{
  background-color: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.urgent{
  padding: 3px 0;
  margin: 0;
  color: white;
  background-color: crimson;
  font-size: 14px;
  text-align: left;
  position: sticky;
}

/**************/
/* act button */
/**************/

.act a.button,
.act button{
  display: flex;
  justify-content: left;
  align-items: left;
  margin: 0 4px;
  padding: 6px;
  height: 40px;
  width: 40px;
  background: transparent;
  border: 0;
  position: relative;
  box-sizing: border-box;
}

.act a.button img,
.act button img{
  max-height: 100%;
  max-width: 100%;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.2s;
}

.act a.button:hover img,
.act button:hover img{
  filter: grayscale(0%);
}

.act a.button .bg,
.act button .bg{
  position: absolute;
  height: 0px;
  width: 0px;
  background-color: #eee;
  border-radius: 100%;
  z-index: -1;
  transition: height 0.2s, width 0.2s, background-color 0.2s;
  box-sizing: border-box;
}

.act button:hover .bg,
.act a.button:hover .bg{
  height: 40px;
  width: 40px;
  background-color: paleturquoise;
  z-index: 0;
}

.act button:active .bg,
.act a.button:active .bg{
  background-color: whitesmoke;
  border: 1px solid paleturquoise;
  transition: none;
}

.act button .label,
.act a.button .label{
  top: 100%;
  opacity: 0;
  color: white;
  padding: 3px 7px;
  position: absolute;
  border-radius: 5px;
  z-index: 2;
  white-space: nowrap;
  pointer-events: none;
  transition: opacity 0.2s;
  background-color: #24336b;
  background-color: #454545;
}

.act button:hover .label,
.act a.button:hover .label{
  opacity: 1;
  transition: opacity 0.2s 0.5s;
}

.field .cards,
.card-component .cards{
  margin-left: -5px;
  margin-right: -5px;
}

.field .cards .card,
.card-component .cards .card{
  height: unset;
  /* width: unset; */
  margin: 3px;
  padding: 10px 15px;
  cursor: pointer;
}

.field .cards .card p,
.card-component .cards .card p{
  margin: 0;
}

.card.selected{
  background: aliceblue;
}



/***************/

#user_profile{
  z-index: 9999;
}

#user_profile .modal{
  border-radius: 8px;
  background: linear-gradient(270deg, #0f75bd 0%, #283890 100%);
}

#user_profile .profile{
  width: 100px;
}

#user_profile .name{
  font-size: 18px;
  margin-top: 8px;
}

#user_profile .links{
  display: flex;
  flex-direction: column;
  margin: 40px -24px -32px;
  background-color: whitesmoke;
  border-radius: 0 0 8px 8px;
}

#user_profile .links a{
  display: flex;
  align-items: center;
  border-top: 1px solid silver;
  padding: 5px 20px;
  cursor: pointer;
  text-decoration: none;
  color: black;
  justify-content: center;
}

#user_profile .links img{
  width: 28px;
  margin-right: 10px;
}

#user_profile .links p {
  font-size: 18px;
  width: fit-content;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  margin: 0; /* Remove any default margin */
  height: 100%; /* Ensure the container takes full height */
}

#btnAccountSettings:hover{
  background-color: PaleTurquoise;
}

/* #btnLogout:hover{
  background-color: pink;
  border-radius: 0 0 8px 8px;
} */

@media(max-width: 400px){
  nav{
    height: 40px;
  }

  nav img{
    height: 32px;
    padding: 8px;    
  }

  #user{
    height: 40px;
    font-size: 14px;
  }

  #brand{
    height: 22px;
    padding: 9px 10px;
  }
}

@media print {
  body > .content{
    margin-top: 20px !important;
  }

  body > nav{
    display: none !important;
  }

  .ctrl.act{
    display: none !important;
  }

  .noprint {
    visibility: hidden !important;
    display: none !important;
  }
}

/* +-----------+ */
/* | sortable table | */
/* +-----------+ */

.sortabletable{
  margin: 10px 0 25px;
  width: min-content;
}

.sortabletable table{
  border-collapse: collapse;
  box-sizing: border-box;
  min-width: 360px;
}

.sortabletable:not(.viewOnly) table{
  margin: -1px;
}

.sortabletable .title{
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: var(--bg-row-even);
  border: var(--border);
}

.sortabletable .card{
  height: fit-content;
  text-align: left;
}

/*.sortabletable .card p {
  margin: 0 0 0; 

}*/

.sortabletable td{
  font-size: 14px;
  width: 100px;
  vertical-align: top;
}

.sortabletable th, .sortabletable td{
  padding: 10px 10px;
  border: var(--border);
  min-width: 100px;
}


/* +-----------------------+ */
/* | Button for Dialog Box | */
/* +-----------------------+ */

button.primary {
  padding: 10px 15px;
  margin: 5px;
  color: white;
  background: var(--btn-primary);
  border: none;
  border-radius: var(--border-radius);
  transition: 0.2s box-shadow;
}

button.primary:hover{
  background: var(--btn-primary-hover);
  box-shadow: var(--box-shadow-dark);
  color: white;
}

button.warning {
  padding: 10px 15px;
  margin: 5px;
  color: white;
  background: var(--btn-warning);
  border: none;
  border-radius: var(--border-radius);
  transition: 0.2s box-shadow;
}

button.warning:hover{
  background: var(--btn-warning-hover);
  box-shadow: var(--box-shadow-dark);
  color: white;
}

button.light {
  padding: 10px 15px;
  margin: 5px;
  color: black;
  background: var(--btn-light);
  border-radius: var(--border-radius);
  border: var(--border);
}

button.light:hover{
  background: var(--btn-light-hover);
  box-shadow: var(--box-shadow-dark);
  color: black;

}

button.secondary {
  padding: 10px 15px;
  margin: 5px;
  color: white;
  background: var(--btn-secondary);
  border: none;
  border-radius: var(--border-radius);
  transition: 0.2s box-shadow;
}

/* +-----------------------+ */
/* | Button for Article | */
/* +-----------------------+ */

article .btns{
  margin:  0 -5px;
}

article .btns button{
  margin: 0 5px !important;
}

article .btns button.secondary{
  background: whitesmoke;
  color:  black;
  border-color: silver;
}

article .btns button.secondary:hover{
  background: white;
  border-color: dimgrey;
}

/***************/
/*
 CSS for select2 drop down list
*/
.select2-container--default .select2-selection--multiple{
  border: var(--border);
  border-radius: var(--border-radius);
  cursor: text;
  outline: 0;
  background: var(--bg-input);  
}

li.select2-results__option {
  font-size: 13px;
}

textarea.select2-search__field {
  color: #999;
  cursor: pointer;
  font-size: 13px;
}

/***************/

/*
 CSS for Notification
*/

/* #notification a {
  color: white;
  text-decoration: none;
  padding-top: 15px; 
  padding-bottom:15px;
  height:20px;
  padding-right: 5px;
  position: relative;
  border-radius: 2px;
} */

/* #notification .count {
  position: absolute;
  top: 5px;
  left: -20px;
  padding: 4.5px 5px;
  border-radius: 50%;
  background: green;
  color: white;
  font-size: 10px;
  text-align: left;
  min-width: 13px;
  padding:0.4em 0.4em;
} */

.notificationDetails th.id,
.notificationDetails th.type,
.notificationDetails th.requested_by,
.notificationDetails th.status,
.notificationDetails td.id,
.notificationDetails td.type,
.notificationDetails td.requested_by,
.notificationDetails td.status {
  text-align: left;
}

.notificationDetails .modal{
  min-width: 80vh;
  min-height: 60vh;
  max-width: max-content;
  max-height: max-content;
}

.notificationDetails h1{
  margin-bottom: 15px;
}

.main-menu {
  padding-top: 12vh;
  height: 100vh;
  background: var(--bg-nav);
  width: 60px;
  overflow: hidden;
  position: fixed;
  /*  wajib fixed  */
  -webkit-transition: width .05s linear;
  transition: 0.2s box-shadow, 0.2s background;
  box-shadow: var(--box-shadow);
  /* z-index: 2; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 9;
}

.main-menu > ul > li > a {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 11px;
  text-decoration:none;
  -webkit-transform: translateZ(0) scale(1,1);
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  font-style: normal;
  font-weight: normal;
  width: 34vh;
  max-height: 30px;
}

.main-menu .nav-text {
  position: relative;
  display: table-cell;
  height: 38px;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
  color: var(--color);
}

.main-menu .sub-nav-text{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 29.5vh;
  color: var(--color);
}

nav.main-menu ul {
  outline: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1vh;
}


nav.main-menu > ul > li {
  outline: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 3vh;
  height: fit-content;
}

.main-menu img.icon{
  position: relative;
  display: table-cell;
  width: 60px;
  max-height: 36px;
  text-align: left;
  vertical-align: middle;
  font-size: 20px;
}

.main-menu .arrow{
  display: inline-block;
  margin-bottom: 7px;
  right: 0;
}

.main-menu .arrow2{
  display: inline-block;
  margin-bottom: 7px;
}

/* .main-menu:hover,nav.main-menu.expanded,
.main-menu:hover > ul.settings {
  min-width: 28vh;
  overflow:visible;
}

.main-menu:not(:hover) .sub-menu{
  display: none;
} */


.main-menu, nav.main-menu.expanded,
.main-menu > ul.settings {
  min-width: 4vh;
  overflow: hidden;
  overflow-y: scroll;
  height: 90%;
}

.main-menu::-webkit-scrollbar{
  display: none;
  
} 
.main-menu{
  -ms-overflow-style: none;
  scrollbar-width: none;
} 

.sub-menu {
  list-style: none;
}

.sub-menu > li:hover > a {
  cursor: pointer;
}

.collapsein{
  text-decoration: none;
  margin-left: 30px;
  font-size: 14px;
  margin-top: 5px;
}

.collapsein a{
  display: flex;
  flex-direction: row;
  padding-top: 2px;
  text-decoration: none;
  color: var(--color);
}

.collapsein img.icon{
  width: 20px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  padding-right: 10px;
}

ul.settings {
 position: fixed;
 bottom: 2px;
 width: 60px;
 overflow: hidden;
}

ul.settings > li.horizontalLine {
  margin: 0px;
  padding: 0px;
}

hr {
  color: whitesmoke;
  display: block; 
  height: 1px;
  border: 0;
  border-top: 1px solid #C4CFD3;
}

button.icon {
  border: none;
  color: blue;
  border-radius: var(--border-radius);
  margin: 0px 1px;
}

button.icon-reverse-clockout {
  border: none;
  color: blue;
  border-radius: var(--border-radius);
  margin: 0px 1px;
  background-color: red;
  color: white;
  width: 150px;
  height: 40px;
  font-size: 14px;
}

button.icon-reverse-clockout:hover {
  background-color: #F08080;
}


.formGroup .field .label textarea:read-only,
input:read-only {
  background-color: var(--btn-disabled);
}

/*
 CSS for Support Mode
*/

.support-mode {
  z-index: 10000; 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid;
  margin: 0;
  pointer-events: none;
  box-sizing: border-box;
}

.support-mode p#userID {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.support-mode p#role{
  margin-top:-10px;
  margin-right:1%;
  text-align:right;
  font-weight: bold;
}

.dev-nv,
.dev-lj,
.dev-vn,
.local,
.dev-bmc,
.dev-lem{
  color: green;
  border-color: green;
}

.prod,
.prod-nv,
.prod-lj,
.prod-vn,
.prod-bmc {
  color: red;
  border-color: red;
}

/***************/

button:disabled.btnAddRow.secondary {
  background-color: var(--btn-disabled);
  color: black;
}

/************/

.formGroup{
  position: relative;
}

.formGroup .field .label.columnar{
  display: block;
}

.summaryGroup{
  border: 1px solid #dedede;
  padding: 10px 22px;border-radius:7px;
  margin-top: 20px;
}

.summaryGroup h1{
  position: absolute;
  top: -20px;
  background: whitesmoke;
}

.formGroup{ 
  border: 1px solid #dedede;
  padding: 10px 22px;border-radius:7px;
  margin-top: 20px;
}

.formGroup h1{
  font-size: 1em;
  position: absolute;
  top: -13px;
  background: whitesmoke;
}

.formGroup .field{
  width: 50%;
  display: inline-block;
  margin-top: 15px;
}

.formGroup .field .label{
  display: flex;
  align-items: left;
}
/* .formGroup .field .label input{
  height: 20px;
  width: auto;
} */

.formGroup .field .label input:not([type="checkbox"]){
  width: 50%;
}

.formGroup .field .label select{
  height: 40px; 
  margin-top: 7px; 
  margin-right: 10%;
  width: 53%;
}
.formGroup .field .label p{
  width: 30%;
}

.formGroup .field .label.columnar p{
  margin: 5px 0 20px 0;
  width: auto;
  text-align: left;
}

.formGroup .field .label.columnar input[type="checkbox"],
.formGroup .field .label.columnar input[type="radio"]{
  margin: 0;
  height: 20px;
  width: 20px;
}

input[type="radio"],
input[type="checkbox"]{
  height: 20px;
  width: 20px;
}

.formGroup .field .label textarea{
  /*height: 40px; */
  margin-top: 7px; 
  margin-right: 10%;
  /*width: 50%;*/
  /*outline: 0;*/
  border-radius: var(--border-radius);
  background: var(--bg-input);    
  /*border: var(--border);padding: 5px 10px;*/
}


/* misc */

#imgExport
{
  margin: 0px 0px 0px -2.52px;
  padding: 0 3px 0 0px;
}

.tooltip {
  position: relative;
  display: inline-block;
  left: 36.8%;
  background: #333;
  color: #EEE;
  padding: 2px;
  border-radius: 50%;
  width: 17px;
  text-align: center;
  opacity: 0.85;
  visibility: hidden; /* hide old tooltips download via css */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 20px;
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 5vh;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}

.tooltipExport {
  position: relative;
  display: inline-block;
  background: #333;
  color: #EEE;
  margin-right:15px;
  border-radius: 50%;
  width: 30px; 
  height: 30px;
  text-align: center;
  opacity: 0.85;
  line-height: 30px; 
  font-size: 14px;
  padding: 0; 
}

.tooltiptext {
  border-radius: 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  opacity: 0;
  padding: 5px 5px;
  transition: opacity 0.3s;
  text-align: center;
  width: max-content;
  visibility: hidden;
  height: fit-content;
  max-width: 100%; 
  position: absolute;
  transform: translateX(-50%); 
  white-space: normal;
  z-index: 10;
  margin-top: 100px;
  left: 50%;
}

.tooltipContainer {
  display: flex;
  align-items: center; 
}

.tooltipContainer:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* .top .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
} */

/* .top .popuptext .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
} */

/* carousel */

h2{
  font-family:sans-serif;
  color:#000;
}

.wrapper{
  width:100%;
  /* padding-top: 20px; */
  text-align:left;
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}

.slick-next::before
{
  font-size: 30px;
  color: #0676be;
}
.slick-prev::before{
  font-size: 30px;
  color:#0676be;
}

button.slick-prev.slick-arrow {
  margin-left: 10px;
  z-index: 1
}

button.slick-next.slick-arrow {
  margin-right: 10px;
  z-index: 1
}

/* Custom Image */

.image_placeholder{
  background: url('../img/no_image_available.svg') no-repeat;
  background-size: contain;
  background-position: center center;
}

/* overlay menu settings */

.overlay-menu
{
  z-index: 8;
  position: fixed;
  background: black;
  width: 100%;
  height: 100%;
  opacity: 50%;
}

span.tenantName {
  font-weight: bold;
}

.opts{
  position: fixed;
  right: 24vw;
  top: 0vh;
  z-index: 11;
}
.opts .btn1{
  position: fixed;
  right: 24vw;
  top: 0vh;
  z-index: -1;
}
.opts .btn2{
  position: fixed;
  right: 24vw;
  top: 0vh;
  z-index: -1;
}

#main-langbtn{
  width: 5vw;
  height: 6vh;
}
#en,#vn{
  border-radius: 50%;
  width: 3vw;
  height: 6vh;
  text-align: left;
  font-weight: 900;
  padding: 0 0;
}

/* Bundle Table */

.bundle-title{
  padding: 10px 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: var(--border);
  background: var(--bg-row-even);
}

.btable{
  max-width: 99%;
  margin-bottom: 7px;
  margin: 10px 0 25px;
  width: min-content;
  border: var(--border);
  white-space: nowrap;
}

.btable table{
  margin: 0 20px 5px;
  border-collapse: collapse;
}

.btable th, .btable td {
  padding: 10px 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: var(--border);
  border-top: 0;
  text-align: end;
}

.btable th {
  text-align: left;
}

.btable td.normal {
  border-bottom: var(--border);
  text-align: end;

}

.btable th {
  width: min-content;
  padding: 10px 20px 10px 20px;
}

.btable tr:last-child > td {
  border-bottom: 0;
  padding-bottom: 10px;
}

.btable tr:last-child > td {
  border-bottom: 0;
  padding-bottom: 10px;
}

.btable .empty{
  border-bottom: 0;
  border-top: 0;
}

.btable .first{
  border-bottom: 0;
  border-top: var(--border);
}

@media only screen and (max-width: 920px){
  section{
    overflow-y: scroll;
  }
  .content:not(.card-component){
    overflow-y: hidden;
  }
}

@media(max-width: 750px){
  span.tenantName {
    display: none;
  }
  span.nav-text{
    padding-left: 5%;
  }
}

@media(max-width: 415px)
{
  nav.header{
    padding: 0;
  }
  .verticalLine
  {
    margin: 4px 4px 4px 4px;
  }
  .field .cards,
  .card-component .cards {
    margin-left: 15px;
    margin-right: -5px;
    margin-top: 10px;
    display: inline-flex;
    width: 101%;
}
}
@media(max-width: 390px){
  .main-menu {
    width: 68px;
  }
  #imgExport {
    margin: 0px 0px 0px 5px;
    padding: 0 6px 0 0px;
  }
  .tooltip .tooltiptext {
    width: 100px;
  }
}
@media(max-width: 300px){
  #user img {
    margin-right: 5px;
    padding: 0;
    height: 28px;
    width: 45%;
    height: 45%;
  }
  #user {
    height: 40px;
    font-size: 12px;
  }
  #brand {
    height: 50%;
    padding: 0px 0px;
    margin: 8px -3px 8px 5px;
  }
  .verticalLine {
    display: none;
  }
  /* #user, #notification, #logout, #language{
    padding: 0 0px;
  } */
  /* #notification .count {
    left: -22px;
  } */
  #imgExport {
    margin: 0px 0px 0px 5px;
    padding: 0 6px 0 0px;
  }
  .main-menu {
    width: 68px;
  }

  .tooltip .tooltiptext {
    width: 45px;
  }
  .content{
    padding-left: 10px;
    width: 96%;
  }

}

/*  For langauge selector*/
.popup-list {
  display: none;
  position: absolute;
  top: 52px;
  /* left: -6px;
  background-color: white;
  border: 1px solid #ccc;
  width: 140px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  border-radius: 8px;
  color: #333; */
   
}

.visible-list {
  display: block;
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.popup-list ul {
  list-style-type: none;
  margin: 0px 0px;
  /* padding-left: 10px; */
}

/* .popup-list .option_lang:hover {
  text-decoration: underline;
} */

.options-lang {
  width:100%;
  list-style-type: none;
  /* display: inline-block; */
  display: flex;
  flex: 1;
}

.option-content {
  align-items: left;
  display: flex;
}

.resized-flag {
  height: auto;
  margin-right: 50px; 
}

/* Add '+' button */
.button {
  position: relative;
  width: 30px;
  height: 30px;
  background: #4169E1;
  margin: auto;
  margin-top: 10px;
  margin-left: 10px;
  border-radius: 15px;
  transition-duration: 1s;
  z-index: 2;
}

.cross {
  width: 18px;
  margin: auto;
  margin-top: 0px;
  height: 18px;
  background: linear-gradient(
      to bottom,
      transparent 40%, 
      white 40%, 
      white 60%,  
      transparent 60%
    ),
    linear-gradient(
      to right,
      transparent 40%, 
      white 40%, 
      white 60%,  
      transparent 60%
    );
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.clickable-newDiv {
  cursor: pointer
}

/* Fuzzy Search */
.fuzzySearchContainer, 
.photoContainer {
  margin-left: 15px;
  display: flex;
  align-items: left;
  /* margin: 5px;
  position:  relative; */
}

.fuzzySearchContainer p, 
.photoContainer p{
  color: white;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 15px;
}

.fuzzySearchContainer span, 
.photoContainer span{
  color: white;
}

.checkbox-label {
  margin-right: 10px;
  /* display: inline-block; */
}

.slider-label {
  margin-left: 5px;
}

#slider{
  margin-bottom: 7px;
  margin-left: 5px;
  background: #d1edff;
}

.panel-closed{
  height: 30px;
}

/* card adminlte */
.full-size-card {
  width: 100%;
  height: 100%;
  background-color: #c8cbcf;
}

.card-body {
  padding: 10px; /* Adjust the value as needed */
}

/* table adminlte */
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: white;
}

.table table{
  margin: auto !important;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #d1edff; 
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #383f45;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #383f45;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

th#active,
td.active {
  text-align: left;
}

th#action,
td.actions {
  text-align: left;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #1f2d3d;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #1f2d3d;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #1f2d3d;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #1f2d3d;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 1rem;
}

.callout.callout-info {
  border-left-color: #007bff;
}

/* Example gradient background */
.sidebar {
  background-image: linear-gradient(270deg, #0f75bd 0%, #283890 100%);
}

.brand-link {
  background-color: whitesmoke
}

.brand-text {
  color: black; /* Set text color to black */
}

.alert-blue{
  /* background:  linear-gradient(180deg, #4169E1 0%, #007BFF 100%); */
  background: linear-gradient(0deg, #0f75bd 0%, #283890 100%);
}

.alert-green{
  background: linear-gradient(0deg, #208a5a 0%, #0b953d 100%);
}

th.col{
  width: 100px;
}

.card-title {
  text-transform: uppercase;
}

label p {
  font-weight: normal;
}

span{
  font-weight: normal;
}

.nav-icon {
  filter: invert(1) sepia(1) saturate(1) hue-rotate(190deg) brightness(100%);
}

div.card-title, h3.card-title{
  font-size: 14px;
}