/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/groupb-current-affairs.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
h1{
font-size: 32px;
font-weight: 700;    
}
.font-22{
font-size: 22px;    
}
h2{
font-size: 28px;
font-weight: 700;    
}
h3{
font-size: 24px;
font-weight: 700;
color: #000000;
}
/* 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: 10px 5px;
color: #ffffff;
margin-bottom: 1rem;
font-size: 15px;
text-align: center;
border-radius: 20px;
font-weight: 600 !important;
}
/* .current-affairs-topic-landscape{
width: inherit;    
} */
.current-affais-topic-list>ul{
list-style-type: none; 
padding-left: 0px;   
}
.current-affais-topic-list>ul>li{
margin-bottom: 5px; 
}
.current-affais-topic-list>ul>li>a{
/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 5px; */
padding: 0px;
display: block;
/* max-width: 50em;
min-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
border-left: 3px solid #000000; */
color: #454545;
transition: 0.5s;
text-align: center;
}
.current-affais-topic-list>ul>li>a:hover, .current-affais-topic-list>ul>li>a.active{
color: #FC9928;
/* border-left: 3px solid #FC9928; */
}
/* ḷeft section end */
/* right section start */
.current-affais-date-list>ul{
max-height: 165px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
}
.mock-tests-list>.row{
padding: 5px 0px;
margin-left: 0px;
margin-right: 0px;    
}
.lecture-govt-exam-name {
box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
background-color: #fff9f9;
border-radius: 5px;
cursor: pointer;
/* min-height: 90px; */
padding: 10px 10px;
margin-bottom: 10px; 
}
.lecture-govt-exam-name>a{
display: block;   
}
/* .lecture-govt-exam-name img {
width: 50px;
height: 45px;
} */
.lecture-govt-exam-name p {
/* font-weight: 600; */
line-height: 1.42857143;
color: #333333;
font-size: 15px;
}
/* right section end */
/* center start */
.general-topics-bg{
 background: #282c2a0d;
border: 2px solid #0000;
padding: 2px;   
}
.current-affairs-topic-landscape-list{
list-style-type: none; 
padding-left: 0px; 
display: flex;
white-space: nowrap;
gap: 5px;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;  
}
.current-affairs-topic-landscape-list>li{
padding-bottom: 5px;    
}
.current-affairs-topic-landscape-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; 
}
.current-affairs-topic-landscape-list>li>.active, .current-affairs-topic-landscape-list>li>a:hover{
background: #fc9928;
color: #fff9f9;
}
.current-affairs-topic-box{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
}
.current-affairs-topic-box>a{
font-weight: 600;    
font-size: 18px;
color: #000000;
}
.current-affairs-topic-box>p{
color: #999;  
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;  
}
.topic-details-share-icons{
display: flex; 
place-items: center; 
gap: 20px;  
white-space: nowrap;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: thin;
padding-bottom: 2px;
justify-content: space-between;
}
.topic-details>a{
box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
margin-right: 8px;
font-size: 12px;
padding: 4px 10px;
border-radius: 5px;
margin-left: 2px;
color: #999; 
background: #fcffff;
}
.topic-details>a:hover{
color: #ffffff;
background: #fc9928;    
}
.facebook-icon-share{
color: #3b5998;
padding: 2px 0px;
margin-left: 0px;
}
.twitter-icon-share{
color: #000000;
padding: 2px 0px;
margin-left: 3px;
}
.whatsapp-icon-share{
color: #34d56f;
padding: 2px 0px;
margin-left: 3px;
}
.telegram-icon-share{
color: #0088cc;
padding: 2px 0px;
margin-left: 3px;
}
/* center end */
/* sticky sidebar start */
@media only screen and (min-width: 992px){
.forsticky{
position: -webkit-sticky;
position: sticky;
top: 64px;
margin-bottom: 20px;
}}  
/* sticky sidebar end */
/* current affairs details */
.current-affairs-details-section{
box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
padding: 10px;
border-radius: 5px;
}
.details-current-affais-topic-list>ul{
max-height: 250px;
overflow-y: auto;
overflow-x: hidden;
scrollbar-width: thin;
}
.topic-details-share-icons-border-bottom{
border-bottom: 1px solid #fc9928; 
padding-bottom: 8px;   
}
/* responsive */
@media only screen and (min-width: 992px){    
.target-content{
display: none;
}}
@media only screen and (max-width:991px){
.source-content{
display: none;
}
.mobile-none{
display: none;    
}    
.current-affais-topic-list>ul>li>a{
max-width: 100%;    
}}
