/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/govt-exam-notification.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
h1{
font-size: 32px;
font-weight: 700;    
}
.font-25{
font-size: 25px;    
}
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 */
.govt-exam-topic-list{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
padding: 10px;
border-radius: 8px;
}
.govt-exam-topic-list>h4, .current-affairs-topic-landscape{
/* background-color: #E25111; */
background-image: linear-gradient(90deg, #c63000 0%, #fb6f21 100%);
box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
padding: 5px 15px;
color: #ffffff;
margin-bottom: 1rem;
font-size: 15px;
font-weight: 600 !important;
text-align: center;
border-radius: 20px;
}
.govt-exam-topic-list>ul{
list-style-type: none; 
padding-left: 0px;   
}
/* .govt-exam-topic-list>ul>li{
padding: 5px; 
} */
.govt-exam-topic-list>ul>li>a{
padding: 6px;
display: block;
max-width: 50em;
min-width: 10em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #454545;
transition: 0.5s;
text-align: left;
}
.govt-exam-topic-list>ul>li>a:hover, .govt-exam-topic-list>ul>li>a.active{
color: #FC9928;
}
/* ḷeft section end */
/* current affairs center */
.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;
line-height: 1;
}
.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: 8px;
}
.twitter-icon-share{
color: #000000;
padding: 2px 0px;
margin-left: 5px;
}
.whatsapp-icon-share{
color: #34d56f;
padding: 2px 0px;
margin-left: 5px;
}
.telegram-icon-share{
color: #0088cc;
padding: 2px 0px;
margin-left: 5px;
}
@media only screen and (max-width:991px){
.govt-exam-topic-list>ul{
display: flex;
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
column-gap: 5px;
scrollbar-width: thin;
margin-bottom: 5px;
padding-bottom: 5px;
padding-left: 0px;
padding-right: 0px;
}    
.govt-exam-topic-list>ul>li>a{
max-width: 100%;    
}}
/* details */
.border-bottom-spheron{
border-bottom: 3px solid #fc9928;    
}
