/*your custom css goes here*/

.bg-purple{
    background-color: #562d98 !important
}
.text-purple{
    color: #562d98 !important
}

.height-max {
    max-height: 457px !important;
}

.sidebar-phone {
    width: 65%;
    background-color: #834918;
    position: fixed;
    right: 0;
    z-index: 99999999999999999;
}