<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.book_detail .btn-open-share-book-popup {
    color: #fff;
    background-color: #428bca;
	border-color: #428bca ;
	min-width: 140px;
}
.book_detail .btn-open-share-book-popup:hover {
    color: #fff;
    background-color: #428bca;
	border-color: #428bca ;
}
.book_detail .btn-open-share-book-popup i{
	margin-right: 10px;
}


/*Share Book Popup Start*/
.popup-share-book .modal-herder-section {
	border-bottom: 1px solid #e1dbdb;
}
.popup-share-book .title-container {
	width: 100%;
	text-align: center;
}
.popup-share-book .title-container .modal-title {
	margin-top: 10px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.popup-share-book .sub-title-container {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.popup-share-book .sub-title-container .modal-sub-title {
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
	color: #696969;
}
.popup-share-book .modal-body-section {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.popup-share-book .modal-body-section .book-title-section {
	text-align: center;
	color: #04878e;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 30px;
}
.popup-share-book .book-share-section .popup-share-btn {
	display: block;
	margin: 15px auto;
	width: 100%;
	max-width: 400px;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 4px;
}
.popup-share-book .book-share-section .popup-share-btn i{
	margin-right: 10px;
}
.popup-share-book .book-share-section .popup-share-btn.btn-faebook{
	background-color: #3b5998;
	border: 1px solid #3b5998;
	color: #fff;
}
.popup-share-book .book-share-section .popup-share-btn.btn-twitter{
	background-color: #598DCA;
	border: 1px solid #598DCA;
	color: #fff;
}
.popup-share-book .book-share-section .popup-share-btn.btn-email{
	background-color: #40D5DB;
	border: 1px solid #40D5DB;
	color: #fff;
}
/*Share Book Popup End*/

</pre></body></html>