* {
    font-family: 'Ubuntu', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    background-color: #f2f2fa;

  }


.box:nth-child(3) > .content {
    flex: 0;
}

.top_bar {
    width: 100%;
    height: 60px;
    background-color: #06476c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 40px;
}

#time {
    font-size: 40px;
    width: 50px;
    font-family: 'Courier New', Courier, monospace;
    padding-left: 18px;
    height: 40px;
  }

#date {
    font-size: 30px;
    width: 400px;
    text-align: right;
    font-family: 'Courier New', Courier, monospace;
    padding-right: 18px;
}

.logo_wrapper {
    /* width: 100%; */
    filter: drop-shadow(4px 6px 3px rgba(50, 50, 0, 0.5));
    z-index: 2;
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    /* border: 1px solid; */
    width: 100%;
}
.logo {
    z-index: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FE9E08;
    clip-path: polygon(20% 0%,
                   100% 0%,
                   80% 90%,
                    0% 90%);
    padding-bottom: 30px;
    width: 400px;
    padding-right: 20px;
    padding-top: 5px;
}


  .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
    flex-grow: 1;
    overflow: auto;
  }

  .box {
    /* padding: 20px; */
    text-align: center;
    box-sizing: border-box;
    width: calc(33.33% - 20px);
    min-height: 340px;
    background-color: #ffffff;
    color: #000;
    font-size: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;

  }


.title {
    padding: 13px;
    font-size: xx-large;
    font-weight: bolder;
    background-color: #ccc;
    text-align: left;
}

.content {
    color:rgba(0, 0, 0, 0.19);
    flex: 1;
}


.box:nth-child(2) {
    background-color: #f2f2fa;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 70px;
    box-shadow: none;
    align-content: space-between;
}

.widget {
    /* width: 222px; */
    width: calc(50% - 10px);
    height: calc(50% - 10px);
    /* margin-left: 10px; */
    /* margin-top: 20px; */
    background-color: #ffffff;
    /* height: 70px; */
    color: #ffffff;
    /* font-family: sans-serif; */
    font-size: 25px;
    /* padding: 12px 25px; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

}


.widget span:first-of-type {
    font-weight: bolder;
    font-size: 70px;

}

.widget:nth-child(1) {
    background-color: #f28b00;

}

.widget:nth-child(2) {
    background-color: #002664;
}

.widget:nth-child(3) {
    background-color: #363e41;
}

.widget:nth-child(4) {
    background-color: #1870a0;
}

.list-group-item.active {
    /*     background: #ffc107; */
      background: #3b7ddd;
    }
    /* end common class */
    .top-status ul {
        list-style: none;
        display: flex;
        justify-content: space-around;
        justify-content: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
    }
    .top-status ul li {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border: 8px solid #ddd;
        box-shadow: 1px 1px 10px 1px #ddd inset;
        margin: 10px 5px;
    }
    .top-status ul li.active {
        border-color: #ffc107;
    /*   border-color: #3b7ddd; */
        box-shadow: 1px 1px 20px 1px #ffc107 inset;
    }
    /* end top status */
    
    ul.timeline {
        list-style-type: none;
        position: relative;
    }
    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
    /*     background: #3b7ddd; */
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }
    ul.timeline > li {
        margin: 20px 0;
        padding-left: 30px;
    }
    ul.timeline > li:before {
        content: ' ';
        background: #fff;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 0;
        left: 15px;
        width: 30px;
        height: 30px;
        z-index: 400;
        text-align: center;
        line-height: 50px;
        color: #d4d9df;
        font-size: 24px;
        border: 2px solid #d4d9df;
    }
    ul.timeline > li.active:before {
        content: '\2713';
    /*     background: #28a745; */
        background: #3b7ddd;
        display: inline-block;
        position: absolute;
        border-radius: 50%;
        border: 0;
        left: 5px;
        width: 50px;
        height: 50px;
        z-index: 400;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 30px;
        border: 3px solid #3b7ddd;
    /*     border: 2px solid #28a745; */
      
    }
    /* end timeline */
    
@media (max-width: 1200px) {
    /* .box:first-child {
        margin-top: 70px;
    } */

    .box {
      width: 45%;
    }

    #date {
        display: none;
    }

    #time {
        display: none;
    }
  }

  @media (max-width: 600px) {
    .box:first-child {
        margin-top: 85px;
    }

    
    .box {
      width: 100%;
    }

    
    .box:nth-child(2) {
        padding-top: 0px;
    }

    .widget {
    font-size: 11px;
    }
  }
