/* Third Party Fonts*/
.font-roboto-dot-875 {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
}
.font-roboto-1 {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}
.font-roboto-caption {
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}
.font-roboto-button {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.font-roboto-h1 {
  font-size: 6rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}
.font-roboto-h2 {
  font-size: 3.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
}
.font-roboto-h3 {
  font-size: 3rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.167;
  letter-spacing: 0em;
}
.font-roboto-h4 {
  font-size: 2.125rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.235;
  letter-spacing: 0.00735em;
}
.font-roboto-h5 {
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.334;
  letter-spacing: 0em;
}
.font-roboto-h6 {
  font-size: 1.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}
.font-roboto-subtitle1 {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.font-roboto-subtitle2 {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.00714em;
}
.font-roboto-overline {
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 2.66;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
}
/* End Third Party Fonts*/
body{
  background-color: #ffffff;
  text-align: inherit;
   margin: 0 !important;
}
.modal-open {
    overflow: visible !important;
    padding-right: 0px !important;
}
.dark-mode{
    background-color: #000000;
    color: #ffffff;
}
.dark-mode .darkmode-btn-color{
  color: #000000 !important;
}
.dark-mode .list-item-header {

    background-color: #1b1b1b;
    border-bottom: 1px solid #343735;
}
.dark-mode .list-item-body {
    background-color: #000000;
}
.dark-mode .juzitembg {
    background-color: #7D7C7C;
}
.dark-mode  .chapter-name, .dark-mode .sura-name{
  color: #ffffff;
}
.dark-mode .header-main{
    background-color: #373737;
}
.dark-mode .scroll-top-btn {
    background-color: #ffffff;
    color: #000000 !important;
}
.dark-mode  .ar-number {
    color: #ffffff;
  }
.dark-mode .verse{
   border-top: 1px solid #5e5d5d  !important;
   border-bottom:  none;
}
.dark-mode .verse:last-child{

}
.dark-mode .verse.active{
   background-color: rgba(137, 142, 128, 0.3);

   border-bottom: none  !important;
}

.font-uthmani .ar-font{
  font-family: Uthmani !important;
  -webkit-font-smoothing: antialiased;
}

.font-indopak .ar-font{
  font-family: IndoPak !important;
}

.font-size-120 .ar-text{
  font-size:  1.8rem;
}

.font-size-120 .en-text{
  font-size: 1.32rem;
}

.font-size-150 .ar-text{
  font-size: 2.25rem;
}

.font-size-150 .en-text{
  font-size: 1.65rem;
}

.font-size-180 .ar-text{
  font-size:2.7rem;
}

.font-size-180 .en-text{
  font-size: 1.98rem;
}

.font-size-200 .ar-text{
  font-size: 3rem;
}

.font-size-200 .en-text{
  font-size: 2.2rem;
}



.header-main{
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  height: 64px;
  width: 100%;
  z-index: 100;
  padding: 0% 8%;
  background-color: #ffffff;
}
.site-title{
  font-size: 1.5rem;
  font-family: "Roboto";
  line-height: 0.9em;
  margin-top: 20px;
  display:inline-block
}
.content{
  margin-top: 100px;
  padding: 0 8%;
  margin-bottom: 50px;
}
.btn-common{
  height: 35px;
  margin: 6px 0;
}

.btn-playpause
{
  height: 51px;
  margin-top: 10px;
}
.nav-link-playpause{
  display: block;
  padding: .2rem .1rem;
}
.sura-nav-section{
  height: 35px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  background-color: #e0e0e0;

  margin: 14px 0;
  overflow: hidden;
}
.sura-nav-section li{
  background-color: inherit;
}
.sura-nav-btn{
  border: none;
  width: 35px;
  padding: 0;
  height: 35px;
  display: block;
}


.sura-nav-btn:hover{
  background-color: #d5d5d5;
}
.prev-next-img{
  width: 60%;
  cursor: pointer;
  padding: 10px 6px;

}
.sura-nav-content{

    border: none;
    padding: 0 5px 0 5px;;
    line-height: 35px;
    width: 82px;
    text-align: center;
}

.header-chapter-title{
   padding-top: 100px;
}

.verse{
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
}
.verse.active{
  /*border-bottom: 1px solid #BDFCC9;
  background-color: #f6fef6;
  border-top: 1px solid #BDFCC9;*/


        border-bottom: 1px solid #e9f3e9;
        background-color: #e9f3e9a6;
        border-top: 1px solid #e9f3e9;


}

.verse:hover{
  background-color: rgba(215,254,139,0.1);
}

.verse-ar{
  padding: 8px 0px 5px 0px;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 1.6;
}
.verse-en{
  padding: 5px 0px 8px 0px;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 1.5;
}

.ar-font{
    font-family: Uthmani;
}

.ar-text{
  font-size: 1.5rem;
}
.en-text{
  font-size: 1.1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}


.ar-number{
    color: #111;
    font-size: 75%;
    font-family: "Traditional Arabic", "Times New Roman", serif;
}
.link-style-none,.link-style-none:hover,.link-style-none:active{
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}

.px-20 {
    padding: 0 20px;
    scroll-margin-top: 100px;
}


/* MuiButtonGroup */

.MuiButtonGroup-root {
  display: inline-flex;
  border-radius: 4px;
}
.MuiButtonGroup-contained {
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
}
.MuiButtonGroup-disableElevation {
  box-shadow: none;
}
.MuiButtonGroup-fullWidth {
  width: 100%;
}
.MuiButtonGroup-vertical {
  flex-direction: column;
}
.MuiButtonGroup-grouped {
  min-width: 40px;
}
.MuiButtonGroup-groupedHorizontal:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.MuiButtonGroup-groupedHorizontal:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.MuiButtonGroup-groupedVertical:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.MuiButtonGroup-groupedVertical:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.MuiButtonGroup-groupedTextHorizontal:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.23);
}
.MuiButtonGroup-groupedTextVertical:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.23);
}
.MuiButtonGroup-groupedTextPrimary:not(:last-child) {
  border-color: rgba(63, 81, 181, 0.5);
}
.MuiButtonGroup-groupedTextSecondary:not(:last-child) {
  border-color: rgba(245, 0, 87, 0.5);
}
.MuiButtonGroup-groupedOutlinedHorizontal:not(:first-child) {
  margin-left: -1px;
}
.MuiButtonGroup-groupedOutlinedHorizontal:not(:last-child) {
  border-right-color: transparent;
}
.MuiButtonGroup-groupedOutlinedVertical:not(:first-child) {
  margin-top: -1px;
}
.MuiButtonGroup-groupedOutlinedVertical:not(:last-child) {
  border-bottom-color: transparent;
}
.MuiButtonGroup-groupedOutlinedPrimary:hover {
  border-color: #3f51b5;
}
.MuiButtonGroup-groupedOutlinedSecondary:hover {
  border-color: #f50057;
}
.MuiButtonGroup-groupedContained {
  box-shadow: none;
}
.MuiButtonGroup-groupedContainedHorizontal:not(:last-child) {
  border-right: 1px solid #bdbdbd;
}
.MuiButtonGroup-groupedContainedHorizontal:not(:last-child).Mui-disabled {
  border-right: 1px solid rgba(0, 0, 0, 0.26);
}
.MuiButtonGroup-groupedContainedVertical:not(:last-child) {
  border-bottom: 1px solid #bdbdbd;
}
.MuiButtonGroup-groupedContainedVertical:not(:last-child).Mui-disabled {
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.MuiButtonGroup-groupedContainedPrimary:not(:last-child) {
  border-color: #303f9f;
}
.MuiButtonGroup-groupedContainedSecondary:not(:last-child) {
  border-color: #c51162;
}

/* End MuiButtonGroup */
/* MuiTypography */

.MuiTypography-root {
  margin: 0;
}
.MuiTypography-body2 {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0.01071em;
}
.MuiTypography-body1 {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}
.MuiTypography-caption {
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 0.03333em;
}
.MuiTypography-button {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiTypography-h1 {
  font-size: 6rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.167;
  letter-spacing: -0.01562em;
}
.MuiTypography-h2 {
  font-size: 3.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
}
.MuiTypography-h3 {
  font-size: 3rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.167;
  letter-spacing: 0em;
}
.MuiTypography-h4 {
  font-size: 2.125rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.235;
  letter-spacing: 0.00735em;
}
.MuiTypography-h5 {
  font-size: 1.5rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.334;
  letter-spacing: 0em;
}
.MuiTypography-h6 {
  font-size: 1.25rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.0075em;
}
.MuiTypography-subtitle1 {
  font-size: 1rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.00938em;
}
.MuiTypography-subtitle2 {
  font-size: 0.875rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: 0.00714em;
}
.MuiTypography-overline {
  font-size: 0.75rem;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 2.66;
  letter-spacing: 0.08333em;
  text-transform: uppercase;
}
.MuiTypography-srOnly {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
}
.MuiTypography-alignLeft {
  text-align: left;
}
.MuiTypography-alignCenter {
  text-align: center;
}
.MuiTypography-alignRight {
  text-align: right;
}
.MuiTypography-alignJustify {
  text-align: justify;
}
.MuiTypography-noWrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.MuiTypography-gutterBottom {
  margin-bottom: 0.35em;
}
.MuiTypography-paragraph {
  margin-bottom: 16px;
}
.MuiTypography-colorInherit {
  color: inherit;
}
.MuiTypography-colorPrimary {
  color: #3f51b5;
}
.MuiTypography-colorSecondary {
  color: #f50057;
}
.MuiTypography-colorTextPrimary {
  color: rgba(0, 0, 0, 0.87);
}
.MuiTypography-colorTextSecondary {
  color: rgba(0, 0, 0, 0.54);
}
.MuiTypography-colorError {
  color: #f44336;
}
.MuiTypography-displayInline {
  display: inline;
}
.MuiTypography-displayBlock {
  display: block;
}

/* End MuiTypography */

/* MuiSvgIcon */


.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  -moz-user-select: none;
}
.MuiSvgIcon-colorPrimary {
  color: #3f51b5;
}
.MuiSvgIcon-colorSecondary {
  color: #f50057;
}
.MuiSvgIcon-colorAction {
  color: rgba(0, 0, 0, 0.54);
}
.MuiSvgIcon-colorError {
  color: #f44336;
}
.MuiSvgIcon-colorDisabled {
  color: rgba(0, 0, 0, 0.26);
}
.MuiSvgIcon-fontSizeInherit {
  font-size: inherit;
}
.MuiSvgIcon-fontSizeSmall {
  font-size: 1.25rem;
}
.MuiSvgIcon-fontSizeLarge {
  font-size: 2.1875rem;
}


/* End MuiSvgIcon */

/*MuiTouchRipple*/

.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}
.MuiTouchRipple-ripple {
  opacity: 0;
  position: absolute;
}
.MuiTouchRipple-rippleVisible {
  opacity: 0.3;
  animation: MuiTouchRipple-keyframes-enter 550ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}
