.hind-madurai-font{
  font-family: "Hind Madurai", sans-serif;
  font-style: normal;
}

.side-bar{
    background-color: #41FF6B30;
    width: 80px;
    display: flex;
    padding: 10px;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
}
.side-bar2{
    background-color: #00A63E;
    width: 80px;
    display: flex;
    padding: 10px;
    justify-content: center;
    height: 40px;
    border-radius: 40px;
}
.Figure{
    border: 1px solid #5C5C5C10;
}
.ok{
    border: 2px solid red;
}
.ko{
    border: 2px solid purple;
}
.banner{
    margin-top: 25px;
}

@media screen and (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    
    /* *{
        outline: 1px solid purple   ;
    } */


    .logo{
        padding-left: 10px;
    }
    .title{
        font-size: 15px;
    }
    .title-img{
        width: 30px;
        height: 30px;
    }
    .side-bar{
    width: 52px;
    align-items: center;
    height: 30px;
    border-radius: 40px;
    }
    .navbar{
        width: 200px;
        justify-content: space-between;
    }
    .banner-img{
        width: 60px;
        height: 60px;
    }
    .banner-title{
        font-size: 20px;
    }
    .banner-info{
        font-size: 12px;
    }
    .card-section{
        display: grid;
        grid-template-columns: auto;
    }
    .cards{
        width: 320px;
    }
    .main-section{
        flex-direction: column;
        gap: 20px;
        margin: 0 auto;
    }
    .call-history-section{
        width:320px ;
    }
    .main-div{
        max-width: 390px;
    }
    .side-bar2{
        width: 48px;
        height: 27px;
        align-items: center;
        justify-content: center;
    }






















}