body{
    background: #222
}

.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 0 20px;
    overflow: hidden;
    background-color: #0059ab;
    width: 210px;
    height: auto;
}

.sidebar-header {
    display: none;
}




.badge_container {
    color: #fff;

    border: 0;
    border-bottom: 0;
    /*background-color: #eee;
    color: #9e9e9e;*/
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /*width: 50%;*/
}

.badge_container.up {
    background-color: #e12343;
}

.badge_container.down {
    background-color: #1763b6;
}

.badge_container .badge_wrap {
    flex: auto;
    display: flex;
    align-items: center;
    margin: 0 15px;
    /*justify-content: center;*/
    line-height: 40px;
    place-content: space-between;
}

.slot_container {
    flex: auto;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #eee;
    border-top-width: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    padding: 24px 20px 24px;
}

.slot_container .data_wrap {
    width: 70%;
}

.slot_container .data_cont {
    margin-bottom: 24px;
}

.slot_container .data_cont:nth-last-child(1) {
    margin-bottom: unset;
}

.slot_container .btn_container {
    width: 30%;
    padding-left: 15px;
}

.slot_container .btn_container button {
    width: 100%;
}

.slot_container .btn_container .btn_wrap {

}

.slot_container .btn_container .btn_wrap.ctr {
    height: 80%;
    padding: 0 10px 20px;
}

.slot_container .btn_container .btn_wrap.reset {
    height: 20%;
    padding: 0 10px;
}

.slot_container .btn_container .btn_wrap.ctr button {
    border: 1px solid #1772f8;
    height: 100%;
}

.slot_container .btn_container .btn_wrap.reset button {
    border: 1px solid red;
    height: 100%;

}


.traffic_alert {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 8px;
    text-align: right;
    margin-bottom: 0;
}





.login_container {
    min-height: 90vh;
    padding: 4rem 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url("/img/Chicago.jpg");
    background-size: cover;
}

.form {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    padding: 50px;
    background: #000000a8;
    border-radius: 5px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    width: 100%;
}

.form ul {
    padding-bottom: 15px;
}

.form ul li {
    margin-bottom: 15px;
}

.form input{
    width: 100%;
    height: 60px;
    line-height: 58px;
    font-size: 18px;
    padding: 0 15px;
    color: rgba(229, 224, 216, 0.85);
    background: #262b38;
    font-weight: 400;
    /* box-shadow: 0 0 0 2px rgb(23 101 174 / 20%); */
    background-color: rgb(36, 37, 37);
    background-image: none;
    border: 1px solid rgb(69, 72, 71);

}

.form .login_btn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    background-color: #141719;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.form .logo{
    width: 400px;
    display: block;
    margin: 0 auto 30px;
}


@media (max-width: 768px){

    .sidebar {
        bottom: auto;
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .sidebar.open{
        height: 385px;
    }

    .sidebar-header,
    .sidebar-header:hover,
    .sidebar-header:focus,
    .sidebar-header:visited {
        display: block;
        position: fixed;
        color: #fff !important;
        margin: 10px;
    }
}
