html,
	body {
		margin: 0;
		padding: 0;
		height: 100%;
        font-family: 'Roboto', sans-serif;
	}

    #page-header {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: center;
      height: 60px;
      width: calc(100% - 64px);
      border-bottom: 2px lightsteelblue solid;
      margin-left: 32px;
      margin-right: 32px;
      z-index: 10;
    }

    .headerPair {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-start;
      align-items: center;
      height: 60px;
    }
    
    .arclogo{
      height: 80%;
    }

    .arctitle {
        display: flex;
        height: 30%;
        margin-left: 10px;
    }

    .optionPair {
        display: flex;
        align-items: center;
    }

    .page-nav {
      height: 20px;
        position: relative;
        cursor: pointer;
        background-color: transparent;
        border: none;
        margin-left: 8px;
    }

    .page-nav svg {
        height: 20px;
    }

    #settings-dropdown {
        position: absolute;
        top: 60px;
        right: 15px;
        min-width: 100px;
        background-color: white;
        display: flex;
        flex-flow: column;
        border-radius: 5px;
        z-index: 999999;
    }

    .settings-dd-button {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        height: 30px;
        fill: lightsteelblue;
        color: lightsteelblue;
        border: none;
        background-color: white;
        cursor: pointer;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .settings-dd-button > svg {
        height: 20px;
        margin-right: 5px;
    }

    .settings-dd-button:hover {
        fill: orange;
        color: orange;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        padding-top: 80px;
        padding-bottom: 40px;
        left: 0; top: 0;
        width: 100%; height: 100%;
        overflow: auto;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: #fff;
        margin: auto;
        padding: 20px;
        border-radius: 10px;
        width: 90%;
        max-width: 500px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        margin-bottom: 100px;
    }

    .modal-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .modal-logo {
        height: 100px;
    }

    .modal-close {
        float: right;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        height: 24px;
        background-color: white;
        border: none;
    }

    .modal-qr-code {
        display: none;
        flex-flow: column;
        align-items: center;
    }

    .qr-code {
        flex-grow: 1;
    }

    .qr-code svg {
        max-height: 100%;
        max-width: 100%;
    }

    

    .modal-ghg-emissions {
        display: none;
        flex-flow: column;
        align-items: center;
    }

    .modal-islam-reward {
        display: none;
        flex-flow: column;
        align-items: center;
    }

    .modal-islam-punishment {
        display: none;
        flex-flow: column;
        align-items: center;
    }

    .modal-error-msg {
        display: none;
        flex-flow: column;
    }

    .hidden {
        display: none;
    }

    #page-content {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        width: calc(100% - 64px);
        margin: 20px 32px;
    }

    .video-wrapper {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 430px;
        position: sticky;
        top: 0;
        overflow: hidden;
        margin-bottom: 20px;
        background-color: white;
        z-index: 100;
    }

    .video-player {
        border: none;
        border-radius: 10px;
		height: 390px;
        aspect-ratio: 16 / 9;
    }

    .information {
        position: relative;
        width: auto;
        max-width: 767px;
        height: 100px;
        overflow: hidden;
        margin-bottom: 21.28px;
        cursor: pointer;
        margin-left: auto;
        margin-right: auto;
    }

    .information::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 40px;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 1)
        );
        pointer-events: none;
    }

    .read-more {
        height: auto;
    }

    .information.read-more::after {
        display: none;
    }

    .read-more-less {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-right: 16px;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 20px;
        background-color: white;
        color: lightsteelblue;
        border-radius: 5px;
        border: none;
    }

    .read-more-less:hover {
      color: orange;
    }

    .information > p > a {
        color: orange;
        text-decoration: none;
    }

    .information > p > a:hover {
        color: brown;
    }

    .information > ul > li > a {
        color: orange;
        text-decoration: none;
    }

    .information > ul > li > a:hover {
        color: brown;
    }

    .information > ul > li > p > a {
        color: orange;
        text-decoration: none;
    }

    .information > ul > li > p > a:hover {
        color: brown;
    }

    .source-button {
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        color: orange;
        fill: orange;
        font-size: inherit;
        cursor: pointer;
    }
    .source-button > svg {
        height: 0.55rem;
        vertical-align: text-top;
    }

    .hadith {
        direction: rtl;
        text-align: right;
    }

    .source-button:hover {
        color: brown;
        fill: brown;
    }

    .modal-ghg-emissions > ul > li > a {
        color: orange;
        text-decoration: none;
    }

    .modal-ghg-emissions > ul > li > a:hover {
        color: brown;
    }

    .italic {
        font-style: italic;
        padding-left: 40px;
    }

    .modal-ghg-emissions > p > a {
        color: orange;
        text-decoration: none;
    }

    .modal-ghg-emissions > p > a:hover {
        color: brown;
    }

    .hidden-radio {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
    }
    
    .hidden-radio:focus + label,
    .hidden-radio:checked + label {
        background-color: orange;
    }

    .video-thumbnail {
        display: inline-block;
        width: 33%;
        aspect-ratio: 16 / 9;
        background-color: none;
        border: none;
        cursor: pointer;
        position: relative;
    }

    .thumbnail-title {
        position: absolute;
        margin: 0;
        top: 10px;
        left: 20px;
        font-size: 35px;
        color: #fdcb03ff;
        background-color: black;
        padding: 0 5px;
    }

    .external-links {
        position: absolute;
        margin: 0;
        bottom: 10px;
        left: 20px;
        right: 20px;

        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .external-links > a {
        background-color: rgba(39, 44, 49, 0.5);
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 50px;
        width: fit-content;
    }

    .external-links > a:hover {
        background-color: rgba(39, 44, 49, 0.75);
    }

    .resources > a {
        background-color: rgba(39, 44, 49, 0.5);
        color: white;
        fill: white;
        text-decoration: none;
        padding: 10px 20px;
        border-radius: 50px;
        width: fit-content;
        margin-bottom: 10px;
    }

    .resources > a > svg {
        line-height: 1;
        height: 1em;
        margin-right: 10px;
    }

    .button-resources {
        background-color: rgba(39, 44, 49, 0.5);
        color: white;
        text-decoration: none;
        padding: 10px 20px;
        border: none;
        border-radius: 50px;
        width: fit-content;
        cursor: pointer;
        margin-bottom: 10px;
        font-size: inherit;
    }

    .button-resources:hover {
        background-color: rgba(39, 44, 49, 0.75);
    }

    .resources {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
        align-items: center;
        margin: 20px 0;
    }

    .resources > a:hover {
        background-color: rgba(39, 44, 49, 0.75);
    }

    .thumbnail {
        width: 100%;
        height: 100%;
    }