/*--------main css------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
}

.main-section {
	background-image: url(77564.jpg);
	margin: 0 auto;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
}

header {
	text-align: center;
	border-bottom: 1px solid #000;
}

h1,
h2 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #000;
}

.library-name {
	margin: 5px 0;
	color: #000;
}

main {
	display: flex;
	margin-top: 20px;
}

.left-sidebar,
.right-sidebar {
	width: 100%;
}

.content {
	width: 100%;
	text-align: center;
}

.library-image img {
	width: 100%;
	height: auto;
	background-color: #ddd;

}

.left-sidebar button,
.right-sidebar button {
	width: 100%;
	padding: 10px;
	border: 0px solid #000;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
	cursor: auto;
}

a.tablink {
	color: #000000;
	text-decoration: none;
}

a.tablink:hover {
	color: #347ae7;
	text-decoration: underline;
}
.col-md-4.bannerbottom-1 a:hover {
	color: #347ae7;
	text-decoration: underline;
}
.col-md-4.bannerbottom-2 a:hover {
	color: #347ae7;
	text-decoration: underline;
}
.row div {}

.alert-banner {
	margin: auto;
	margin-top: 10px;
	background-color: #f0f0f0;
	padding: 15px;
	border: 1px solid #000;
	text-align: center;
	background: linear-gradient(180deg, #f3f3f3 0%, #b3e7f1 100%);
	border: 2px solid #b3e7f1;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:hover {
	padding: 10px !important;
	-ms-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	transform: scale(1.1);

}

.right-sidebar button:hover {
	padding: 10px !important;
	-ms-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	transform: scale(1.1);

}

.left-sidebar button:nth-child(1) {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(2) {
	background: linear-gradient(180deg, #ffffff 0%, #f9c191 100%);
	border-radius: 8px;
	border: 2px solid #dcaf8a;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(3) {
	background: linear-gradient(180deg, #ffffff 0%, #dcfdaa 100%);
	border-radius: 8px;
	border: 2px solid #acc584;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(4) {
	background: linear-gradient(180deg, #ffffff 0%, #b8cee4 100%);
	border-radius: 8px;
	border: 2px solid #99b0c6;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(5) {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(6) {
	background: linear-gradient(180deg, #ffffff 0%, #bebebe 100%);
	border: 2px solid #bdbdbd;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(7) {
	background: linear-gradient(180deg, #ffffff 0%, #fdd5b2 100%);
	border: 2px solid #e5b891;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(8) {
	background: linear-gradient(180deg, #ffffff 0%, #a3ecff 100%);
	border: 2px solid #77d1e6;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.left-sidebar button:nth-child(9) {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}
.left-sidebar button:nth-child(10) {
    background: linear-gradient(180deg, #ffffff 0%, #cfc3dd 100%);
    border: 2px solid #cdc1da;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(1) {
	background: linear-gradient(180deg, #ffffff 0%, #cfc3dd 100%);
	border: 2px solid #cdc1da;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(2) {
	background: linear-gradient(180deg, #ffffff 0%, #f9c191 100%);
	border-radius: 8px;
	border: 2px solid #dcaf8a;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(3) {
	background: linear-gradient(180deg, #ffffff 0%, #b8cee4 100%);
	border-radius: 8px;
	border: 2px solid #99b0c6;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(4) {
	background: linear-gradient(180deg, #ffffff 0%, #cfc3dd 100%);
	border: 2px solid #cdc1da;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(5) {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(6) {
	background: linear-gradient(180deg, #ffffff 0%, #cfc3dd 100%);
	border: 2px solid #cdc1da;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(7) {
	background: linear-gradient(180deg, #ffffff 0%, #dcfdaa 100%);
	border-radius: 8px;
	border: 2px solid #acc584;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.right-sidebar button:nth-child(8) {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.page-id-1328 .left-sidebar button:nth-child(1) {
    background: linear-gradient(180deg, #ffffff 0%, #f9c191 100%);
    border: 2px solid #ce9c9b;
    border-radius: 8px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.col-md-4.bannerbottom-1 {
	background: linear-gradient(180deg, #ffffff 0%, #dcfdaa 100%);
	border-radius: 8px;
	border: 2px solid #acc584;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.col-md-4.bannerbottom-2 {
	background: linear-gradient(180deg, #ffffff 0%, #ebb6b6 100%);
	border: 2px solid #ce9c9b;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

.col-md-4.bannerbottom-1 a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.col-md-4.bannerbottom-1 {
	padding: 15px;
}

.col-md-4.bannerbottom-1:hover {
	ppadding: 10px !important;
	-ms-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	transform: scale(1.1);
}

.col-md-4.bannerbottom-2:hover {
	ppadding: 10px !important;
	-ms-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	transform: scale(1.1);
}

.col-md-4.bannerbottom-2 {
	padding: 15px;
}

.row.commonheight {
	padding: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.commonpadding {
	padding: 15px;
}

.col-md-4.bannerbottom-2 a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.alert-banner p {
	font-size: 18px;
	font-weight: 600;
}

footer {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #000;
	margin-top: 20px;
}

footer p {
	margin: 5px 0;
}

.col-md-4.footer-1 {
	background: linear-gradient(180deg, #f3f3f3 0%, #b3e7f1 100%);
	border: 2px solid #b3e7f1;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
	padding: 20px;
}

.col-md-4.footer-2 {
	background: linear-gradient(180deg, #f3f3f3 0%, #b3e7f1 100%);
	border: 2px solid #b3e7f1;
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
	padding: 20px;
}

.logo {
	padding-bottom: 25px;
}

.library-name h2 {
	font-size: 30px;
	font-weight: 600;
}


/*------------End Main css------------*/
.asklib img {
	width: 300px;
	height: auto;
}