.MuiTouchRipple-ripplePulsate {
  animation-duration: 200ms;
}
.MuiTouchRipple-child {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  border-radius: 50%;
  background-color: currentColor;
}
.MuiTouchRipple-childLeaving {
  opacity: 0;
  animation: MuiTouchRipple-keyframes-exit 550ms cubic-bezier(0.4, 0, 0.2, 1);
}
.MuiTouchRipple-childPulsate {
  top: 0;
  left: 0;
  position: absolute;
  animation: MuiTouchRipple-keyframes-pulsate 2500ms cubic-bezier(0.4, 0, 0.2, 1) 200ms infinite;
}
@-moz-keyframes MuiTouchRipple-keyframes-enter {
  0% {
    opacity: 0.1;
    transform: scale(0);
  }
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
}
@-moz-keyframes MuiTouchRipple-keyframes-exit {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes MuiTouchRipple-keyframes-pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}

/*End MuiTouchRipple*/

/*MuiButtonBase*/

.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  -moz-user-select: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButtonBase-root::-moz-focus-inner {
  border-style: none;
}
.MuiButtonBase-root.Mui-disabled {
  cursor: default;
  pointer-events: none;
}
@media print {
  .MuiButtonBase-root {
    color-adjust: exact;
  }
}
/* End MuiButtonBase*/

