#chart-body{
  width:100vw;
  min-height: 100vh;
  height:fit-content;
  background-color: var(--s-input-bg);
  border: 1px solid var(--s-input-border);
  padding:10px;
  margin-right: auto;
  position: relative;
  transform: translate(0, 0);
}
.toolbar{
  width:100%;
  height:50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--s-input-border);
  position: relative;

}
.toolbar .dashboard-title{
  min-width: 200px;
  width:fit-content;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  position: absolute;       
  left: 50%;                
  transform: translateX(-50%);
}
.toolbar .sheet-toggle{
  width:150px;
  margin-right: 5px;
}
.toolbar .form-switch{
  width:100px;
  margin-left: 5px;
}
#separator{
  width:15px;
  min-height: 100vh;
  height:100%;
  background-color: var(--bs-body-bg);
}
#edit-panel{
  width:90px;
  min-height: 100vh;
  background-color: var(--s-input-bg);
  height:100%;
  border: 1px solid var(--s-input-border);
  position: fixed;
  right: 0;
  top:0;
  display: none;
}
.edit-panel-item {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  background-color: var(--s-card-bg);
  color: var(--bs-body-color);
  font-family: Google Sans, Roboto, Arial, sans-serif;
  line-height: 15px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  border: 1px solid var(--s-input-border);
  transition-duration: 0.2s;
}
.edit-panel-item .fa{
  font-size: 25px;
}
.edit-panel-item:hover {
  border: 2px solid var(--s-sidebar-icon-active);
  background-color: var(--bs-light);
  color: var(--s-sidebar-icon-active);
}
.library{
  width:250px;
  min-height: 100vh;
  background-color: var(--s-input-bg);
  height:100%;
  border: 1px solid var(--s-input-border);
  position: fixed;
  right: 90px;
  top:0;
  display: none;
  overflow-y: auto;
}
.edit-panel-item-header{
  width:100%;
  padding: 10px;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
  border: 3px solid var(--s-input-border);
  border-radius: 2px;
}
.edit-panel-item-header div{
  margin: 5px;
}
.edit-panel-item-header .fa{
  font-size: 25px;
}
.dashboard-section .search-form-group .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.dashboard-section .search-form-group{
  margin: 5px auto;
  width:230px
}
.dashboard-section .search-form-group .search-input {
  padding-left: 2.375rem;
  width:100%
}
.chart-library-items{
  width: 226px;
  height: 36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 10px auto;
  display: flex;
  cursor: pointer;
}
#chart-library-items-list{
  width: 100%;
  flex: 1;
  height: 75vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.layout-library-items,.data-library-items{
  width:100%;
  height:fit-content;
  overflow-y: auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: start;
  gap:10px
}

.template-library-items,.own-template-library-items,.filter-library-items{
  width:100%;
  flex:1;
  height:75vh;
  overflow-y: auto;
 
}
.panel-header{
  width:100%
}
.data-library-items{
  min-height:200px
}

.template-index,.own-template-index {
  width:34px;
  height:34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--s-input-border);
  border-bottom-left-radius: 5px;
  border-top-left-radius:5px;
  background-color: var(--bs-primary);
  color: var(--s-card-bg);
}

