@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/* background: #eee; */
}
a, a:hover {
	text-decoration: none;
}

.header{
	background: #fff;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo img{
	width: 90px;
}

.cont-body{
	padding: 20px;
	margin:50px  auto;
	max-width: 600px;
}

.googlebtn-landing {
    display: flex;
    height: 100%;
    align-items: center;
    width: 400px;
	margin: auto;
}
.gl-container {
    width: 100%;
}
.googlebtn-landing .logo {
    text-align: center;
    margin-bottom: 30px;
}

.google-btn {
	width: 300px;
	height: 40px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
	margin: auto;
	cursor: pointer;
  }
  .googlebtn-landing{
	display: flex;
	height: 100%;
align-items: center;
width: 100%;
  }
  .googlebtn-landing .logo{
	text-align: center;
	margin-bottom: 30px;
  }
  .gl-container{
width: 100%;
  }
  .google-btn .google-icon-wrapper {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
  }
  .google-btn .google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
  }
  .google-btn .btn-text {
	float: right;
	margin: 11px 11px 0 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: "Roboto";
  }
  .google-btn:hover {
	box-shadow: 0 0 6px #4285f4;
  }
  .google-btn:active {
	background: #1669F2;
  }
.body-content{
	padding: 20px 0;
}
.txt-bengali{
	
		font-family: "Noto Serif Bengali", serif;
		font-optical-sizing: auto;
		font-weight: <weight>;
		font-style: normal;
		font-variation-settings:
		  "wdth" 100;
	 
}
.logout {
	display: flex;
	align-items: center;
}
.logout .avatar{
	background: #dc3545;
	width: 35px;
	height: 35px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50px;
	margin-right: 10px;
}
.logout .username{
	margin-right: 20px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.block-magazine{
	margin-bottom: 10px;
}
.block-magazine .card-body{
	padding: 0.25rem;
}
.block-magazine input{
display: none;
}
.block-magazine input:checked + label{
	background: #f6f6f6;
}
.block-magazine label:before{
	content: "";
	
	width: 25px;
	height: 25px;
	display: block;
	box-shadow: inset 0 0 0 2px #7d7d7d;
	border-radius: 30px;
	flex-shrink: 0;
}
.block-magazine input:checked + label:before{
	content: "";
	
	width: 25px;
	height: 25px;
	display: block;
	box-shadow: none;
	background: url('data:image/svg+xml,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="%2328c937" d="M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"/></svg>');
}
.block-magazine label{
	display: flex;
    align-items: center;
	margin: 0;
	cursor: pointer;
	position: relative;
	padding: 10px;
}
.block-magazine label > img{
	width: 0px;
	height: 0px;
	margin: auto;
	display: inline-block;
	object-fit: cover;
	border: solid 0px #ddd;
	margin: 0 6px;
	padding: 5px;
	border-radius: 5px;
	background: transparent;
}
.block-magazine label span{
	display: block;
}
.block-magazine label .details{
	display: flex;
	width: 100%;
align-items: center;
justify-content: space-between;
}
.block-magazine label .details .title{
	font-size:1.3rem;
	width: 40%;
}
.block-magazine label .details .price-old{
	color: #a0a0a0;
	font-size: 14px;
	text-decoration: line-through;
}
.heading{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 600;
	color: #ccc;
	letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
	.block-magazine label{
		padding: 2px;
	}
	.block-magazine label .details .title{
		font-size: 16px;
		font-weight: bold;
	}
	.block-magazine label .details{
		flex-flow: column;

	}
	.block-magazine label .details > *{
		width: 100%!important;
	}
	.logout .username{
		max-width: 150px;
	}
}

