a {
    text-decoration: none;
}
body {
    background: rgb(17, 17, 17);
    background: linear-gradient(180deg, rgba(17, 17, 17, 1) 0%, rgba(20, 21, 45, 1) 53%);
    height: 100vh;
}

ul {
    list-style: none;
    padding: 0;
}

.card-transparent {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

.fs-08 {
    font-size: 0.8rem;
}

.fs-09 {
    font-size: 0.9rem;
}

.fs-095 {
    font-size: 0.95rem;
}

.fs-1_0 {
    font-size: 1rem;
}

.fs-1_1 {
    font-size: 1.1rem;
}

.fs-1_2 {
    font-size: 1.2rem;
}

.fs-1_3 {
    font-size: 1.3rem;
}

.fs-1_4 {
    font-size: 1.4rem;
}

.fs-1_5 {
    font-size: 1.5rem;
}
.img-spacecraft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 280%;
}
.logout {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #cdcdcd;
    text-decoration: none;
    cursor: pointer;
}
.m-left-20 {
    margin-left: 20px;
}
.m-top-40 {
    margin-top: 40px;
}

.m-top-80 {
    margin-top: 80px;
}

.p-left-20 {
    padding-left: 20px;
}
.pencil {
    position: absolute;
    bottom: -30%;
    width: 20%;
    height: 20%;
    cursor:pointer;
    z-index: 1000;
}
.pos-rel {
    position: relative;
}
.progress {
    display: flex;
    height: 0.3rem;
    overflow: hidden;
    font-size: .55rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.v-align-bottom {
    vertical-align: bottom !important;
}

/*DataTables*/
div.dt-button-collection {
    background-color: #666666;
}

div.dt-button-collection .dt-button {
    background-color: #666666;
    color: #fff;
    border: none;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 4px;
    cursor: pointer;
}

div.dt-button-collection .dt-button.dt-button-active {
    background: #000;
    box-shadow: none;
}

/* Chart */
.gauge {
    width: 100%;
    height: 14vh;
    border-radius: 50%;
    /*background: conic-gradient(from 220deg,
            #00ff88 0% 15%,
            #14152d 15% 100%);*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.gauge::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 13vh;
    background: rgb(17, 17, 17);
    background: linear-gradient(180deg, rgba(17, 17, 17, 1) 0%, rgba(20, 21, 45, 1) 53%);
    border-radius: 50%;
}
.inner {
    position: relative;
}
.inner span {
    display: block;
}