.template-name,.own-template-name{
  width:190px;
  height:34px;
  position:relative;
  line-height: 30px;
  padding:2px 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  
}
.delete-btn{
  top:0;
  position:relative;
  width:36px;
  height:36px;
  border-bottom-right-radius: 5px;
  border-top-right-radius:5px;
  background-color:#fa7b17;
  color:white;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center
}
.chart-library-item{
  width: 226px;
  height: 36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0px auto;
  display: flex;
  cursor: pointer;
  
}
.chart-library-item:hover{
  border: 1px solid var(--s-sidebar-icon-active);
}
.filter-library-item{
  width: 226px;
  height: 36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0px auto;
  display: flex;
  cursor: pointer;
}
.filter-library-item:hover{
  border: 1px solid var(--s-sidebar-icon-active);
}
.filter-library-item-icon{
  width:36px;
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.filter-library-item-title{
  flex:1;
  height:100%;
  line-height: 36px;
  padding:0 10px;
}
.layout-library-item,.data-library-item,.template-library-item,.own-template-library-item{
  width: 80px;
  height: 80px;
  border-radius: 3px;
  margin:5px;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items:center;
  font-size:10px;
  text-align: center;
  border: 1px solid var(--s-input-border);
  color:var(--bs-body-color);
  cursor:pointer;
}
.layout-library-item:hover,
.data-library-item:hover,
.template-library-item:hover,
.own-template-library-item:hover {
  border: 1px solid var(--s-sidebar-icon-active);
}
.chart-library-item-index{
  width:34px;
  height:34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid var(--s-input-border);
  border-bottom-left-radius: 5px;
  border-top-left-radius:5px;
  background-color: var(--bs-primary);
  color: var(--s-card-bg);
}
.chart-library-item-index:before{
  content: attr(data-index) ".";
}

.chart-library-item-edit{
  display: none; 
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.chart-library-item-index:hover::before {
  content: ""; 
}

.chart-library-item-index:hover .chart-library-item-edit {
  display: inline-block; 
}




.chart-library-item-title {
  width:170px;
  height:36px;
  line-height: 36px;
  padding-left:10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
 .layout-library-item-title,.data-library-item-title,.template-library-item-title,.own-template-library-item-title{
  width:70px;
  height:fit-content;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*.chart{*/
/*  width:300px;*/
/*  height:300px;*/
/*  border: 1px solid var(--s-input-border);*/
/*}*/
#chart-body .grid-stack-item{
  border: 1px solid var(--s-input-border);
}
#chart-zone{
  min-height: 100vh;
}
.chart-type{
  width:42px;
  height:42px;
  padding: 2px;
  border: 2px solid var(--s-input-border);
  cursor: pointer;
}
.chart-type:hover {
  border: 2px solid var(--s-sidebar-icon-active);
}
.chart-type-list{
  width:100%;
  
  height:fit-content;
  overflow-y: auto;
  display: flex;
  justify-content: start;
  padding: 0 8px 0 8px;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 0px;
  column-gap: 0px;
}

.small-title{
  font-size: 11px;
  font-family: Roboto, sans-serif;
  cursor: default;
  opacity: .54;
  margin: 10px 0 2px 10px;
}
.data-source{
  width:226px;
  height:36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  
}
.template,.own-template{
  width:226px;
  height:36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0px auto;
  display: flex;
  cursor:pointer;
}
.template:hover, .own-template:hover {
  border: 1px solid var(--s-sidebar-icon-active);
}
.dimension-group{
  background-color: #d0e4cc;
  width:226px;
  height:36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  color:#000
}
.dimension-type{
  text-align: center;
  line-height: 36px;
  text-space: 1px;
  font-size: 8px;
  font-weight: bold;
}
.dimension-name{
  text-align: left;
  line-height: 36px;
  text-space: 1px;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:0 5px
}
.xAxisCategory a,.yAxisCategory a,.seriesCategory a,.roleSelect a,.dashboard-roleSelect a{
  border:none;
  outline:none;
  text-decoration: none;
}
.yAxisCategory,.seriesCategory,.xAxisCategory{
  width:100%;
  height:34px;
  border-radius:0;
  border:none;
  outline:none;
  box-shadow:none;
  padding:0;margin:0
}
#preview-btn-container{
  margin-bottom:10px;
  margin-top:auto;
  margin-left: auto;
  margin-right: auto;
  height:40px;
  width:226px;
  display: flex;
  justify-content: end;
  column-gap: 10px;
}

#data-library{
  display:none;
  flex-direction: column;
  
}
.function-block{
  width:70px;
  height:30px;
  font-size: 11px;
  font-family: Roboto, sans-serif;
  cursor: default;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid var(--s-input-border);
  cursor: pointer;
}
.function-block:hover {
  border: 1px solid var(--s-sidebar-icon-active);
}
#function-list{
  height:fit-content;
  overflow-y: auto;
  display: flex;
  justify-content: start;
  padding:5px;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 10px;
  column-gap: 5px;
}
.function-block-selected {
  border:2px solid #90D5FF
}
#preview-modal .modal-body{
  min-height: 300px;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}
.input-error{
  border-color:var(--s-input-border-error)
}
#save-template-btn-container,#save-own-template-btn-container{
  display: flex;
  justify-content: center;
  margin:10px;
  height:36px;
}
#template-name,#own-template-name{
  width:170px;
  height:36px
}