/*MuiButton*/

.MuiButton-root {
  color: rgba(0, 0, 0, 0.87);
  padding: 6px 16px;
  font-size: 0.875rem;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
}
.MuiButton-root:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.04);
}
.MuiButton-root.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-root:hover {
    background-color: transparent;
  }
}
.MuiButton-root:hover.Mui-disabled {
  background-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-textPrimary {
  color: #3f51b5;
}
.MuiButton-textPrimary:hover {
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  .MuiButton-textPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-textSecondary {
  color: #f50057;
}
.MuiButton-textSecondary:hover {
  background-color: rgba(245, 0, 87, 0.04);
}
@media (hover: none) {
  .MuiButton-textSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlined {
  border: 1px solid rgba(0, 0, 0, 0.23);
  padding: 5px 15px;
}
.MuiButton-outlined.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.MuiButton-outlinedPrimary {
  color: #3f51b5;
  border: 1px solid rgba(63, 81, 181, 0.5);
}
.MuiButton-outlinedPrimary:hover {
  border: 1px solid #3f51b5;
  background-color: rgba(63, 81, 181, 0.04);
}
@media (hover: none) {
  .MuiButton-outlinedPrimary:hover {
    background-color: transparent;
  }
}
.MuiButton-outlinedSecondary {
  color: #f50057;
  border: 1px solid rgba(245, 0, 87, 0.5);
}
.MuiButton-outlinedSecondary:hover {
  border: 1px solid #f50057;
  background-color: rgba(245, 0, 87, 0.04);
}
.MuiButton-outlinedSecondary.Mui-disabled {
  border: 1px solid rgba(0, 0, 0, 0.26);
}
@media (hover: none) {
  .MuiButton-outlinedSecondary:hover {
    background-color: transparent;
  }
}
.MuiButton-contained {
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  background-color: #e0e0e0;
}
.MuiButton-contained:hover {
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  background-color: #d5d5d5;
}
.MuiButton-contained.Mui-focusVisible {
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
}
.MuiButton-contained:active {
  box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
}
.MuiButton-contained.Mui-disabled {
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (hover: none) {
  .MuiButton-contained:hover {
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
    background-color: #e0e0e0;
  }
}
.MuiButton-contained:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}
.MuiButton-containedPrimary {
  color: #fff;
  background-color: #3f51b5;
}
.MuiButton-containedPrimary:hover {
  background-color: #303f9f;
}
@media (hover: none) {
  .MuiButton-containedPrimary:hover {
    background-color: #3f51b5;
  }
}
.MuiButton-containedSecondary {
  color: #fff;
  background-color: #f50057;
}
.MuiButton-containedSecondary:hover {
  background-color: #c51162;
}
@media (hover: none) {
  .MuiButton-containedSecondary:hover {
    background-color: #f50057;
  }
}
.MuiButton-disableElevation {
  box-shadow: none;
}
.MuiButton-disableElevation:hover {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-focusVisible {
  box-shadow: none;
}
.MuiButton-disableElevation:active {
  box-shadow: none;
}
.MuiButton-disableElevation.Mui-disabled {
  box-shadow: none;
}
.MuiButton-colorInherit {
  color: inherit;
  border-color: currentColor;
}
.MuiButton-textSizeSmall {
  padding: 4px 5px;
  font-size: 0.8125rem;
}
.MuiButton-textSizeLarge {
  padding: 8px 11px;
  font-size: 0.9375rem;
}
.MuiButton-outlinedSizeSmall {
  padding: 3px 9px;
  font-size: 0.8125rem;
}
.MuiButton-outlinedSizeLarge {
  padding: 7px 21px;
  font-size: 0.9375rem;
}
.MuiButton-containedSizeSmall {
  padding: 4px 10px;
  font-size: 0.8125rem;
}
.MuiButton-containedSizeLarge {
  padding: 8px 22px;
  font-size: 0.9375rem;
}
.MuiButton-fullWidth {
  width: 100%;
}
.MuiButton-startIcon {
  display: inherit;
  margin-left: -4px;
  margin-right: 8px;
}
.MuiButton-startIcon.MuiButton-iconSizeSmall {
  margin-left: -2px;
}
.MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}
.MuiButton-endIcon.MuiButton-iconSizeSmall {
  margin-right: -2px;
}
.MuiButton-iconSizeSmall > *:first-child {
  font-size: 18px;
}
.MuiButton-iconSizeMedium > *:first-child {
  font-size: 20px;
}
.MuiButton-iconSizeLarge > *:first-child {
  font-size: 22px;
}

/* End MuiButton*/
/*Smoot scroll*/
html {
  scroll-behavior: smooth;
}
/*End Smoot scroll*/

.sura-title-section{
  margin-bottom: 35px;
  padding-top: 15px;
}
.sura-title-section h2{
  margin: 0;
  padding: 0;
}

.sura-no{
  font-size: 16px;
}
.font-size-120  .sura-no {
  font-size: 19.2px;
}
.font-size-150  .sura-no {
  font-size: 24px;
}
.font-size-180  .sura-no {
  font-size: 28.8px;
}
.font-size-200 .sura-no {
  font-size: 32px;
}
.sura-name{
  color: #000;
  display: flex;
  padding-top: 20px;
  flex-direction: row;
  padding-bottom: 5px;
  justify-content: space-between;
  font-size: 23px;
  font-family: "Roboto";
  font-weight: 300;
  padding-top: 5px;
  letter-spacing: -0.00833em;
  line-height: normal;
}
.font-size-120  .sura-name {
  font-size: 27.6px;
}
.font-size-150  .sura-name {
  font-size: 34.5px;
}
.font-size-180  .sura-name {
  font-size: 41.4px;
}
.font-size-200 .sura-name {
  font-size: 46px;
}

.settings-display-section{
  font-size: 12px;
}

.font-size-120  .settings-display-section {
  font-size: 14.4px;
}
.font-size-150  .settings-display-section {
  font-size: 18px;
}
.font-size-180  .settings-display-section {
  font-size: 21.6px;
}
.font-size-200 .settings-display-section {
  font-size: 24px;
}
@media(max-width:556px){
  .settings-display-section {
    /* font-size: 9px; */
  }
}
.chapter-name{
  color: #000;
  display: flex;
  padding-top: 20px;
  flex-direction: row;
  padding-bottom: 35px;
  justify-content: space-between;
  font-size: 23px;
  font-family: "Roboto";
  padding-top: 5px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.00833em;
}
@media(max-width:1054px) {
  .btn-common {
      height: 30px;
      margin: 10px 0;
  }

  .btn-playpause
  {
    height: 44px;
    margin-top: 15px;
  }
}

@media(max-width:980px) {
  .btn-common {
      height: 30px;
      margin: 10px 0;
  }
  .header-main{
    padding: 0% 5% !important;
  }
}

@media(max-width:920px) {
 .header-main .nav-link {
    display: block;
    padding: .5rem .8rem;
  }
  .header-main{
    padding: 0% 3% !important;
  }
}

@media(max-width:830px) {
 .header-main .nav-link {
    display: block;
    padding: .5rem .6rem;
  }
  .header-main{
    padding: 0% 2% !important;
  }

  .site-title{
    font-size: 1.5rem;
  }
}
@media(max-width:770px) {
  .btn-playpause
  {
    height: 40.8px;
    margin-top: 17px;
  }
 .header-main .nav-link {
    display: block;
    padding: .5rem .6rem;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: left !important;

  }

  .site-title{
    font-size: 1.3rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 28px;
    margin: 12px 0;
  }

  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }
}

@media(max-width:725px) {
 .header-main .col-3 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .header-main  .col-9{
     flex: 0 0 80% !important;
     max-width: 80% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: left !important;

  }

  .site-title{
    font-size: 1.2rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 28px;
    margin: 12px 0;
  }

  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }
}

@media(max-width:675px) {
 .header-main .col-3 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-main  .col-9{
     flex: 0 0 85% !important;
     max-width: 85% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: left !important;

  }

  .site-title{
    font-size: 1.1rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 28px;
    margin: 12px 0;
  }

  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }

  .sura-nav-btn {
    width: 31px;
    height: 31px;
  }
}

