.rem_widget {
    /*padding: 10px;*/
    box-shadow: 5px 6px 20px rgb(0 0 0 / 21%);
    margin: 0px 10px 10px 10px;
    background: white;
    position: fixed;
}

.rem_widget_banner{
    width:100%;
    height:60px;
    color:white;
    background-color:#062a64;
}

.carousel {
    width:100%;
    height:50px;
    background-color:white;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-left:50px;
}

.carousel_item{
    transform-origin: top;
    width:50px;
    height:50px;
    float:left;
    margin-right:25px;
}

.carousel canvas {
    width: 100% !important;
    height: auto !important;
}

.carousel_item:not(:first-child):hover{
    transform: scale(9, 9);
}

.portalTextWrapper{
    display: flex;
    flex-direction: column;
    width: 90%;
    float:left;
}

.minimilise_widget{
    height:50px;
    float:right;
}
