h1 {
    color: rgba(0,255,0,1);
    font-weight: 800 !important;
}

body {
    font-family: "Tahoma", "Roboto", "Helvetica","Arial","sans-serif" !important;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    /* grid-auto-columns: 100px; */
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background: rgb(0, 0, 0);
    padding: 10px;
    margin: auto;
    border-radius: 15px;
    direction: rtl;
}

.fulljustify {
    text-align:justify;
    display: none;
}

.memorized {
    /*color: black;*/
    background-color: yellow;
    border-radius: 10px;
    color: black;
}

.was_memorized {
  /*color: black;*/
  background-color: rgba(255, 255, 0, 0.5);
  border-radius: 10px;
  color: black;
}

.being_memorized {
  /*color: black;*/
  background-color: orange;
  border-radius: 10px;
  color: white;
}

.old-memorized {
    color: white;
    background-color: red;
    border-radius: 10px;
}

.old-refresh {
    border: thick solid rgb(255,0,0);
}

.sura-cell {
    border-radius: 15px;
    /* background: url("images/desert.jpg");   */
    /* padding: 10px; */
    font-weight: 450;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;    
}

.sura_name_label {
    font-size: 14px;
    width: 100%;
    text-align: center;
    /* background-color: purple; */
}

.cell_header {
    background-color: yellow !important;
    font-size: 14px;
    /* background-color: cyan; */
}

.sura_index {
    text-align: right;
    float: right;
    font-size: 14px;
    width: 50%;
    /* background-color: red; */
}

.sura_verse_count {
    text-align: left;
    float: left;
    font-size: 14px;
    width: 50%;
    /* background-color: red; */
}

.char-count
{
    float: left;
    text-align: left;
    font-size: 14px;
    width: 50%;
    /* background-color: red; */
}

.elapsed_days {
    text-align: right;
    float: right;
    font-size: 14px;
    width: 50%;
    /* background-color: red; */
}

.selected {
    border: thick solid rgb(0,0,255);
}

.selected:hover {
    border: thick solid rgb(2, 245, 225) !important;
}

.sort_label {
    padding: 20px;
    font-weight: 800;
    font-size: 14;
}

#today_score, #score {
    text-align: right;
    /* font-size: 32px; */
    margin: 15px;
}

.text {
    padding: 20px; 
    color: white;
    background-color: rgba(0,0,0,.4);
}

@keyframes beat{
	to { transform: scale(1.1); }
}

.sura-cell:hover {
	/* font-size: 150px; */
    /* color: #e00; */
    border: thick solid yellow;
	animation: beat .3s infinite alternate;
	transform-origin: center;
}

button:focus {
    outline: 0;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

#share-buttons img {
    width: 35px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    }

    .noselect {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Opera and Firefox */
      }

      .mdl-card {
          background-color: rgb(50, 50, 52) !important;
      }

      .collapsible {
        background-color: #555;
        color: greenyellow;
        font-weight: 800;
        text-align: right;
        display: block;
        font-size: 20px;
        margin: 10px;
        border-radius: 10px;
      }
      
      .active, .collapsible:hover {
        background-color: darkslategray;
      }
      
      .content {
        padding: 0 18px;
        display: none;
        overflow: hidden;
        background-color: #f1f1f1;
      }

      .collapsible:after {
        /* content: '\002B'; */
        color: white;
        font-weight: bold;
        float: right;
        margin-left: 5px;
      }
      
      .active:after {
        /* content: "\2212"; */
      }

      .mdl-button {
          color: whitesmoke !important;
      }

      #prayers {
        border: none; 
        overflow: hidden; 
        width: 400px; 
        height: 274px;
        display: block;
        background-color: #333;
        border-radius: 5px;
      }

      #ayat {
        min-width:1000px;
        width:100%;
        height:950px;
        border:none;
        overflow:hidden
      }

      /* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    direction: rtl;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }

  .tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 15px 15px;
  
    /* Position the tooltip */
    position: absolute;
    z-index: 1;

    opacity: 0;
    transition: opacity 1s;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .new_memorized{
    border: thick solid orange;
  }

  .due_today{
    animation: beat .3s infinite alternate;
	  transform-origin: center;
  }