@media(max-width:625px) {
 .header-main .col-3 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-main  .col-9{
     flex: 0 0 85% !important;
     max-width: 85% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: left !important;

  }

  .site-title{
    font-size: 1.1rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 25px;
    margin: 12px 0;
  }

  .btn-playpause
  {
    height: 36.4px;
    margin-top: 17.5px;
  }

  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }

  .sura-nav-btn {
    width: 31px;
    height: 31px;
  }
}
@media(min-width:591px) {
   .mobile-nav{
     display: none;
   }
   /*#menu-mobile{
      display: none;
   }*/
}
@media(max-width:590px) {
  /*#menu-web{
     display: none;
  }*/

  .font-size-100  .sura-no {
    font-size: 14px;
  }

  .font-size-120  .sura-no {
    font-size: 16.5px;
  }
  .font-size-150  .sura-no {
    font-size: 21px;
  }
  .font-size-180  .sura-no {
    font-size: 25.2px;
  }
  .font-size-200 .sura-no {
    font-size: 28px;
  }

  .font-size-100  .sura-name {
    font-size: 20px;
  }
  .font-size-120  .sura-name {
    font-size: 24px;
  }
  .font-size-150  .sura-name {
    font-size: 30px;
  }
  .font-size-180  .sura-name {
    font-size: 36px;
  }
  .font-size-200 .sura-name {
    font-size: 40px;
  }


  .font-size-100  .settings-display-section {
    font-size: 10px;
  }
  .font-size-120  .settings-display-section {
    font-size: 12px;
  }
  .font-size-150  .settings-display-section {
    font-size: 15px;
  }
  .font-size-180  .settings-display-section {
    font-size: 18px;
  }
  .font-size-200 .settings-display-section {
    font-size: 20px;
  }


  .scroll-top-btn {
    right: 10px !important;
  }

  .sura-title-section{
    padding-top: 0px;
  }

 .header-main .col-3 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-main  .col-9{
     flex: 0 0 85% !important;
     max-width: 85% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: right !important;

  }
  .mobile-nav-btn {
    padding: 9px 0;
  }

  .site-title{
    font-size: 1.1rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 25px;
    margin: 14px 0;
  }

  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }

  .sura-nav-btn {
    width: 31px;
    height: 31px;
  }

  .nav-juz-section,  .nav-sura-section,  .nav-settings-section {
    display: none;
  }

}


