body{
    font-family: Nunito,sans-serif !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: inherit;
    border-color: transparent;
    border-bottom: 1px #000 solid;
}

.tab-pane
{
    padding: 0;
}

.box {
    padding: 10px;
    border-radius:10px;
    border: solid 1px #D5D7DB;
    background-color: #FFF;
    height: 100%;
}


/********************************************************************/
.condition-content {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border: solid 1px #d5d7db;
    background-color: #fff;
    padding: 6px 10px;
    line-height: 15px;
    background-color: #f8fafa;
    margin-top: 10px;
}

.header-wrapper .condition-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.12;
    letter-spacing: normal;
    color: #222;
    flex: 1;
    width: 0;
    cursor: pointer;
  }

.header-wrapper .condition-type {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: right;
    opacity: .6;
    color: #262626;
  }

.links-wrapper .condition-source-link:not(:first-child) {
    padding-left: 3px;
    border-left: solid 1px #d8d8d8;
  }

  .links-wrapper .condition-source-link {
    font-size: 12px;
    margin: 2px 0;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 8px;
    letter-spacing: normal;
    color: #0190b7;
    padding-right: 3px;
    cursor: pointer;
  }

._ngcontent-fkt-c348 {
    color: #222 !important;
    border-radius: 5px;
    border: solid 1px #d5d7db;
    background-color: #fff;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 30px;
    text-decoration: none;
}

._ngcontent-fkt-c348 > img {
  margin-left: 7px;
}

.feed-tab {
    flex: 1;
    position: relative;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.feed-buttons {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
}

.feed-btn .icon-wrapper {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: solid 1px #016997;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.feed-btn {
        width: 88px;
        font-size: 14px;
        line-height: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all .2s ease;
        padding: 0;
        border: none;
        background: transparent;
        cursor: pointer;
        color: inherit;
        outline: none;
        white-space: pre-line;
        text-align: center;
}

._nghost-xtb-c336 {
    display: block;
    border-radius: 5px;
    border: solid 1px #d5d7db;
    line-height: 18px;
    overflow: hidden;
    margin-top: 15px;
}

.rule.pathogenic {
    background-color: #e03a39;
}

.rule-wrapper {
    background-color: #f0f4f6;
    display: flex;
    align-items: center;
    padding: 10px;
    font-weight: 700;
    cursor: pointer;
}

.rule {
    width: 60px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: #0c5d88;
    color: #fff;
    margin-right: 8px;
}

.kt_wrapper
{
    z-index:99 !important;
}

.page::after {
    content: "";
    position: fixed;
    width: 564px;
    height: 625px;
    bottom: 0;
    right: 0;
    /*background: url(https://franklin.genoox.com/assets/svg/home-bg-bottom-right-4.svg) no-repeat center;*/
    background: url(../media/svg/background.svg) no-repeat bottom 10px right 10px;
    pointer-events: none;
}
.page::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background: url(https://franklin.genoox.com/assets/svg/home-bg-top-left.svg) no-repeat 0 0;*/
    pointer-events: none;
}

.content
{
    z-index: 1 !important; /*999999999999999999*/
}

@media (min-width: 992px) {
    .content {
      padding: 0;
      z-index: 1 !important;
    }
}

.img-invert
{
    filter: invert(1);
}

.symbol
{
    transition: color 0.2s ease, background-color 0.2s ease;
    color: #ffffff;
    font-size: medium;
}

.search-wrapper {
    flex: 0 0 76px;
    border-radius: 10px;
    overflow: scroll;
    display: flex;
    align-items: center;
    position: relative;
}

.search-wrapper input {
    padding-left: 28px;
    font-size: 20px;
    border: none;
    outline: none;
    flex: 1;
    color: #222;
    height: 100%;
}

.search-wrapper .select-wrapper {
    padding: 0 12px;
    border-left: 1px solid #d5d7db;
}

.search-wrapper .home-classify-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
    width: 64px;
    height: 54px;
    border-radius: 10px;
    background-color: #016997;
    font-size: 20px;
    color: #fff;
    border-color: 999;
}


._nghost-pye-c152 {
  display: flex;
  flex-direction: column;
  max-height: 550px;
  border-radius: 10px;
  border: solid 3px purple;
  background-color: #fff;
  z-index: 2;
  position: relative;
  min-height: 0;
}

#kt_activities {
    z-index: 99999999999;
}

.create-case-buttons > span {
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}

.create-case-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #000;
    gap: 44px;
}

.create-case-btn {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all .2s ease;
    align-items: center;
}

.create-case-buttons .create-case-btn .img-wrapper {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

#particles-js {
    position: absolute !important;
    width: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  
  /* ---- stats.js ---- */
  
  .count-particles{
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  #notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;   
}
