.py-4 .container{
    max-width: 1100px;
    padding: 8px 25px;
    border: 0px solid;
    border-radius: 5px;
    background-color: white;
}

.lesson_description{
    font-size: 17px;
}
.row {
    /*margin: 20px 0px;*/
    /*padding: 0px;*/
}
.container .title{
    /*text-align: center;*/
    /*text-transform: capitalize;*/
    /*margin: 14px 0px 17px 0px;*/
}
.pt-4, .py-4{
    /*#padding-top: 0px !important;*/
}

.col-2{
    /*padding: 0px;*/
}
.white {
    color: white;
}
.list-group-item.active a:hover{
    /*color: white;*/
    /*text-decoraton: none;*/
}

.tutorial_nav{
    max-height: 300px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x:hidden;
}

.tutorial_nav::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0 0 0 0;
    background-color: #F5F5F5;
}

.tutorial_nav::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.tutorial_nav::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


.active{
    font-weight: bold;
}

.upgrade_banner{
    /*margin: 0px;*/
    /*background: rgb(32,230,88);*/
    /*background: -moz-radial-gradient(circle, rgba(32,230,88,1) 0%, rgba(85,145,213,1) 400%);*/
    /*background: -webkit-radial-gradient(circle, rgba(32,230,88,1) 0%, rgba(85,145,213,1) 400%);*/
    /*background: radial-gradient(circle, rgba(32,230,88,1) 0%, rgba(85,145,213,1) 400%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20e658",endColorstr="#5591d5",GradientType=1);*/
    /*border-radius: 4px;*/
    /*color: white;*/
    /*width: 100%;*/
    /*padding: 20px;*/
}
