







@font-face {
    font-family: bangla3;

	
    src: url('../font/bangla3.woff');
}

@font-face {
    font-family: bangla5;

	
    src: url('../font/bangla5.woff');
}
@font-face {
    font-family: bangla2;
	
    src: url('../font/bangla2.woff');
}

@font-face {
    font-family: bangla2;
	
    src: url('../font/bangla2.ttf');
}

@font-face {
    font-family: sonarbangla2;	
    src: url('../font/sonarbangla2.woff');
}



* {
  box-sizing: border-box;
}

.মডসজ {
    background: #47c18e;
    color: white;
}

body {
  margin: 0;
  font-size: 28px;
  font-family: bangla2;
}

.header {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

#navbar {
  overflow: hidden;
  background-color: #333;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#navbar a:hover {
  background-color: #ddd;
  color: black;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

.date {
    font-family: 'sonarbangla2';
    color: #e5a900;
    font-size: 15px;
	text-align: center;
}

#myInput {
  background-image: url('../images/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
font-family: 'Bangla', sans-serif;
  
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1.5px solid #9fae55;
    font-size: 18px;
}

#myTable th, #myTable td {
  border-left: 1.5px solid #9fae55 !important;
    /* border-right: 1px solid #9fae55 !important; */
    font-size: 14px !important;
    height: auto !important;
    padding: 8px !important;
	text-align: center;
    font-family: bangla2;
    font-weight: 500 !important;
    border-bottom: 1px solid #ccc !important;
    color: #000!important;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}


.ramadan-container {
	max-width: 75rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.type-a > .column,
.type-a > .columns {
    display: flex;
    min-height: 300px;
}
.c-btm {
    align-items: flex-end;
}
.c-top {
    align-items: flex-start;
}
.c-cen {
    align-items: center;
}
.type-b > .large-3 > .row > .column,
.type-b > .large-3 > .row > .columns {
    display: flex;
    min-height: 300px;
}
.type-b > .large-9 {
    min-height: 300px;
}
.full {
	flex: 0 0 100%;
}
@media(max-width: 768px) {
    .full {
        display: block;
    }
   
    .type-b > .large-9 {
    	display: block;
	}
	.type-b > [data-remove] + .large-4 {
        border-right: 0;
    }
    
}

.inline-menu li {
    display: inline-block;
    margin-bottom: 4px;
}
.inline-menu li a {
    display: block;
    padding: 0.3125rem 1.25rem;
    border-radius: 4px;
    background-color: #fff;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    text-decoration: none;
}
.inline-menu li a:hover {
    background-color: #fff;
}
.timer {
    font-size: 3.5rem;
    line-height: 1;
}

/* Tiles */
#pdfTable{
					  background-color:#fff;
					}
.tile-header {
    padding: 0.625rem;
    max-width: 255px;
    min-width: 250px;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    margin-left: 1.25rem;
}

/* Modals */

.button {
    border: 0;
}

/* View Changes */

[row-id] {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
[data-editable] {
    border-top: 4px solid #fff;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
[data-heading] {
	color: #3F4F6C;
}
[data-editable] {
    border-right: 4px solid #fff;
}
[row-id]:last-child [data-editable] {
    border-bottom: 4px solid #fff;
}
[sort-order] {
	border-right: 0;
}
@media(max-width: 768px) {
    [row-id]:last-child [data-editable] {
        border-bottom: 0;
    }
    [row-id]:last-child {
        border-bottom: 4px solid #fff;
    }
    [data-editable] {
/*         min-height: 300px; */
    }
    .moon {
    	float: none !important;
    }
}
.sticky {
    z-index: 100;
}
[data-remove] {
    z-index: 200;
    display: none;
}
[data-url] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
[data-title] {
	line-height: 1.3;
	margin-bottom: 0.625rem;
}
[data-summary] {
    height: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
}
.avenir * {
    font-family: bangla2 !important; 
}
.styleelement {
    text-align: center;
    font-size: 20px;
    font-family: 'bangla2';
    width: 100%;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
    font-family: sonarbangla2;
}
.table-ramadan {
    border-right: 1.5px solid #9fae55 !important;
    width: 100%;
    margin: 0;
    -webkit-print-color-adjust: exact;
}
/* .table-ramadan tr td,
.table-ramadan tr th {
    font-size: 12px;
    height: auto;
    padding: 2px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
} */
.background {
    background: #282c35;
	font-weight: bold;
    font-size: 17px !important;
    padding: 10px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
    border-collapse: unset;
    background-position: left;
}

.row-body1 {
    background: #e7f0d2;
}

.table-ramadan tr td {
    border-left: 1.5px solid #9fae55 !important;
    /* border-right: 1px solid #9fae55 !important; */
    font-size: 14px !important;
    height: auto !important;
    padding: 10px !important;
    font-family: bangla2;
    font-weight: 500 !important;
    border-bottom: 1px solid #ccc !important;
    color: #000!important;
	position: sticky;
}
.rtable-ramadan tr2 td {
    border-left: 1px solid #e7e7e7 !important;
    border-right: 1px solid #e7e7e7 !important;
    font-size: 15px !important;
    height: auto !important;
    padding: 10px !important;
    font-family: bangla2;
    font-weight: 500 !important;
    border-bottom: 1px solid #ccc !important;
    color: #000!important;
}
 /*.table-ramadan tr:nth-child(n+13) td {
    border-left: 1px solid #313743;
    border-right: 1px solid #313743;
}
.table-ramadan tr:nth-child(n+23) td {
    border-left: 1px solid #313743;
    border-right: 1px solid #313743;
}

.table-ramadan tr td:first-child {
    border-left: 0;
}
.table-ramadan tr td:last-child {
    border-right: 0;
      background-color: #fff;
    color: #333;
    -webkit-print-color-adjust: exact;
}
.table-ramadan tr td,
.table-ramadan tr td:first-child,
.table-ramadan tr td:nth-child(3) {
    background-color: #fff;
    color: #333;
    -webkit-print-color-adjust: exact;
}
.table-ramadan tr td:nth-child(2) {
    background-color: #fff;
    color: #333;
    font-weight: 500;
    -webkit-print-color-adjust: exact;
}
.table-ramadan tr td:nth-child(3),
.table-ramadan tr td:nth-child(6) {
    background-color: #fff;
    font-weight: 600;
        color: #333;
    border-bottom: 1px solid #ccc;
    -webkit-print-color-adjust: exact;
}
.table-ramadan tr td:nth-child(5),
.table-ramadan tr td:nth-child(6),
.table-ramadan tr td:nth-child(8) {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-print-color-adjust: exact;
} */
td.ashra-divider {
    border: 2px solid;
}
.h22 {
    font-size: 30px;
	font-family: bangla2;
	text-align: center;
}


div2 {
    display: block;
	text-align: center;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	font-size: 28px;
	padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
	font-family: bangla4;
}


.text-first { color: #e26954; }
.text-second { color: #67c9cf; }
.text-third { color: #5d6cb2; }
.img-lamp { width: 60%; }

@media all {
    .ramadan-print-location {
        color: #fff !important;
        top: 10px;
        right: 20px;
        z-index: 2;
    }
    .link-print {
    	right: 20px;
    	top: 50px;
    	z-index: 2;
    }
}

@media print {
    header,
    .banner,
    .footer,
    .strip {
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #e9e9e9;
	z-index: -500;
}

#print-container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1000;
}

@media(max-width: 768px) {
	nav.nav-blog .icon {
		top: 15px;
	}
	.ramadanFiqqahTime{
	flex-direction: column !important;
	}
	.ramadanFiqqahTime .ramadan-print-location{
	font-size:12px !important;
	}
	.text-center-sm{
		text-align:center;
	}
}
.active {
	background-color: transparent;
	border: none;
}
.mb20{
	margin-bottom:20px;
}
}


.islamic-dua-accodian {
	width: 100%;
}


.dua-accordion-number {
	display: block;
	float: left;
}

.dua-accordion-text {
	display: block;
	text-align: center;
}

.dua-accordion {
	cursor: pointer;
	background-color: #1b1e1e;
	/* height: 80px; */
	font-family: Lato;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 0.4px;
	color: #e2ebf4;
	cursor: pointer;
	padding: 26.33px;
	width: 100%;
	border: 1px #ffffff solid;
	text-align: center;
	outline: none;
	font-size: 15px;
	transition: 0.12s;
}










@media screen and (max-width: 768px) {
	
	.islamic-dua-accodian {
		padding-left: 0px;
		margin-left: 0px;
	}
}
/* islamic dua end */