﻿LBMCbody {
    background: #F5F5F5;
}
.custom-toggler.navbar-toggler {
    border-color: rgb(255,102,203);
} 


.MainLayout {
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 10px
}
.Header {
    border: none
}
.DefaultTextBox {
    width: 150px;
    box-sizing: border-box;
}

.ShowUploadCourse {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.PopularCategory {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E7E7E;
    margin-bottom:5px;
}
.AboutLBMCComponent {
    box-sizing: border-box;
    background: #FFFFFF;
    /* border: 1px solid #E1E1E1;
    border-radius: 10px; */
    padding: 10px
}
.AboutLBMC {
    font-weight: 500;
    font-size: 28px;
    padding: 12px;
    color: #009ADD;
}
.FeedbackHeader {
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #009ADD;
    vertical-align: bottom;
    margin-right:5px;
    
}
.FeedbackItems {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: black;
}
.DateStyle {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #009ADD
}
.DateDisplay {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #313131;
}
.align-itemscenter {
    align-items: center
}

.CategoryComponent {
    font-size: 12px;
    padding: 6px 16px;
    width: 155px;
    height: 20px;
    background: #F5E8FF;
    border-radius: 15px;
     
}
.WelcomeComponent {
    box-sizing: border-box;
    background: #ffffff;
    padding: 10px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