.sheets{
  border:2px solid var(--s-card-border);
  width:900px;
  height:550px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  
  .sheets{
    border:2px solid var(--s-card-border);
    width:500px;
    height:550px;
  }
}
.sheet-header{
  width:100%;
  padding:0 10px;
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
}
.sheet-header div{
  margin:0 5px;
}
.sheet-header .fa{
  font-size: 25px;
}
.sheet-list{
  display: flex;
  justify-content: flex-start;
  padding:10px;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 20px;
  column-gap: 50px;
  overflow-y: auto;
  flex:1
}
.sheet{
  height:200px;
  width:180px;
  cursor:pointer;
  
}
.card-div{
  width:100%;
  height:120px;
  font-size: 16px;
}
.sheet .card-body{
  border-top:1px solid var(--s-input-border);
  height:80px;
}
.card-div img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit: contain
}
.sheet-name{
  width:150px;
  white-space: normal;
  overflow-wrap: break-word;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sheet-name span{
  display: inline-block;
  
}
.sheet-description{
  width:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
#rightClickMenu,#rightClickDeleteMenu {
  position: absolute;
  display: none;
  z-index: 1000;
}
#rightClickMenu li,#rightClickDeleteMenu li{
  display: flex;
  justify-content: center;
}
#rightClickMenu a,#rightClickDeleteMenu a{
  text-decoration: none;
  text-align: center;
  
}
.default-sheet {
  border:2px solid #48494B
}
.chart-toolbar{
  height:30px;
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}
.chart-toolbar .fa{
  font-size: 20px;
  padding:5px;
  cursor: pointer;
}
.chart-properties-pane{
  width:100%;
  flex:1
}
.chart-properties-pane .accordion-header{
  width:230px;
  height:36px;
  border-radius: 5px;
  border: 1px solid var(--s-input-border);
  margin-left:auto;
  margin-right: auto;
  margin-top:10px
  
  
}
.chart-properties-pane .accordion-header button{
  text-decoration: none;
}
.chart-properties-pane .accordion-body{
  width:230px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right: auto;
  border-left:1px solid var(--s-input-border);
  border-right:1px solid var(--s-input-border);
  border-bottom:1px solid var(--s-input-border);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 10px;
  padding:10px
}
.chart-properties-pane .accordion-body .form-input-group{
  width:210px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.form-switch{
  width:100px;
  margin-left: 5px;
}
.form-switch .form-check-input{
  cursor: pointer;
}
#pane3{
  position: relative;
}
#user-list{
  width:230px;
  height:400px;
  margin:10px auto;
  background-color: var(--bs-body-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#user-list .search-form-group{
  width:210px
}
#user-content{
  flex:1;
  overflow-y: auto;
}
.user-content-item{
  width:210px;
  height:30px;
  display: flex;
  margin:0 auto
}
.user-content-item .user-access-checkbox{
  width:30px;
  font-size:20px
  
}
.user-content-item{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.user-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px auto;
}
.user-filter .form-input-group{
  width:115px;
  display: flex;
  justify-content: center;
}
.user-filter .form-input-group div{
  width: fit-content;
  margin:0 10px
}

.select2-container-multi{
  height:fit-content;
  min-height:36px;
}
#save-by-role-container{
  width:220px;
  margin:5px;
  display: flex;
  justify-content: start;
  align-items: center;
  height:36px
}
#save-by-role-container label{
  line-height: 36px;
  
}
#save-by-role-container label i{
  margin-right: 5px;
  color:var(--s-tabs-text-active)
}
#save-by-role-container div{
  font-size: 20px;
  margin-left: 10px;
  width:30px;
  height:36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#save-by-role-container div input{
  margin: auto;
}
#dashboard-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
#dashboard-access{
  width:36px;
  height:34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0ecfd;
  color: #174ea6;
  font-size: 20px;
  border-radius: 5px;
}
.dashboard-tool-item{
  cursor:pointer
}


#dashboard-user-list{
  width:470px;
  height:500px;
  margin:10px auto;
  background-color: var(--bs-body-bg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#dashboard-user-list .search-form-group{
  width:440px
}
#dashboard-user-content{
  flex:1;
  overflow-y: auto;
  
}
.dashboard-user-content-item{
  width:440px;
  height:30px;
  display: flex;
  align-items: center;
  margin:0 auto
}

