body {
    background-color: #ffffff;
    font-family: 'Hurme Geometric Sans 1', "Nunito", sans-serif;
}
.card-header-title {
    font-size: 1.5rem;
}
.table-header-text {
    font-weight: bold;
    font-size: 1.3rem;
}
.is-image-cell {
    width: 1%;
}

.b-table .table td.is-image-cell .image {
    margin-left: 0px;
    width: 2.5rem;
    height: 2.5rem;
}
.progress.is-small {
    height: 0.3rem;
}
.progress {
    --bulma-progress-bar-background-color: yellow;
    
}

.center-table td {
    vertical-align: middle;
}

.tile-parented {
    padding: .75rem;
    border: solid 2px #E0E2E7;
    margin: 0.5rem;
}
.card-content-white {
    background-color: #ffffff;
    margin: 2.0em;    
}
.card.has-table .card-content {
  padding-top: 3.0em;
}
.card-white {
    background-color: #F7F9FA;
    
}
aside.aside {
    background-color: #ffffff;
    border-right: solid #eee 0.2rem;
}
.menu-list a.is-active , .menu-list a:hover {
    background-color: #F7F9FA;
    color: #23385C;
}
aside.aside .menu-list li ul {
    display: none;
    border-left: 0;
    background-color: #F7F9FA;
    padding-left: 0;
    margin: 0 0 0.75rem;
  }
aside.aside .aside-tools {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #fafafa;
    color: #000000;
    line-height: 3.25rem;
    height: 10.0rem;
    padding-left: 0.75rem;
    flex: 1;
}





.container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color:lightblue;
    height: 100vh;
    align-items: center;
    
  }
  .is-dark-blue, .is-dark-blue:hover {
    background-color: #081E48;
    background: #081E48;
    color: #ffffff;
  }
  .bodered-is-ghost {
    background: transparent;
    border: solid 2px #081E48 ;
  }

 

  .pagination-link.is-current {
    background-color: transparent; 
    border-color: #081E48;
     color: #081E48;
     border-radius: 0px;
  }

  nav.navbar .navbar-item .control .input {
    color: #363636;
    border: 0;
    box-shadow: none;
    background: #F7F9FA;
    width: 35.0rem;
}

  .button {
    border-radius: 0px;
  }
  .progress-circle {
    width: 200px;
    height: 200px;
    font-size: 30px;
    color: green;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: red;
    text-align: center;
    line-height: 200px;
    margin: 20px;
    box-shadow: 2px 2px 2px 2px white;
  }
  .progress-circle::after {
    content: "%";
  }
  .progress-circle .title {
    position: relative;
    z-index: 100;
  }
  .progress-circle .overlay {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: transparent;
  }
  .progress-circle .left,
  .progress-circle .right {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 10px solid #112E6B;
    border-radius: 100px 0px 0px 100px;
    border-right: 0;
    transform-origin: right;
  }
  .progress-circle .left {
    animation: load1 1s linear forwards;
  }
  .progress-circle:nth-of-type(2) .right,
  .progress-circle:nth-of-type(3) .right {
    animation: load2 0.5s linear forwards 1s;
  }
  .progress-circle:last-of-type .right,
  .progress-circle:first-of-type .right {
    animation: load3 0.8s linear forwards 1s;
  }
  @keyframes load1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(180deg);
    }
  }
  @keyframes load2 {
    0% {
      z-index: 100;
      transform: rotate(180deg);
    }
    100% {
      z-index: 100;
      transform: rotate(270deg);
    }
  }
  @keyframes load3 {
    0% {
      z-index: 100;
      transform: rotate(180deg);
    }
    100% {
      z-index: 100;
      transform: rotate(315deg);
    }
  }


  .card .card-content .hr-ruler {
    border: solid 0.1em #6c7a89; 
    margin:0.2em;
    margin-bottom: 1.0rem;
  }
  .card {
    border: none;
  }
  
  .ghost-listed {
    font-weight: bolder;
  }
  .ghost-listed:hover {
    text-decoration: none;
  }
  .button.is-ghost:hover {
    text-decoration: none;
  }
  .mdi-size-l {
    font-size: 50px;
  }
  .listed-requirements li {
    list-style: none;
  }
  .listed-requirements li:hover  {
    background : #F7F9FA;
    font-weight: bolder;
    
 
  }

  .listed-requirements li .task-title {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
    
    /* background-color: green; */
   
  }

  .percentage-badge {
    height: 180px;
    width: 180px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    /* background: yellow; */
    /* border: 10px solid red; */
    top: 5px;
    left: 5px;
    position: relative;
  }

  .percentage-badge-border {
    position: relative;
    text-align: center;
    width: 190px;
    height: 190px;
    border-radius: 100%;
    /* background-color: #E53B3B; */
    
  }


  @property --p{
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
  }
  
  .pie {
    --p:20;
    --b:22px;
    --c:darkred;
    --w:150px;
    
    width:var(--w);
    aspect-ratio:1;
    position:relative;
    display:inline-grid;
    margin:5px;
    place-content:center;
    font-size:35px;
    font-weight: bold;
  }
  .pie:before,
  .pie:after {
    content:"";
    position:absolute;
    border-radius:50%;
  }
  .pie:before {
    
    inset:0;
    background:
      radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
      conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
    -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
            mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
  }
  .pie:after {
    inset:calc(50% - var(--b)/2);
    background:var(--c);
    transform:rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));
  }
  .animate {
    animation:p 1s .5s both;
  }
  .no-round:before {
    background-size:0 0,auto;
  }
  .no-round:after {
    content:none;
  }
  @keyframes p {
    from{--p:0}
  }

  body {
    min-height: 95vh;
    margin: 0;
    position: relative;
  }
  

  
  
  /* Trick: */
  body {
    position: relative;
  }
  
  body::after {
    content: '';
    display: block;
    height: 50px;
    /* Set same as footer's height */
  }
  
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
  }

  input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}

.tabs-content li {
  display: none;
  list-style: none;
}

.tabs-content li.is-active {
  display: block;
}

.tabs li.is-active a  {
  background-color: #657791;
  color: #ffffff;
}

.tabs li a {
  font-weight: bold;
}
.profile-title-text {
color: #aab2b8;
}
.profile-content-text {
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
}
.profile-title-section-text {
  color: #676a6c;
  text-transform: uppercase;
  font-weight: bolder;
}