/*body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }


[type="radio"]:not(:checked), [type="radio"]:checked {
    position: relative;
    opacity: 1;
    pointer-events: none;
}
*/


html, body {
    height: 100%;
}

  .pin-top {
    position: relative;
  }


  .pin-bottom {
    position: relative;
  }


  .pinned {
    position: fixed !important;
  }

  .block {
      height: 100%;
  }

  .divider {
      height: 50px;
  }



.tabs .tab a {
  color: rgba(38, 166, 154, 0.7);
  /*Custom Text Color*/
}

.tabs .tab a:hover {
  color:#26a69a;
  /*Custom Color On Hover*/
}

.tabs .tab a:focus.active {
  color:#0000;
  /*Custom Text Color While Active*/
  background-color: rgba(0, 0, 0, 0.2);
  /*Custom Background Color While Active*/
}

.tabs .indicator {
  background-color:#000000;
  /*Custom Color Of Indicator*/
}