.dashboard-user-content-item .dashboard-user-access-checkbox{
  width:30px;
  font-size:20px

}
.dashboard-user-content-item{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.dashboard-user-filter{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px auto;
}
.dashboard-user-filter .form-input-group{
  width:220px;
  display: flex;
  justify-content: center;
}
.dashboard-user-filter .form-input-group div{
  width: fit-content;
  margin:0 10px
}


#dashboard-save-by-role-container{
  width:470px;
  margin:5px auto;
  display: flex;
  justify-content: start;
  align-items: center;
  height:36px;
}
#dashboard-save-by-role-container label{
  line-height: 36px;

}
#dashboard-save-by-role-container label i{
  margin-right: 5px;
  color:var(--s-tabs-text-active)
}
#dashboard-save-by-role-container div{
  font-size: 20px;
  margin-left: 10px;
  width:30px;
  height:36px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
#dashboard-save-by-role-container div input{
  margin: auto;
}

#dashboard-roleSelect{
  width:470px;
  min-height:34px;
  height:fit-content;
  border-radius:0;
  border:none;
  outline:none;
  box-shadow:none;
  padding:0;
  margin:0
}
#user-access-body{
  height:580px;
  overflow-y: auto;
}
#filter-bar{
  height:36px;
  width:100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin:10px 0
}
#datetime-picker{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.datetime-input{
  margin:0 10px;
  height:30px
}
.datetime-input input{
  height:auto !important;
  box-sizing: border-box !important;
  padding:2px !important;
}
#blend-data-container{
  width: 100%;
  height:600px;
  position: sticky;
  bottom:0;
  background-color: var(--s-input-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none;
  
}
section.content {
  min-height: calc(100vh - 60px) !important;
}
/*section.content {*/
/*  padding:0 !important;*/
/*  margin:0 !important;*/
/*}*/
#dashboard-section{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  min-height: 100vh;
  height:fit-content;
  padding:0;
  margin:0;
  background-color: var(--s-input-bg);
}
#blend-data-toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px;
  font-size: 16px;
  font-family: Roboto, sans-serif;
  cursor: default;
  opacity: .70;
  font-weight: 500;
  background-color: var(--bs-body-bg);
  border-bottom:1px solid var(--s-input-border)
}
#blend-data-body{
  width:100%;
  padding:10px;
  display: flex;
  justify-content: start;
  align-items: center;
  overflow-x: auto;
}
.blend-data-source{
  width:260px;
  height:480px;
  border:1px solid var(--s-input-border);
  position: relative;
 
  
}
.blend-data-body{
  overflow-y: auto;
  height:280px;
  width:260px;
  padding-bottom: 10px;
}


.blend-data-source-header{
  background-color: var(--bs-body-bg);
  border-bottom:1px solid var(--s-input-border);
  padding:10px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  
}
.blend-data-source-header div{
  height:36px
}
.blend-data-source-header-title{
  font-size: 14px;
  font-family: Roboto, sans-serif;
  cursor: default;
  opacity: .54;
}
.blend-data-dataSource{
  width:230px;
  position: relative;
  height:36px;
  border:none
}
.blend-dataSource{
  width:225px;
  height:36px;
  
  padding:0;
  margin:0
}
.blend-data-source-body{
  padding:10px;
  overflow-y: auto;
  height: 180px;
  position: relative;
}
.blend-data-dimension-type{
  text-align: center;
  line-height: 36px;
  text-space: 1px;
  font-size: 8px;
  font-weight: bold;
  width:36px;
  height:36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--s-input-border);
}
.blend-data-dimension-name{
  text-align: left;
  line-height: 36px;
  text-space: 1px;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:0 5px;
  width:190px;
  height:36px;
  position:relative
}
.blend-data-dimension-group{
  background-color: #d0e4cc;
  width:215px;
  height:36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  color:#000
}
.configure-join-btn{
  width:130px;
  height:130px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  transform:translate(-140px,-15px);
  position: absolute;
  z-index: 350;
  background-color: var(--s-card-bg);
  
  
}
.configure-join-btn:hover,.join-btn:hover{
  background-color: var(--bs-body-bg);
}
.joint-container{
  position: relative;
  height:fit-content;
  
}