@media(max-width:450px) {
 .header-main .col-3 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-main  .col-9{
     flex: 0 0 85% !important;
     max-width: 85% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: right !important;

  }

  .site-title{
    font-size: 1.1rem;
    margin-left: 10px;
  }

  .btn-common {
    height: 25px;
    margin: 14px 0;
  }
  .mobile-nav-btn {
    padding: 9px 0;
  }
  .sura-nav-section {
    height: 30px;
    margin: 18px 0;
  }

  .sura-nav-content {
    line-height: 30px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }

  .sura-nav-btn {
    width: 31px;
    height: 31px;
  }

}

@media(max-width:427px) {
 .header-main .col-3 {
    flex: 0 0 15% !important;
    max-width: 15% !important;
  }
  .header-main  .col-9{
     flex: 0 0 85% !important;
     max-width: 85% !important;
   }
  .content {
    padding: 0 3%;
  }
  .header-main{
    padding: 0% 1% !important;
  }

  .header-main .nav.float-right{
    float: right !important;

  }

  .site-title{
    font-size: 1.1rem;
    margin-left: 5px;
  }

  .btn-common {
    height: 22px;
    margin: 15px 0;
  }

  .btn-playpause
  {
    height: 32.1px;
    margin-top: 20px;
  }

  .sura-nav-section {
    height: 26px;
    margin: 20px 0;
  }

  .sura-nav-content {
    line-height: 26px;
  }

  .prev-next-img {
    padding: 8px 6px;
  }

  .sura-nav-btn {
    width: 31px;
    height: 31px;
  }

  .header-main .nav-link {
     display: block;
     padding: .5rem .3rem;
   }


}
@media(max-width: 414px){
  .mobile-nav-btn {
      padding: 8px 3px 0px 0px !important;
    }
}
@media(max-width:400px) {

  .prev-next-img {
    padding: 8px 3px;
  }
  .sura-nav-btn {
    width: 24px;
  }
}
.content-overlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color:  #000000;
}
.content-overlay.show {
    opacity: .5;
}
.side-bar{
  position: absolute;
  width: 375px;
  height: 100%;
  top: 0;
  z-index: 99999;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);

  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);

}
.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}



