.t-content-box {
    border-radius: 10px;
    background: #FFF;
    padding: 35px 45px;
    margin-top: 25px;
}

.t-columns {
    display: flex;
    flex-wrap: wrap;
}

.t-col {
    flex: 1;
}

.webcamera-status-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-box {
    display: flex;
    align-items: center;
}

.ac-mrgn-l {
    margin-left: 5px;
}

.t-h1 {
    color: #000;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.4px;
    margin-bottom: 15px;
}

.t-h2 {
    color: #000;
    font-family: Arimo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-left: 10px;
}

.t-h2.red {
    color: #FF3F3F;
}

.t-h2.green {
    color: #27AE60;
}

.t-h3 {
    color: #27AE60;
    font-family: Arimo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
}

.t-access {
    color: #005cb8;
    font-family: Arimo;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.3px;
    cursor: pointer;
}

.t-btn {
    color: #FFF;
    text-align: center;
    font-family: Nunito Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 9.925px;
    background: #06F;
    padding: 10px 60px;
    margin-left: 10px;
    text-decoration: none;
}

.webcam-box video {
    height: auto;
    width: 360px;
    border-radius: 5px;
}

.webcam-box {
    height: auto;
    width: 360px;
    background-color: #393939;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cam-box {
    display: grid;
    align-items: center;
    justify-content: center;
}

.t-res-box {
    display: flex;
    align-items: center;
    gap: 5px;
}

.t-content-box2 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.t-warning-txt {
    max-width: 710px;
}

.t-table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

.t-table th {
    padding-top: 15px;
    padding-bottom: 15px;
}

.t-table td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.t-table td,
.t-table th {
    text-align: left;
    margin: 0;
}

#t-warning-txt-mobile {
    display: none;
}

@media (max-width: 550px) {
    .t-col4 {
        display: none;
    }
}

@media (max-width: 450px) {
    .t-content-box {
        padding: 25px 25px;
    }

    .t-table th {
        padding-bottom: 5px;
    }
}