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


body {
    background:#f1f1f1;
    padding-top: 3.5rem;
    font-family: 'Roboto', sans-serif;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important;
}



.row.row--layer {
    min-height: 10rem;
    background: #F4F5F7;
}

.row--layer>.col {
    padding: 0.125rem;
    background: #F1F5F9;
}

.container--overview .col {
    border: 1px solid #ccc;
}

.col.col--layer {
    font-weight: 500;
    padding: 1%;
    max-width: 12rem;
    color: #161E2E;
    background: #F4F5F7;
}

.col.col--title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #161E2E;
    background: #F4F5F7;
}

span.col--desc {
    font-size: 0.75rem;
    font-weight: normal;
    display: block;
    color: #7d7d7d;
    /* border-top: 1px solid #ccc; */
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.control {
padding: 0.25rem;    
}


.row--holder {
    margin: 0;

}



.hero {
    background-image: linear-gradient(to right bottom, #051937, #102e5a, #1c4580, #275ea9, #3278d3);
    padding: 6rem 0 6rem;
    color: #fff;
    margin-bottom: -4rem;
}

.hero h1 {
    font-weight: 400;
}

.container--white {
    padding: 2rem;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}


/* Enviro */



.badge {
    background: #ccc;
    margin-right: 0.5rem;
    font-weight: normal;
}




.footer {
    margin-top: 8rem;
}




/* Overview Screen */

.overview__header {
    background: #252F3F;
    background-image: linear-gradient(to right bottom, #252F3F, #252F3F);
    color: #fff;
    min-height: 5rem;
    align-items: center;
}

.overview__header h4 {
    margin-bottom: 0rem;
}

ul.overview__buttons {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.overview__buttons .btn {
    border: 1px solid #ccc;
    background: #fefefe;
    border-radius: 2px;
    font-size: 0.6rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #7b7b7b;
}

ul.overview__buttons .btn:hover {
    border: 1px solid #ccc;
     color: #0A9F6E;
}

ul.overview__buttons .btn.toggle--active {
    color: #0A9F6E;
}


.control-card {
    font-size: 0.75rem;
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: center; 
    border-radius: 0.125rem;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.control-card:hover {
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.control-card.assigned {
    border-left: 0.5rem solid #1A8BCD;
}

.control-card.custom::before {
    color: #252F3F;
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f111";
    font-size: 1rem;
    position: absolute;
    right: 0.6rem;
    top: 0.25rem;
  }

  .control-card.category-hide {
      display: none;
  }


.control-card .control-efficacy {
    display: none;
}

.control-card__tier {
    color: #ffffff;
    background: #000000;
    height: 1rem;
    padding: 0.125rem;
    width: 1rem;
    display: block;
    text-align: center;
    /* border: 1px solid #000; */
    border-radius: 0.125rem;
    margin-left: 0.5rem;
    line-height: 0.75rem;
}