@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

.side-bar .side-bar-header{
  height: 40px;
  width: 100%;
  background-color: #99CA3B;
  color: #000000;
  -webkit-box-shadow: 0 4px 3px -3px #B5BBAB;
  -moz-box-shadow: 0 4px 3px -3px #B5BBAB;
  box-shadow: 0 4px 3px -3px #B5BBAB;
}

.side-bar .side-bar-header .side-bar-header-title{
  width:300px;
  line-height: 40px;
  font-family: sans-serif;
  font-size: 17px;
  text-align: left;
  padding-left: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  float: left;
}

.side-bar .side-bar-header .cloase-section{
  float: right;
  width: 20%;
  height: 40px;
}
.side-bar .side-bar-header .cloase-section .close-icon{
  width: 48px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
  margin-left: 28px;
}

.side-bar .side-bar-body{
  margin: 0;
  width: 375px;
  height: calc(100vh - 40px);
  padding: 20px 20px 20px 18px;
  overflow-y: auto;
}

.list-item{
  border: 0 !important;
  border-radius: 0px !important;
}
.list-item-header
{
  padding: 5px;
  height: 35px;
  background-color: #666666;
  border-radius: 0px !important;
  color: #ffffff;
}
.list-item-body{
  background-color: #EFEFEF;
}

