.operator-overview {
    min-height: 30vh;
    width: 100%;
    /* background-color: #272b2f; */
    /* height: 42.24vw; */
    display: flex;
    flex-direction: column;
    position: relative;
    background: #1A1A1A 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 8px #00000029;
/* border-radius: 8px;*/
}
#overview .row{
    height: 100%;
}
#overview .row .content-container{
    border-left: 1px solid gold;
    height: 100%;
    text-align: left;
}

.card{
    background: #1A1A1A 0% 0% no-repeat padding-box;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%);
    border-radius: 15px;
}