.join-btn{
  width:90px;
  height:120px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  transform:translate(-90px,-15px);
  position: absolute;
  z-index: 350;
  background-color: var(--s-card-bg);

}
.joint-container .fa-plus{
  
  color:#ffffff;
  font-size: 16px;
}
.join-btn-icon{
  background-color:#0d6efd;
  width:18px;
  height:18px;
  border-radius: 50%;
  margin-left:auto;
  margin-right:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.configure-join-btn-icon{
  font-size: 16px;
}
.delete-blend-data-btn{
  position: absolute;
  top:5px;
  right:5px;
  
}
#join-modal{
  width: 640px;
  height:500px;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: var(--s-input-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
  padding:10px 20px;
  display: none;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#join-modal-title{
  font-size: 18px;
}
.join-modal-type{
  font-size: 15px;
}
#join-type-list{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width:100%
  
}
#join-condition-list{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width:100%;
  overflow-y: auto;
  

}
.join-condition-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-type{
  width:100px;
  height:100px;
  border: 1px solid var(--s-input-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor:pointer
}
#join-modal-button-bar{
  margin-top:auto;
  width:100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.join-modal-button{
  color:#1a73e8;
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-size: 14px;
  padding:10px
}
.join-condition-item-left,.join-condition-item-right{
  width:270px;
  height:25px;
  border: 1px solid var(--s-input-border);
  
}
.join-condition-item-icon{
  width:36px;
  height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.join-condition-item-left-add,.join-condition-item-right-add{
  width:270px;
  height:25px;
  border: 1px dashed var(--s-input-border);
  display: flex;
  justify-content: start;
  align-items: center;
  margin:5px 0;
  cursor: pointer;
}
.join-condition-icon{
  background-color:#0d6efd;
  width:18px;
  height:18px;
  border-radius: 50%;
  color:#ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 10px
}
#dimension-menu,#dimension-menu2{
  width:180px;
  height:250px;
  top:0;
  left:0;
  z-index: 300;
  position: absolute;
  background-color: var(--s-input-bg);
  border: 1px solid var(--s-input-border);
  display: none;
}
#dimension-menu-body,#dimension-menu-body2{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height:180px;
  overflow-y: auto;
}
.blend-data-dimension-type-2{
  text-align: center;
  line-height: 36px;
  text-space: 1px;
  font-size: 8px;
  font-weight: bold;
  width:25px;
  height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--s-input-border);
}
.blend-data-dimension-name-2{
  text-align: left;
  line-height: 25px;
  text-space: 1px;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:0 5px;
  width:135px;
  height:25px;
  position:relative
}
.blend-data-dimension-group-2{
  background-color: #d0e4cc;
  width:160px;
  height:25px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  color:#000;
  cursor:pointer;
}
.blend-data-dimension-group-3{
  background-color: #d0e4cc;
  width:270px;
  height:25px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  color:#000;
  cursor:pointer;
}
.blend-data-dimension-name-3{
  text-align: left;
  line-height: 25px;
  text-space: 1px;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding:0 5px;
  width:210px;
  height:25px;
  position:relative
}

.blend-data-dimension-type-3{
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  width:25px;
  height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--s-input-border);
}
.blend-data-dimension-delete{
  width:25px;
  height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#add-join-condition-item-btn{
  background-color:#0d6efd;
  width:18px;
  height:18px;
  border-radius: 50%;
  color:#ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin:0 10px;
  
}
.join-type-selected {
  border:2px solid #90D5FF !important;
}
.blend-data-start{
  width:250px;
  height:25px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin:5px 0;
  cursor: pointer;
  font-size: 11px;
}
.blend-data-start-icon{
  background-color:#0d6efd;
  width:15px;
  height:15px;
  border-radius: 50%;
  color:#ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 10px
}
.metric-container{
  position:relative;
  width:220px;
  height:36px;
  border: 1px solid var(--s-input-border);
  margin:0 auto;
}
.metric a{
  border: none;
  outline: none;
  text-decoration: none;
}
.metric{
  width:100%;
  height:34px;
  border-radius:0;
  border:none;
  outline:none;
  box-shadow:none;
  padding:0;margin:0
}

