@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap");
#body {
max-width: 1920px;
margin: 0 auto;
font-family: "Maven Pro", sans-serif;
}
.npf_chatbots.active {
display: none;
}
.customeContainer{
background-image: url(https://atlasuniversity.edu.in/wordpress-custom-image/naac3/bgnaac3overlay.png);
background-repeat: no-repeat;
background-size: 100% 100%;
min-height: 40rem;
width: 100%;
margin: 0;
}
.importantPoint{
margin: 0;
font-size: 1.5rem;
font-weight: 600;
color: #fff;    
list-style-type: none;
padding: 0;
}
.customCol{
padding: 0rem 10rem;
}
ol li div{
background-color: #fff;
padding:5px 10px;
color:#3A2E7D;
width: 65%;
display: flex;
justify-content: space-between;
align-items: center;
}
ol li{
margin:0rem 0rem 1rem 0rem;
}
.default-chatbot-indicator{
display: none !important;
}
a{
text-decoration: none;
color: #3A2E7D;
}
.keyindicatortable{
font-size: 16px;
width: 30%;
background-color: #fff;
}
.backButton{
color: #fff;
padding: 0px 14px;
border-color: #fff;
font-size: 14px;
height: 24px;
font-weight: 500; }
.backButton:hover{
background-color: #ffffff;
color: #3a2e7d !important;
}
@media only screen and (max-width: 992px) {
.customeContainer {
background-image: url(https://atlasuniversity.edu.in/wordpress-custom-image/naac3/bgnaac3overlay.png);
background-repeat: no-repeat;
background-size: cover;
min-height: 25rem;
background-position: center;
}
.customCol {
padding: 0rem 1rem;
}
.importantPoint {
font-size: 1rem;
}
ol li div{
width: 100%;
}
.keyindicatortable{
width: 100%;
}
}