.domain-text{
  max-width: 90px;
  width: 95px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-checkbox {
  display: inline-block;
  margin: 0;
}

.custom-checkbox > span {
  font-size: 14px;
  line-height: 1.29;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.checkbox-space-word > span {
  word-wrap: break-word;
  display: inline;
}

.custom-checkbox > span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #CDDAEB;
  transition: 0.3s;
  background-size: 11px 9px;
  background-repeat: no-repeat;
  background-position: 50% 80%;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox input:checked + span:before {
  background-color: #04E5B0;
  border-color: #04E5B0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5L4.18182 7L9.5 1' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E");
}

.page-nav li{
  margin-left: 20px;
}
.custom-header {
  background-color: #fff;
  box-shadow: 0px 8px 30px 5px rgba(141, 141, 209, 0.05);
}

.custom-header__logo {
  max-width: 96px;
  max-height: 40px;
}

.custom-header__box {
  display: flex;
  align-items: center;
}

.custom-header__user {
  display: flex;
  align-items: center;
  background-color: #F1F2F5;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1;
  margin-right: 16px;
  border-radius: 16px;
}

.custom-header__user svg {
  margin-right: 4px;
}

.custom-check-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 25px;
  list-style: none;
  padding: 0;
  overflow: auto;
  max-height: 110px;

}

.custom-check-wrap li {
  width: 50%;
  padding: 5px;
}

.custom-check-wrap .domain-label {
  width: 17px;
  height: 6px;
  border-radius: 8px;
  margin-left: 8px;
}

.custom-wrap {
  display: flex;
}

.custom-col-sm {
  width: 20%;
  padding: 35px 0 25px 30px;
  border-right: 1px solid #CDDAEB;
}

.custom-col-sm.active {
  width: 76px;
}

.custom-col-sm.active #domain-container {
  display: none;
}

.custom-col-sm.active .custom-filters-table-wrap {
  display: none;
}

.custom-col-sm.active .custom-toggle-btn {
  transform: rotate(180deg);
}

.custom-col-sm.active + .custom-col-lg {
  width: calc(100% - 76px);
}

.custom-col-lg {
  width: 85%;
  padding: 25px 30px 25px 0;
}

.custom-toggle-btn {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.custom-filters-table-wrap {
  margin-left: -4px;
}

.custom-filters-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-top: 40px;
  border-spacing: 2px;
}

.custom-filters-table th, .custom-filters-table td {
  border: 1px solid #CDDAEB;
}

.custom-filters-table th {
  height: 32px;
  text-align: center;
  color: #1B1B1C;
  font-size: 14px;
}

.custom-filters-table td {
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}

.custom-filters-table td .custom-checkbox {
  pointer-events: none;
}

.custom-filters-table td.selected-pane {
  background-color: #e6fcf7;
}

.custom-filters-table td:last-child {
  height: 49px;
}

.custom-box.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}

.custom-box .ui-widget-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
}

.custom-box .ui-widget-header.ui-tabs-nav {
  padding: 0 0 10px 30px;
}

.custom-box .ui-widget-header.ui-tabs-nav li {
  margin: 0;
}

.custom-box .ui-widget-header.ui-tabs-nav li.ui-state-default {
  background-color: transparent;
  border: none;
  color: #1B1B1C;
}

.custom-box .ui-widget-header.ui-tabs-nav li.ui-state-default a {
  border-radius: 4px;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 8px 5px;
  text-align: center;
}

.custom-box .ui-widget-header.ui-tabs-nav li.ui-state-active a {
  background-color: #303C91;
  cursor: default;
}

.custom-box .ui-widget-header.ui-tabs-nav li:nth-child(2) {
  margin-left: auto;
  min-width: 133px;
}

.custom-box .ui-widget-header.ui-tabs-nav li:nth-child(3) {
  min-width: 133px;
  position: relative;
}

.tabs-border {
  border-radius: 4px;
  padding: 5px 5px;
  border: 1px solid #CDDAEB !important;
  pointer-events: none;
}
.tabs-border a {
  margin-left: 10px;
}
.dropdown-toggle::before {
    display:none !important;
}
.custom-box .ui-widget-header h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}
#linetab{
  padding: 0 !important;

}

.zoom-button{
  padding: 10px;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 35px;
}

.zoom-button:hover{
  background-color: #e5e5e5;
}
.zoom-button label{
  margin-top: 15px;

}
.multiSeriesChart{
  height: 750px;
  width: 100%;
}

.carousel-button{
  position: static !important;
  width: 70px;
  height: 40px;
}


/*# sourceMappingURL=custom-style.css.map */