.blend-function-container{
  position:relative;
  width:220px;
  height:36px;
  border: 1px solid var(--s-input-border);
  margin:0 auto;
}
.blend-function a{
  border: none;
  outline: none;
  text-decoration: none;
}
.blend-function{
  width:100%;
  height:34px;
  border-radius:0;
  border:none;
  outline:none;
  box-shadow:none;
  padding:0;margin:0
}
#datatable-modal{
  width: 800px;
  height:500px;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: var(--s-input-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 200;
  padding:10px 20px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#datatable-holder{
  width:100%;
  height:100%;
  overflow:auto;
}
#join-table-main{
  width:1440px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background-color: var(--s-input-bg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 300;
  display:none;
}
#join-source,#join-destination{
  width:250px;
  height:500px;
  border-left: 1px solid var(--s-input-border);
}

#join-table-modal{
  width: 640px;
  height:500px;
  
  
  padding:10px 20px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
#join-table-modal-title{
  font-size: 18px;
}
.join-table-modal-type{
  font-size: 15px;
}
.join-table-type{
  width:100px;
  height:100px;
  border: 1px solid var(--s-input-border);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor:pointer
}
#join-table-type-list{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width:100%

}
#join-condition-list-2{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width:100%;
  overflow-y: auto;
  height:180px;


}
#add-join-condition-item-btn-2{
  background-color:#0d6efd;
  width:18px;
  height:18px;
  border-radius: 50%;
  color:#ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin:0 10px;

}
#join-table-modal-button-bar{
  margin-top:auto;
  width:100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#dimension-menu-table,#dimension-menu-table2{
  width:180px;
  height:250px;
  top:0;
  left:0;
  z-index: 300;
  position: absolute;
  background-color: var(--s-input-bg);
  border: 1px solid var(--s-input-border);
  display: none;
}
#dimension-menu-table-body,#dimension-menu-table-body2{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  height:180px;
  overflow-y: auto;
}
.join-table-dataSource{
  width:220px;
  position: relative;
  height:36px;
  border:none
}
.join-dataSource{
  width:215px;
  height:36px;

  padding:0;
  margin:0
}
.datatable-source-body{
  padding:10px;
  overflow-y: auto;
  height: 340px;
  position: relative;
}
.table-data-start{
  width:250px;
  height:25px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin:5px 0;
  cursor: pointer;
  font-size: 11px;
}
.table-data-start-icon{
  width:15px;
  height:15px;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 10px;
  color:#5bb450
}
.blend-chart-type-list{
  width:100%;

  height:fit-content;
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  padding:8px;
  flex-wrap: wrap;
  align-items: start;
  row-gap: 10px;
  column-gap: 15px;
}
.blend-chart-type{
  width:30px;
  height:30px;
  border: 1px solid var(--s-input-border);
}
#chart-section{
  display:none
}
#scoreboard-section{
  display:none
}
#primary-metric-container,#comparison-metric-container{
  display: flex;
  justify-content: center;
  align-items: center;
  height:34px;
  width:224px;
  /*border: 1px solid var(--s-input-border);*/
  margin:0 auto;
  border-radius:5px
}
#primary-metric-config,#comparison-metric-config{
  width:34px;
  height:34px;
  border-radius: 4px 0 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-primary);
  cursor: pointer;
}
#primary-metric,#comparison-metric{
  width:100%;
  /*border-radius:0;*/
  /*border:none;*/
  /*outline:none;*/
  /*box-shadow:none;*/
  padding:0;
  margin:0
}
#primary-metric a,#comparison-metric a{
  /*border:none;*/
  /*outline:none;*/
  /*box-shadow:none;*/
  /*text-decoration: none;*/

}
#primary-metric-holder,#comparison-metric-holder{
  flex:1;
  height:34px;
  border:none
}



#primary-metric-edit,#comparison-metric-edit{
  display: none;
  font-size: 16px;
  color: #174ea6;
}