.list-item .card-body {
    padding: 0px 1.25rem 5px 1.25rem;
}
.item-header-icon{
  width: 52%;
  float: right;
  margin-left: 5px;
}

/* top scroll button*/
.scroll-top-btn {
    /*position:fixed;
    right:15px;
    bottom: 60px;
    cursor:pointer;
    width:45px;
    height:45px;
    text-align: center;
    line-height: 45px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
	  background-color:#609005;
	  color:#000000 !important;*/
    position: fixed;
    text-align: center;
    right: 30px;
    bottom: 70px;
    border: 2px solid rgba(153, 153, 153, 0.51);
    border-radius: 100%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    color: rgba(153, 153, 153, 0.51);
    z-index: 9;
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.scroll-top-btn:hover{
      background-color: #798D1A;
      border: 2px solid rgba(121, 141, 26, 0.51);
      color: #ffffff;
}
.scroll-top-btn.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;

}
.fa-2x {
    font-size: 2em;
}
/*End top scroll button*/
.juzitembg{
  background-color: #DBDBDB;
}

.option-icon{
  font-family: 'FontAwesome'  !important;
}
#modalSettings{
  color: #000000 !important;
}
.modal-body .btn{
  border: 1px solid #cccccc !important;
}
.font-weight-600
{
  font-weight: 600;
}

/*Mobile nav*/
.mobile-nav-btn{
  font-size: 22px !important;
  padding: 9px 0;
  line-height: 35px !important;
  color: #99cb3e;
}
.dropdown-item:active {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}


#menu-mobile .btn-secondary {
    color: #fff;
    background-color: #98ca3c;
    border-color: #b0d074;
    color: #065319;
}
.mobile-playpause-btn{
  width: 80%;
  vertical-align: bottom;
  margin-left: 4px;
}
.mobile-playpause-Sections{
  width: 12%;
}
