@charset "UTF-8";

html,
body {
  /* Prevent scroll on narrow devices */
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  color: #333333;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}

/* Branding
*****************/
.btn-gray {
  background: #e0e0e0 !important;
  border-color: #c9c9c9;
}

.blue-color {
  color: #24438d;
}

.red-color {
  color: #de1414;
}

.white {
  color: #FFF;
}

.icon-color {
  color: #aaaaaa !important;
  cursor: pointer;
}

.icon-color :hover {
  color: #24438d;
}

.icon-delete :hover {
  color: #de1414 !important;
}

.bg-navigation {
  background: #f2f7fb;
  border-bottom: 1px solid #24438d;
  padding: 5px 20px;
}

@media (min-width: 1200px) {
  .bg-navigation {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
  }
}

.arrowUP {
  width: 30px;
  position: absolute;
  top: -14px;
  right: 40%;
}

.arrowRight-5 {
  right: 5px !important;
}

.item-text {
  width: 300px;
}

.icon-size {
  font-size: 24px;
  color: #c9c9c9;
}

.strong {
  font-weight: bold;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f11 {
  font-size: 11px;
}

.title {
  font-weight: bold;
}

.modal-title {
  font-weight: bold;
}

.table-sm th {
  font-size: 13px;
}

.table-sm td {
  font-size: 13px;
}

.table-sm-bg {
  background: #fff;
}

.data-head {
  background: #f8f8f8;
  margin: 10px 8px -1px;
  border: 1px solid #d0d0d0;
  border-top: 4px solid #267bbf;
  padding-top: 5px;
  padding-bottom: 2px;
}

/* Font size
*****************/
h1,
.h1 {
  font-size: 36px !important;
  font-family: "Montserrat", sans-serif !important;
}

h2,
.h2 {
  font-size: 30px !important;
  font-family: "Montserrat", sans-serif !important;
}

h3,
.h3 {
  font-size: 24px !important;
  font-family: "Montserrat", sans-serif !important;
}

h4,
.h4 {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
}

h5,
.h5 {
  font-size: 14px !important;
  font-family: "Montserrat", sans-serif !important;
}

h6,
.h6 {
  font-size: 12px !important;
}

.f24 {
  font-size: 24px;
}

.f18 {
  font-size: 18px;
}

label {
  margin-bottom: 2px;
}

a {
  text-decoration: none;
  transition: all 0.8s ease;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

.table td,
.table th {
  vertical-align: middle;
}

.pointer {
  cursor: pointer;
}

button:focus {
  outline: 0px !important;
}

.hide {
  display: none;
}

/*  page
*****************/
.wrapper {
  margin-left: 100px;
  margin-right: 20px;
  margin-top: 15px;
}

.wrapper-home {
  position: fixed;
  left: 0px;
  right: 300px;
  top: 75px;
  bottom: 0px;
  overflow-y: auto;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 25px;
}

.bg-color {
  background: #f2f7fb;
}

.signup {
  max-width: 450px;
  margin: 0 auto;
  padding: 15px;
}

.signup .signup-wrap {
  padding: 0px 25px 25px;
  border-radius: 10px;
  background: #ffffff;
}

.signup label {
  padding-top: 10px;
}

.signup button {
  margin-top: 10px;
}

.signup .gf {
  border-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.signup .gf:hover {
  background-color: #f7f7f7;
}

.signup .logo-up {
  padding: 20px 0px;
  text-align: center;
}

.signup .or {
  border-bottom: 1px dashed #c9c9c9;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 15px;
  text-align: center;
}

.signup .or span {
  position: absolute;
  top: 0px;
  background: #fff;
  padding: 10px;
  margin-left: -25px;
}

.signup p {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  width: 300px;
  margin: 0 auto;
}

.signup .account-in {
  text-align: center;
}

.signup .account-in a {
  font-weight: bold;
  margin-left: 5px;
}

.signIn-box {
  max-width: 1000px;
  margin: 50px auto 0px;
}

.signIn {
  padding: 25px;
  border-radius: 10px;
  background: #ffffff;
}

.signIn label {
  padding-top: 10px;
}

.signIn button {
  margin-top: 10px;
}

.signIn .gf {
  border-radius: 30px;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.signIn .gf:hover {
  background-color: #f7f7f7;
}

.signIn .logo-up {
  margin-bottom: 30px;
  text-align: center;
}

.signIn .or {
  border-bottom: 1px dashed #c9c9c9;
  position: relative;
  padding: 10px 0px;
  margin-bottom: 10px;
  text-align: center;
}

.signIn .or span {
  position: absolute;
  top: 5px;
  background: #fff;
  padding: 5px;
  margin-left: -10px;
}

.signIn p {
  text-align: center;
  font-size: 14px;
  padding: 5px;
  margin: 0 auto;
}

.signIn .account-in a {
  font-weight: bold;
  margin-left: 5px;
}

.footer {
  font-size: 12px;
  clear: both;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}

.table th {
  background: #f2f7fb;
}

.navbar {
  border-bottom: 1px solid #e0e0e0;
}

.navbar-nav {
  margin: 0 auto;
}

.navbar-nav .nav-item a {
  font-size: 13px;
  text-align: center;
}

.navbar-nav .nav-item a i {
  font-size: 30px;
}

.navbar-nav li {
  margin: 0 2px;
}

.right-icons {
  padding: 0px 8px;
}

.right-icons .nav-icon i {
  font-size: 24px;
}

.right-icons .btn-sm {
  font-size: 12px;
}

.btn-primary {
  background-color: #22418c !important;
  border-color: #22418c !important;
}

.btn-primary:hover {
  background-color: #267bbf !important;
  border-color: #267bbf !important;
}

.n-num {
  position: absolute;
  top: -12px;
  background: #e22a2a;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
  border: 1px solid #f8f9fa;
  left: 15px;
  font-size: 12px;
  padding-top: 3px;
}

.user-info {
  padding-top: 30px;
}

.img-upload {
  position: relative;
}

.img-upload .cam {
  position: absolute;
  top: 90px;
  margin-left: -50px;
}

.verify-code {
  width: 65px;
  height: 65px;
  font-size: 45px;
  text-align: center;
}

.main {
  margin-right: 290px;
}

.home-block {
  width: 100%;
  border: 1px solid #c9c9c9;
  height: 340px;
  overflow: auto;
}

.right-side {
  position: fixed;
  width: 300px;
  right: 0px;
  top: 72px;
  background: #f7f7f7;
  border-left: 1px solid #c0c0c0;
  bottom: 0px;
  padding: 10px;
}

.right-side th {
  border-bottom: 1px solid #c9c9c9;
  font-size: 13px;
}

.right-side td {
  font-size: 13px;
  border: none;
  padding: 2px 5px;
}

.right-side i {
  font-size: 14px;
}

.replace {
  width: 100%;
}

.replace .block {
  padding: 20px;
  background: #f0f0f0;
}

.importFileIcon {
  text-align: center;
}

.importFileIcon a {
  padding: 20px;
  width: 160px;
  margin: 20px 10px;
}

.importFileIcon a label {
  margin-bottom: 15px;
}

.importFileIcon a i {
  font-size: 50px;
}

.dbinfo label {
  padding-top: 8px;
}

.dicheck {
  background: #267bbf;
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.dicheck-alert {
  margin-top: 24px;
  width: 100%;
  text-align: center;
  background: #f0f0f0;
}

.dicheck-alert td {
  padding: 15px 10px 0px;
  border: 1px solid #fff;
}

.left-data {
  max-height: 450px;
  overflow: auto;
}

.monitoring img {
  border: 1px solid #c9c9c9;
}

.space-top {
  height: 95px;
}

.mat-table mat-header-row {
  background: #f2f7fb;
  min-height: 30px;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom-width: 0px;
  font-size: 12px;
}

.mat-table mat-row {
  min-height: 28px;
  border-top: 1px solid #ccc;
  border-bottom-width: 0px;
  font-size: 12px;
}

.right-top-data {
  min-height: 20px;
  max-height: 500px;
  overflow-x: hidden;
}

.right-top-data td {
  font-size: 12px;
}

.right-top-data2 {
  min-height: 20px;
  max-height: 310px;
  overflow-x: hidden;
}

.right-data2 thead {
  display: block;
}

.right-data2 thead th {
  font-size: 12px;
}

.right-data2 tbody {
  min-height: 30px;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}

.right-data2 tbody td {
  font-size: 12px;
}

.list-group-item {
  border: inherit;
  border-bottom: 1px solid #c9c9c9;
}

.data-visualization {
  height: 400px;
  overflow-y: auto;
}

.container {
  padding: 1rem;
  margin: 1rem;
}

.table-scroll {
  /*width:100%; */
  display: block;
  empty-cells: show;
  /* Decoration */
  border-spacing: 0;
}

.table-scroll thead {
  background-color: #f1f1f1;
  position: relative;
  display: block;
  width: 100%;
}

.table-scroll tbody {
  /* Position */
  display: block;
  position: relative;
  width: 100%;
  overflow-y: auto;
  /* Decoration */
}

.table-scroll tr {
  width: 100%;
  display: flex;
}

.table-scroll td,
.table-scroll th {
  flex-basis: 100%;
  flex-grow: 2;
  display: block;
}

.table-scroll tbody tr:nth-child(2n) {
  background-color: #f9f9f9;
}

.body-half-screen {
  max-height: 412px;
}

.small-col {
  flex-basis: 10%;
}

.page-item.active .page-link {
  color: #fff !important;
}

.bulk-file td {
  border-top: 0px;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg-color1 {
  width: 100%;
  height: 100vh;
  background: #f2f7fb;
  display: flex;
  justify-content: center;
  align-items: center;
}

input,
button {
  border: none;
  outline: none;
  background: none;
}

.cont {
  overflow: hidden;
  position: relative;
  width: 900px;
  height: 620px;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
}

.form {
  position: relative;
  width: 640px;
  height: 100%;
  transition: transform 1.2s ease-in-out;
}

.submit {
  margin-top: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  background: #267bbf;
}

.submit:hover {
  background: #24438d;
}

.social-media ul {
  list-style: none;
}

.social-media ul li {
  display: inline-block;
  cursor: pointer;
  margin: 25px 15px;
}

.social-media img {
  width: 40px;
  height: 40px;
}

.sub-cont {
  overflow: hidden;
  position: absolute;
  left: 640px;
  top: 0;
  width: 900px;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  transition: transform 1.2s ease-in-out;
}

.cont.s-signup .sub-cont {
  transform: translate3d(-640px, 0, 0);
}

.img {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  height: 100%;
  padding-top: 360px;
}

.img:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 900px;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  transition: transform 1.2s ease-in-out;
}

.img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.cont.s-signup .img:before {
  transform: translate3d(640px, 0, 0);
}

.img-text {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  transition: transform 1.2s ease-in-out;
}

.img-text h2 {
  margin-bottom: 10px;
  font-weight: normal;
}

.img-text p {
  font-size: 14px;
  line-height: 1.5;
}

.cont.s-signup .img-text.m-up {
  transform: translateX(520px);
}

.img-text.m-in {
  transform: translateX(-520px);
}

.cont.s-signup .img-text.m-in {
  transform: translateX(0);
}

.sign-in {
  transition-timing-function: ease-out;
}

.cont.s-signup .sign-in {
  transition-timing-function: ease-in-out;
  transition-duration: 1.2s;
  transform: translate3d(640px, 0, 0);
}

.img-btn {
  overflow: hidden;
  z-index: 2;
  position: relative;
  width: 100px;
  height: 36px;
  margin: 0 auto;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  top: 100px;
}

.img-btn:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 30px;
}

.img-btn span {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 1.2s;
}

.img-btn span.m-in {
  transform: translateY(-72px);
}

.cont.s-signup .img-btn span.m-in {
  transform: translateY(0);
}

.cont.s-signup .img-btn span.m-up {
  transform: translateY(72px);
}

.sign-up {
  transform: translate3d(-900px, 0, 0);
}

.cont.s-signup .sign-up {
  transform: translate3d(0, 0, 0);
}

.content-box .dropdown-menu {
  min-width: 30px !important;
}

.data-trasform-rm {
  margin-right: 400px;
}

.right-side-2 {
  border: 1px solid #d0d0d0;
  border-top: 4px solid #267bbf;
  background: #f8f8f8;
  height: 360px;
  padding: 10px;
}

.right-side-2 .table td {
  border: none;
  border-bottom: 1px solid #c9c9c9;
  font-size: 15px;
}

.left-side-block {
  border: 1px solid #d0d0d0;
  border-top: 4px solid #267bbf;
  background: #f8f8f8;
  height: 360px;
  padding: 10px;
  overflow-x: auto;
}

.arrow-move {
  text-align: center;
  margin-top: 55px;
}

.arrow-move .btn-link {
  font-size: 50px;
}

.slide-block {
  width: 100%;
  padding: 10px 10px 0px;
}

.slide-block .form-control,
.slide-block .form-control-sm {
  border-radius: 0px;
}

.btn-tab {
  position: absolute;
  bottom: 2px;
  left: 10px;
  right: 9px;
  border-top: 1px solid #d0d0d0;
  height: 30px;
  background: #f8f8f8;
}

.btn-tab button {
  padding: 4px 10px;
}

.btn-tab .tab-1 {
  background: #e0e0e0;
}

.table-block {
  border: 1px solid #c9c9c9;
  margin: 20px 8px;
}

.table-block .table-block-head {
  padding: 6px 0px 4px;
  background: #f8f8f8;
  border-bottom: 1px solid #c9c9c9;
}

.table-main-scroll {
  height: 300px;
  overflow-x: hidden;
}

.table-scroll-body tbody {
  display: block;
  max-height: 220px;
  overflow-y: scroll;
}

.table-scroll-body thead,
.table-scroll-body tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .text-ellipsis {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }

  .text-ellipsis-home {
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis-home:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }
}

@media (min-width: 1500px) and (max-width: 1799px) {
  .text-ellipsis {
    width: 340px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }

  .text-ellipsis-home {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis-home:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }
}

@media (min-width: 1800px) {
  .text-ellipsis {
    width: 440px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }

  .text-ellipsis-home {
    width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-ellipsis-home:hover {
    overflow-wrap: break-word;
    text-overflow: inherit;
    white-space: inherit;
  }
}

.b0 td {
  padding: 0px;
}

.b0 input {
  border: none !important;
  border-radius: 0px !important;
}

.table-head {
  position: relative;
}

.table-head th {
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-box {
  height: 175px;
  overflow-x: hidden;
  border: 1px solid #ccc;
}

.td-remove-bdr td {
  border: none;
}

.td-remove-bdr .form-group {
  margin-bottom: 0px;
}

.height-auto {
  height: auto !important;
}

.table {
  margin-bottom: 0px;
}

.bdr-chart {
  border: 1px solid #ccc;
  padding: 10px;
}

.dcb {
  text-align: center;
  border: 1px solid #f8f8f8;
}

.dcb .active {
  border: 1px solid #267bbf;
}

.dcb:hover {
  border: 1px solid #267bbf;
}

.dcb h5 {
  margin: 0 !important;
}

.chart-block .btn {
  padding: 0px;
}

.select-box {
  height: 250px;
  overflow: auto;
}

.select-box .panel-title {
  border-bottom: 1px solid #ccc;
  padding: 3px 0px;
}

.select-box .panel-title a {
  font-size: 16px;
  color: #111;
}

.select-box .panel-body {
  padding: 2px 0px 2px 20px;
}

.log-box {
  background: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  height: 295px;
  overflow: auto;
}

.manual-tab .nav-link {
  border-radius: 0px;
  padding: 5px 10px 3px 10px;
}

.m-red {
  background: #de1414;
}

.m-blue {
  background: #24438d;
}

.m-green {
  background: #33b649;
}

.m-orange {
  background: #e2a243;
}

.manual-tab-block {
  overflow: hidden;
  margin-bottom: 22px;
  text-align: center;
}

.faq .card {
  border: 0;
}

.faq .card .card-header {
  padding: 0px;
}

.faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  border-bottom: 1px solid #ccc;
  color: #222;
}

.faq .card .collapse {
  border: 0;
}

ul,
#myUL {
  list-style-type: none;
}

#myUL {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  /* IE 10+ */
  user-select: none;
}

.caret::before {
  content: "▶";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.caret-down::before {
  /* IE 9 */
  /* Safari */
  transform: rotate(90deg);
}

.nested {
  display: none;
}

.active {
  display: block;
}

.left-pane {
  background: #f7f7f7;
  z-index: 0 !important;
  padding: 100px 10px 0px;
}

.list-data .caret {
  font-weight: 600;
  font-size: 13px;
}

.list-data li {
  padding: 5px 2px;
  border-bottom: 1px solid #ccc;
}

.list-data .nested li {
  padding: 3px 0px;
  margin-left: 20px;
}

.list-data .nested li:last-child {
  border-bottom: 0px;
}

.layout-fixed .main-sidebar {
  border-right: 1px solid #c0c0c0;
}

.fixed-top {
  font-weight: 700;
  cursor: pointer;
}

.gap-box {
  padding: 15px;
}

.select-col-type {
  border: 1px solid #ccc;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 15px;
  height: 400px;
  overflow: auto;
}

.remove {
  position: absolute;
  bottom: 15px;
  background: #f0f0f0;
  right: 9px;
  left: 9px;
}

.height-overflow {
  overflow-x: hidden;
  height: calc(100vh - 200px);
  font-size: 13px;
}

.select-content {
  height: 305px;
  overflow: auto;
  border: 1px solid #c9c9c9;
  padding: 10px 15px;
  border-radius: 4px;
}

.datagrid thead th {
  vertical-align: middle !important;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  color: #333;
}

.datagrid tbody td {
  vertical-align: middle !important;
  font-size: 14px;
  padding: 5px;
}

tr.mat-header-row {
  height: 45px !important;
}

.mat-radio-button {
  display: block !important;
  padding: 5px;
}

.seperator {
  padding: 15px 0x 15px !important;
}

.seperator i {
  font-size: 24px;
}

.seperator p {
  margin-bottom: 0px !important;
}

.ui-breadcrumb {
  padding: 0px !important;
}

.title-block {
  margin: 25px 0px 0px 20px;
}

.mat-header-cell {
  background: #f2f7fb;
}

.mat-elevation-z8 {
  position: relative;
}

.border-gradient {
  background: rgb(34, 65, 140);
  background: linear-gradient(90deg, rgb(34, 65, 140) 0%, rgb(9, 10, 115) 17%, rgb(0, 122, 217) 100%);
  height: 4px;
  position: absolute;
  top: 0px;
  width: 99%;
}

.mat-fab.mat-primary,
.mat-flat-button.mat-primary,
.mat-mini-fab.mat-primary,
.mat-raised-button.mat-primary {
  background-color: #22418c !important;
}

.block-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border: 1px solid #e0e0e0;
}

.db-left {
  position: fixed;
  left: 69px;
  top: 45px;
  bottom: 0px;
  width: 291px;
  height: 100vh;
  /* border-right: 1px solid #d0d0d0; */
  padding: 10px;

}

.db-top-bg {
  background: #f0f0f0;
}

.db-top {
  position: fixed;
  top: 54px;
  bottom: 300px;
  left: 348px;
  border-right: 1px solid #d0d0d0;
  display: block;
  right: 0px;
}

.db-top .tab-content {
  background: #fff;
}

.db-bottom {
  position: fixed;
  height: 300px;
  bottom: 0px;
  left: 350px;
  width: 100%;
  border-right: 1px solid #d0d0d0;
}

.bottom-bg {
  background: #f6f6f6;
  padding: 10px;
  border-top: 1px solid #ccc;
}

.treeview summary {
  display: block;
  cursor: pointer;
  outline: 0;
}

.treeview summary::-webkit-details-marker {
  display: none;
}

.treeview .tree-nav__item {
  display: block;
  white-space: nowrap;
  position: relative;
}

.treeview .tree-nav__item.is-expandable::before {
  border-left: 1px solid #333;
  content: "";
  height: 100%;
  left: 0.8rem;
  position: absolute;
  top: 30px;
  height: calc(100% - 2.4rem);
}

.treeview .tree-nav__item .tree-nav__item {
  margin-left: 2.4rem;
}

.treeview .tree-nav__item.is-expandable[open]>.tree-nav__item-title::before {
  font-family: "ionicons";
  transform: rotate(90deg);
}

.treeview .tree-nav__item.is-expandable>.tree-nav__item-title {
  padding-left: 26px;
}

.treeview .tree-nav__item.is-expandable>.tree-nav__item-title::before {
  position: absolute;
  will-change: transform;
  transition: transform 300ms ease;
  font-family: "ionicons";
  font-size: 16px;
  content: "\f125";
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.treeview .tree-nav__item-title {
  cursor: pointer;
  display: block;
  outline: 0;
}

.treeview .tree-nav__item-title .icon {
  display: inline;
  padding-left: 1.6rem;
  margin-right: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  position: relative;
}

.treeview .tree-nav__item-title .icon::before {
  top: 0;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.6rem;
  text-align: center;
}

.treeview .tree-nav__item-title::-webkit-details-marker {
  display: none;
}

/*# sourceMappingURL=main.css.map */

.blue-color {
  color: #22418C;
}

/* .cdk-global-overlay-wrapper, .cdk-overlay-container {
  z-index: 99999 !important;
} */
.mat-pseudo-checkbox-checked {
  background: blue !important;
}