#comparison-type,#period-metric,#target-metric,#auto-date-formula,#primary-metric-precision,#comparison-metric-precision{
  width:100%;
}
.big-title{
  font-size: 13px;
  font-weight: 700;
  opacity: .54;
  margin:15px;
}
.scoreboard-value-holder{
  width:224px;
  height:36px;
  margin:0 auto
}
.scoreboard-value-holder input{
  width:100%
}
#show-progress-holder,#compact-value-holder,#show-absolute-holder,#hide-comparison-holder{
  width:215px;
  height:20px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin:10px auto;
  font-size: 12px;
  line-height: 20px;
}
#show-progress-holder input,#compact-value-holder input,#show-absolute-holder input,#hide-comparison-holder input{
  margin-right:10px;
  font-size: 20px;
}
#show-progress-holder label,#compact-value-holder label,#show-absolute-holder label,#hide-comparison-holder label{
  line-height:20px 
}
#date-formula-holder{
  width:224px;
  margin:10px auto;
  font-size: 12px;
  
}
#date-formula-holder .form-input-group{
  height:30px;
  line-height: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-left: 6px;
}
#date-formula-holder .form-input-group input{
  font-size: 20px;
  margin-right:10px
}
#custom-date-holder{
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.custom-date{
  width:112px;
  height:36px
}
.custom-date input{
  width:100%
}
.target-metric,.target-value,.start-value,.period-metric{
  display: none;
}
#edit-metric{
  width:450px;
  height:550px;
  position: fixed;
  bottom:0;
  right: 110px;
  z-index:200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: var(--s-input-bg);
  display: none;
  flex-direction: column;
  
  
}
#edit-metric-header{
  width:100%;
  height:30px;
  background-color: #e0ecfd;
  padding:0 10px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#edit-metric-header-title{
  color: #174ea6;
}
.edit-metric-container{
  width:420px;
  
  margin:5px auto
}
.edit-metric-container input,.edit-metric-container select{
  width:100%
}
#edit-metric-body{
  flex:1;
  overflow-y: auto;
}
#save-primary-metric-btn-container{
  margin-bottom:10px;
  
  margin-left: auto;
  margin-right: auto;
  height:40px;
  width:420px;
  display: flex;
  justify-content: end;
  column-gap: 10px;
}
#comparison-field {
  display: none;
}
#primary-metric-edit,#comparison-metric-edit{
  display:none
}




