body {  

    height: 100%; 
    background-color: #fafafa;
    
    line-height: 1.3;
    
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
    color: rgba(26,26,26,.9);
    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    
 }


#slider_box {

    padding-bottom:260px;
    
        
    }
    
#bottom_buttons {

 padding-top: 10px;
 background-color: #fff;
 
}

 #top_slider {
     height:calc(100vh - 260px);
     width:100%;
 }
 
 .carousel-indicators li {
    background-color: #c0c0c0;
}

 .carousel-indicators .active{
    background-color: #5a8dd2;
    
}

.slider_header {
    padding-top: 30px;
    padding-bottom: 10px;
}

.slider_items {
    padding-bottom: 10px;
    
    height: calc(100vh - 415px);
    overflow: auto; 
                 
}

.list_card {
    background-color:#fff;   
    margin-bottom: 15px; 
    
}

.list_card .card-text {
    font-size: 1rem !important;
    font-weight: bold !important;
}

.slider_icon_left {
    color: #3e7d32;
    margin-right: 15px;    
}

.slider_icon_right {
    color: #3e7d32;
    margin-top: 5px;
    
    
}
