/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/app/assets/css/subject-wise-content.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* breadcrum start */
.syllabus-bg-common{
padding: 0px 30px;
background-color: #fff9f9;
}
.breadcrumb{
margin-left: 0px;
padding-top: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
}
.breadcrumb.white li.active{
color: #FC9928;
font-weight: 600;
}
.breadcrumb>li>svg{
margin-left: 5px;
margin-right: 5px;
font-size: 12px;
}
.double-line-bottom-theme-colored-2 {
margin-bottom: 20px;
margin-top: 8px;
padding-bottom: 5px;
position: relative;
}
.double-line-bottom-theme-colored-2:before {
border-radius: 8px;
bottom: -1px;
content: "";
height: 6px;
left: 10px;
position: absolute;
width: 24px;
background: #FC9928;
}
.double-line-bottom-theme-colored-2:after {
border-radius: 8px;
bottom: 1px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 64px;
background: #FC9928;
}
/* breadcrum end */
/* left section start */
.current-affais-topic-list{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
padding: 10px;
border-radius: 8px;
}
.current-affais-topic-list>h4, .current-affairs-topic-landscape{
/* background-color: #E25111; */
background-image: linear-gradient(83deg, #ff8b4d, #fc9928);
box-shadow: 0 50px 100px -20px #32325d40, 0 30px 60px -30px #0000004d, inset 0 -2px 6px #0a254059;
padding: 5px 5px;
color: #ffffff;
margin-bottom: 1rem;
font-size: 15px;
text-align: center;
border-radius: 20px;
font-weight: 600 !important;
}
.current-affais-topic-list>ul{
list-style-type: none;
padding-left: 0;
height: 150px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;  
}
.current-affais-topic-list>ul>li{
margin-bottom: 5px; 
}
.current-affais-topic-list>ul>li>a{
color: #454545;
max-width: 100%;
padding: 0;
font-size: 14px;
display: block;
text-align: center;
}
.current-affais-topic-list>ul>li>a:hover, .current-affais-topic-list>ul>li>a.active{
 color: #fc9928;
}
/* ḷeft section end */
.subjects-list-bg{
background: #282c2a0d;
border: 2px solid #0000;
padding: 2px;
}
.subjects-list{
list-style-type: none;  
display: flex;
overflow-x: auto;
overflow-y: hidden;  
padding: 0px 2px 0px 0px;
}
.subjects-list>li{
margin-right: 4px;    
}
.subjects-list>li>a{
    color: #000;
    text-align: center;
    white-space: nowrap;
    background: #fff;
    border-radius: 0;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    transition: background-color .2s, color .2s;
    display: block;
    box-shadow: 0 2px 8px #00000026;   
}
.subjects-list>li>a.active, .subjects-list>li>a:hover{
background: #fc9928;
color: #fff9f9;
}
.subject-wise-pdf-download{
background: #fff;
text-align: center;
padding: 10px;
border-radius: 30px 30px;
border-bottom: 10px solid #000000;
position: relative;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
z-index: 1;
margin-bottom: 15px;
}
.subject-wise-pdf-download:before {
content: "";
background: #d60000;
width: 100%;
height: 60px;
border-radius: 25px 25px;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.subject-wise-pdf-download .title{
color: #fff;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin: 0 0 12px;
}
.subject-wise-pdf-download>a{
display: contents;
}
.subject-wise-pdf-download .icon{
color: #fff;
background: #e38a5d;
font-size: 25px;
line-height: 50px;
height: 50px;
width: 50px;
border-radius: 50%;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
margin: 0 auto 0px;
}
.subject-wise-pdf-download>a:hover .icon{
background: #fc9928;    
}
.subject-wise-pdf-download .description{
color: #000;
font-size: 20px;
font-weight: 500;
}
.subject-wise-pdf-download .sub-topic {
color: #000;
}
@media only screen and (min-width: 992px){
.forsticky{
position: -webkit-sticky;
position: sticky;
top: 64px;
margin-bottom: 20px;
}    
.target-content{
display: none;
}}
@media only screen and (max-width: 991px){
.current-affais-topic-list>ul>li>a{
max-width: 100%;    
}   
.source-content{
display: none;
}}
