#status-top-heading-title {
    text-transform: capitalize;
}

.status-item-flexer-con {
    border-radius: 15px;
    border: 2px solid rgb(239, 239, 239);
    display: flex;
    flex-direction: row;
    margin: 20px auto 0px auto;
    width: calc(100vw - 40px);
    max-width: 600px;
    align-self: center;
    color: unset;
    text-decoration: none;
}

.status-item-temp-con {
    margin: 10px;
    margin-right: 0px;
}

.status-item-temp-con div {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.status-item-temp-con div img {
    width: 60%;
    height: 60%;
}

.status-item-temp-con b {
    text-align: center;
    margin-top: 7px;
    display: block;
    font-size: small;
}

.status-item-info-con {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.status-item-title {
    font-weight: bold;
    font-size: 17px;
}

.status-item-des {
    color: gray;
    font-size: 13px;
}

.status-item-link-con {
    background-color: rgb(228, 239, 253);
    margin-top: 10px;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
}

.status-error-temp-con {
    padding: 70px 30px;
    margin: 0px auto;
    text-align: center;
    max-width: 500px;
    display: none;
}

.status-error-temp-con img {
    width: 120px;
    height: 120px;
}

.status-error-temp-con div {
    color: gray;
    margin-top: 10px;
}

.status-page-loader-temp {
    width: 45px;
    height: 45px;
    background-image: url(../img/loader.gif);
    margin: 70px auto;
}