@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap'); */

body {
    font-family: 'Poppins', sans-serif;
    /*padding: 1vw;*/ 
    font-size: 0.85em;
    margin: 0px;
    color: var(--color-700);
    --brand-color: #0071eb;
    background-color: var(--color-50);
    
}

a {
  color: inherit;
  text-decoration: none;
  color:var(--brand-color);
}

h1 {
  margin: 0px;
  font-size: 1.6em;
}

h2 {
  margin: 0px;
  font-size: 1.2em;
}


h3, h4 {
  margin: 0px;
}

 .c-button-small {
  padding: 3px 10px;
}

.c-button-icon-center {
  height: 16px;
}

.c-button-textonly, .c-button.c-button-textonly {
    background-color: transparent;
    padding: 0px;
    color: black;
    font-weight: normal;
    background-image: none;
}

.c-button-icon-only-large {
  background-color: transparent;
  padding: 0px; 
}
.c-button-icon-only-large > img {
  height: 20px;
}

.c-button-icon-left {
  height:1.25rem;
    margin: 0;
}

.c-modal {
    border-radius: 1em;
 }

 .c-pager-button-active {
    background-color: var(--brand-color);
 }




 c-table table {
    /* margin: 1rem; */
    width: 100%;
    border-collapse: collapse;
}

.cd-table-th {
  font-weight: 600;
}

c-table tr th {
    margin: 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 1rem;
    text-align: left;
}

c-table tr td {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}

.c-modal {
    border-radius: 1em;
 }
 .c-modal-cancel {
    border-bottom-left-radius: 1em;
    font-weight: bold;
 }
 .c-modal-ok {
    border-bottom-right-radius: 1em; 
    background-color: #315ba5;
    font-weight: bold;
    color: white;
}

.c-switch-button {
  background-color: #315ba5;
  border: 0px;
  padding: 10px 18px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  float: left; 
  border-right: 1px solid white;
}

.c-switch-button-selected {
  background-color: #193057;
}

.c-switch-button:last-child {
  border-right: none; 
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.c-switch-button:first-child {
  border-right: 1px solid white;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.c-switch-button-group:after {
  content: "";
  clear: both;
  display: table;
}

.c-switch-button:hover {
  background-color: #3e8e41;
}

.c-tree-expander { 
  color: white;
  font-size: 18px;
}

.error-text {
    color: #dd807ae7
}

.success-text {
    color:#93b34f
}

.page-padding {
  padding: 30px 40px;
}

.left_panel {
  min-height: 100vh;
  height: auto;
  padding: 20px;
  border-right: 1px solid #ddd;
}

.doc_container {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.test {
    color: #dd807ae7
}

.cc-popout-item {
    padding: 2px 5px;
}

.card {
    overflow: auto;
}
