.customer_details {
   padding: 20px;
}

.scanner_details{
    margin-top: 20px;
}

.customer_detail_text {
    color: rgb(17, 129, 233);
}

.Scanner_charts {
    float: left;
}

.register_btn {
    float: right;
    margin-top: -55px;
    font-family: Branding Medium;
    border-radius: 70px;
    border: 1px solid #d3e9b4;
    height: auto;
    width:auto;
    background-image: linear-gradient(to top left, #0252ca 6%, #51b7f1 86%);
}

.Charts_commonclass {
    max-width: 30vw;
    max-height: 300px;
}

@media (max-width: 1280px) {
    .Charts_commonclass {
        max-width: 28vw;
        max-height: 250px;
    }
}

@media only screen and (min-device-width: 280px) and (max-device-width: 912px) and (orientation:portrait) {
    .Charts_commonclass {
        max-width: 580px;
    }
}