.libraryteam {
	margin-top: -21px;
}

.libraryteam th {
	background-color: #cdc1da;
	color: #ffffff;
}

.libraryteam th,
td {
	border: 1px solid #004080;
}

.libraryteam img {
	width: 200px;
	height: auto;
	border-radius: 5px;
	text-align: center;
}

.header {
	background-color: #004080;
	color: white;
	text-align: center;
	font-size: 18px;
	padding: 10px;
}

.page-template-default header {
	text-align: center;
	border-bottom: 0px solid #000;
}

.bredcum-section {
	background: linear-gradient(180deg, #e7e7e7 0%, #f9c191 100%);
	border-radius: 8px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
}

img.img-responsive.xyz {
	width: 100%;
	height: auto;
}

.content-area {
	padding: 15px;
}

.content-area h2 {
	font-size: 25px;
	font-weight: 700;
}

.content-area ul li {
	line-height: 35px;
}

.page-id-1323 .content-area {
	text-align: center;
	width: 1200px;
}

.custom-button {
	display: inline-block;
	background-color: #4A90E2;
	/* Matches the blue color */
	color: white;
	font-family: Arial, sans-serif;
	font-size: 16px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	/* Rounded corners */
	text-align: center;
	text-decoration: none;
	/* No underline */
	cursor: pointer;
	margin-bottom: 15px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	/* Light shadow */

}

.custom-button:hover {
	background-color: #357ABD;
	/* Slightly darker blue on hover */
}

.cent-container ul {
	list-style-type: none;
}

.cent-container h3 {
	font-size: 18px;
	font-weight: 600;
}

/*------for content css-------*/
.page-template-default h2 {
	color: #333;
	margin-top: 20px;
}

.page-template-default.aligncenter {
	display: block;
	margin: 20px auto;
}

.page-template-default a {
	color: blue;
	text-decoration: none;
}

.page-template-default a:hover {
	text-decoration: underline;
}

.page-template-default.container {
	margin: 0 auto;
	padding: 20px;
}

.page-template-default.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.page-template-default.col-md-6 {
	flex: 1 1 50%;
	padding: 15px;
	box-sizing: border-box;
}

.page-template-default ul li {
	margin: 5px 0;
}

.page-template-default h3 {
	margin-top: 15px;
	color: #404040;
	font-size: 18px;
}

/*----------End------------*/

ul.breadcrumb {
	padding: 10px 16px;
	list-style: none;
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

ul.breadcrumb li a {
	color: #0275d8;
	text-decoration: none;
}

ul.breadcrumb li a:hover {
	color: #01447e;
	text-decoration: underline;
}

/*------------Table Css---------------*/
table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	text-align: left;
}

th,
td {
	border: 1px solid #ddd;
	padding: 10px;
}

th {
	background-color: #3ba7d3;
	color: #ffffff;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

tr:hover {
	background-color: #f1f1f1;
}

.note {
	padding: 10px;
}

.open-Acresource table {
	width: 100%;
	border-collapse: collapse;

}

.open-Acresource th,
td {
	border: 1px solid #000;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	color: #000;
}

.open-Acresource a {
	color: #000000;
	text-decoration: none;
}

.open-Acresource th {
	background-color: #ffffff;
	color: #000;
}

.open-Acresource ul {
	list-style-type: disc;
	margin: 0;
	padding-left: 20px;
}
marquee.marq a {
    color: #0000ff;
}
.archive-bispublication {
    /*position: relative;*/
    /*top: -800px;*/
}
.archive-bispublication aside.left-sidebar {
    width: 100%;
}
.archive-bispublication aside.left-sidebar a{
    color: #000000;
}
.archive-bispublication aside.left-sidebar a:hover{
    color: #0873fd;
}
.clsComicBook img {
    width: 100%;
    padding: 10px;
}

/*------Responsive Css------*/
@media (max-width: 768px) {
    .main-section {
        align-items: center; /* Center items horizontally */
        width: 100%;
        text-align: center; /* Center align text if needed */
        padding: 15px; /* Adjust padding for small screens */
        box-sizing: border-box; /* Ensure padding doesn't break layout */
    }
	.col-md-4.footer-1{
		margin-bottom:20px;
	}
	.col-md-4.bannerbottom-1 {
    margin-bottom: 20px;
}
}

@media (max-width: 420px) {
    .main-section {
			margin: 0 auto;
			padding: 20px;
			-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
			-moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.75);
			box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0);
    }
	.logo img {
    width: 100%;
}
.col-md-4.bannerbottom-1 {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 992px) {
    .archive-bispublication {
        position: relative;
        top: -500px;
    }
}

@media (max-width: 768px) {
    .archive-bispublication {
        position: relative;
        top: -284px;
    }
	.archive-bispublication aside.left-sidebar {
    width: 100%;
}
}
@media (max-width: 420px) {
    .archive-bispublication {
        position: relative;
        top: -284px;
    }
	.archive-bispublication aside.left-sidebar {
    width: 100%;
}
}
@media (max-width: 420px) {
    .archive-bispublication {
        position: relative;
        top: -180px;
    }
	.archive-bispublication aside.left-sidebar {
    width: 100%;
}
}