#edit-comparison-metric{
  width:450px;
  height:550px;
  position: fixed;
  bottom:0;
  right: 110px;
  z-index:300;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: var(--s-input-bg);
  display: none;
  flex-direction: column;

}
#edit-comparison-metric-header{
  width:100%;
  height:30px;
  background-color: #e0ecfd;
  padding:0 10px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#edit-comparison-metric-header-title{
  color: #174ea6;
}
.edit-comparison-metric-container{
  width:420px;

  margin:5px auto
}
.edit-comparison-metric-container input,.edit-comparison-metric-container select{
  width:100%
}
#edit-comparison-metric-body{
  flex:1;
  overflow-y: auto;
}
#save-comparison-metric-btn-container{
  margin-bottom:10px;

  margin-left: auto;
  margin-right: auto;
  height:40px;
  width:420px;
  display: flex;
  justify-content: end;
  column-gap: 10px;
}
.scoreboard-box{
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.scoreboard-display-name{
  width:100%;
  height:20px;
  font-size: 15px;
  opacity: .54;
}
.scoreboard-display-value{
  width:100%;
  height:20px;
  font-size: 20px;
  opacity: .8;
}
.scoreboard-display-comparison{
  display: flex;
  justify-content: start;
  align-items: center;
  gap:10px;
  font-size: 12px;
  
}
.scoreboard-comparison-icon{
  width:15px;
  font-weight: bold;
}
.scoreboard-comparison-icon .fa-arrow-up{
  color:#27dc3c;
}

.scoreboard-comparison-icon .fa-arrow-down{
  color:#ff0000;
}
.scoreboard-comparison-value{
  
  font-weight: bold;
}
.scoreboard-comparison-label{
  opacity:.75;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dateRange-filter{
  display: flex;
  flex:1;
  justify-content: start;
  align-items: center;
}
.dropdown-filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-definition-filter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-title{
  display: none;
  
}
.dropdown-category{
  width:180px
}
.dropdown-category select{
  width:100%
}
.dropdown-toggle{
  margin-right:10px;
  font-size:20px;
  text-decoration: none;
  
}
.dropdown-toggle.show{
  border:none !important;
}
.dropdown-filter .dropdown-menu{
  width:300px;
  height:450px;
  z-index: 700 !important;
  padding:0 !important;
 
}
.dateRange-filter .dropdown-menu{
  width:250px;
  height:fit-content;
  z-index: 700 !important;
  padding:0 !important;
  background-color: #ffffff;
  
}
.dateRange-filter .dropdown-menu .dropdown-menu-item{
  margin:5px auto;
  cursor: pointer;
}
.dateRange-filter .dropdown-menu .dropdown-menu-item:hover{
  color:#3265b8
}
.dateRange-filter .function-display{
  width:180px;
  height:36px;
  text-align: center;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border:1px solid var(--s-input-border);
  
}
.dateRange-filter .remove-date-function{
  width:36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--s-input-border);
  border-left:none;
  cursor: pointer;
  font-size: 15px;
  color:#3265b8
}
.dropdown-menu-header{
  width:100%;
  height:56px;
  display: flex;
  justify-content: start;
  padding:10px;
  gap:10px;
}
.dropdown-menu-selectAll{
  width:36px;
  height:36px;
  font-size:25px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.dropdown-menu-title{
  line-height: 36px;
  
  font-size: 16px;
  
}
.dropdown-menu .search-form-group .search-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.dropdown-menu .search-form-group{
  margin:0 auto;
  width:300px
}
.dropdown-menu .search-form-group .search-input {
  padding-left: 2.375rem;
  width:100%
}
.dropdown-menu-body{
  overflow-y: auto;
  width:100%;
  height:350px;  
}
.dropdown-menu-item{
  width:100%;
  height:30px;
  display: flex;
  justify-content: start;
  padding:10px;
  gap:10px;
}
.dropdown-menu-item-select{
  width:36px;
  height:30px;
  font-size:20px;
  display:flex;
  justify-content: center;
  align-items: center;
}
.dropdown-menu-item-title{
  line-height: 30px;

  font-size: 14px;

}
.delete-filter-btn{
  cursor:pointer;
  font-size: 16px;
  position: absolute;
  top:0;
  right:0;
  width:fit-content;
}
.grid-stack {
}
.grid-stack-item {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}

/* Default configuration (larger screens) */
@media (min-width: 768px) {
  .grid-stack {
    width: 100%;
  }
  .grid-stack-item {
    width: auto;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  .grid-stack-item {
    width: 100%;  /* Full-width on mobile */
  }
}
.highlight{
  box-shadow: 0px 0px 10px 5px var(--bs-primary);
}
#bom-modal .modal-dialog{
  max-width: 95vw !important;
  height: 700px;
}
#bom-modal .modal-dialog .modal-content{
  height:95% !important;
  max-width:100% !important;
  width: 95vw !important;
}
#bom-table-list{
  height:500px;
  overflow-y: auto;
  width:98%;
  margin:0 auto !important;
}
.bom-table-item{
  min-height:40px;
  height:fit-content;
  text-align: center;
  background-color: var(--s-alt-row-bg);
  margin:5px 0!important;
  width:100%;


}
.bom-table-list-header-row{
  background-color: var(--bs-body-bg);
  color: var(--s-tabs-text);
  text-align: center;
  margin:1px auto !important;
  width:98%;
}
.bom-table-item-col{
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  padding:5px;
}
.highlight-table{
  box-shadow: 0px 0px 5px 2px var(--bs-primary);
}
input[name=table-quantity]{
  width:98%;

}
#join-column-picker-container{
  width:250px;
  height:500px;
  overflow-y: auto;
  padding: 5px 5px;
  border-left: 1px solid var(--s-input-border);
}
.join-modal-column{
  font-size: 18px;
  width:100%;
  text-align: center;
}
#join-condition-column-2{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 230px;
  height: 410px;
  overflow-y: auto;


}
.join-condition-column{
  background-color: #d0e4cc;
  width: 215px;
  height: 36px;
  border: 1px solid var(--s-input-border);
  border-radius: 5px;
  margin: 0 auto;
  display: flex;
  color: #000;
  font-size: 10px;
  line-height: 36px;
}
.join-condition-column-picker{
  width: 36px;
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-condition-column-picker input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.join-condition-column-name{
  width: 179px;

}

#dashboard_refresh {
  cursor: pointer;
  margin-left: 1em;
  scale: 1.5;
}
#dashboard_refresh:hover {
  text-shadow: 0px 0px 6px var(--s-sidebar-icon-active);
}
