/* @media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: white;
        overflow-y: scroll;
    }
    .tab {
        border: 1px solid #000 !important;
        background-color: #000 !important;
    }
    .tab button:hover {
        background-color: #ddd;
        color: black !important;
    }
    .form-textarea{
        background-color: #000;
        outline: none;
    }
    .text-grey{
        color: white !important;
    }
    .login-block{
        background: #000 !important;
    }
    
} */

@font-face {
    font-family: 'PDMS_NastaliqNafees_iphone';
    src: url("/fonts/PDMS_NastaliqNafees_iphone.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noori';
    src: url("/fonts/ur.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Riwaj';
    src: url("/fonts/ps.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lateef';
    src: url("/fonts/ar.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("/fonts/en.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto_Light';
    src: url("/fonts/en_l.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ar{
    font-family: 'Lateef';
    font-size: 30px;
    line-height: 1.5;
    direction: rtl;
}
.ur{
    font-family: 'Noori';
    font-size: 25px;
    line-height: 2;
    direction: rtl;
}
.ps{
    font-family: 'Riwaj';
    font-size: 22px;
    line-height: 1.6;
    direction: rtl;
}
.en{
    font-family: 'Roboto_Light';
    font-size: 20px;
    line-height: 1.8;
    direction: ltr;
}

body {
    overflow: scroll; /* Show scrollbars */
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.btn {
    outline: none !important;
}

.notification-btn {
    margin-top: 5px;
}

.log-btn {
    border: 1px solid darkgreen;
    background: none;
    color: darkgreen;
}

.show-terminal {
    position: fixed;
    z-index: 50;
    bottom: 0;
    right: 0;
    width: 100%;
    justify-content: end;
    display: flex;
    border: 1px solid white;
    background: white;
    padding: 7px 5px;
    align-items: baseline;
    opacity: 1;
    transition: opacity 0.6s linear;
    box-shadow: 0px -1px 10px 0px #ada6a6;
}

.glyphicon {
    cursor: pointer;
    font-size: 18px;
    /* padding-right: 25px; */
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.horizontal-end {
    display: flex;
    justify-content: end;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.horizontal-between {
    display: flex;
    justify-content: space-between;
}

.horizontal-start {
    display: flex;
    justify-content: flex-start;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.margin-top-15 {
    margin-top: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-right-30 {
    padding-right: 30px;
}

.dropdown {
    outline: none !important;
    margin: 5px 10px 5px 0;
    height: 30px;
    min-width: 110px;
    /* max-width: 110px; */
    padding: 0 10px;
    background: #efefef;
}

.form-title {
    font-family: Noori;
    line-height: 2.5;
    font-size: 25px;
    font-weight: 600;
}

.hidden-form {
    display: none;
}

.video-option-div {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    direction: ltr;
    margin-bottom: 10px;
}

.dropdown-label {
    margin: 0 5px;
    min-width: 70px;
}

.form-textarea {
    resize: vertical;
    width: 90%;
}

.news-text {
    font-family: Noori;
    line-height: 2;
    font-size: 22px;
}

.terminal-div {
    opacity: 0;
    bottom: 0;
    position: fixed;
    color: green;
    background-color: black;
    height: 14%;
    width: 100%;
    border: 1px solid green;
    overflow-y: scroll;
    transition: opacity 0.6s linear;
    display: none;
    z-index: 500;
}

.terminal-ul {
    margin: 0;
    padding: 0
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: white;
    filter: alpha(opacity=20);
    opacity: 1;
}

button.close {
    position: fixed;
    right: 20px;
    padding: 0px 15px;
}

.close:hover {
    color: white !important;
    opacity: 1;
}

.modal {
    display: none;
    position: fixed;
    z-index: 205;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: fit-content;
}

.modal-content .close {
    color: black !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-10 {
    margin-left: 10px;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media screen and (max-width : 600px) {
    .modal-content {
        width: 90%;
    }
}

#loader-div {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    z-index: 100;
    position: fixed;
    display: none;
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #b4b1b1;
    border-radius: 50%;
    border-top: 16px solid white;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.no-scroll {
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

.voice-span{
    font-weight: bolder;
    color: black;
}

.social-share{
    display: flex;
}
.social-share .fa {
    padding: 10px !important;
    font-size: 22px;
    width: 40px;
    border-radius: 50%;
    text-decoration: none;
    margin: 5px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    cursor: pointer !important;
}

.fa:hover {
    opacity: 0.8;
    cursor: pointer !important;
    color: white !important;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: linear-gradient(to bottom, #962fbf, #d62976, #dc0000, #ecb335);
    color: white;
}

.fa-tiktok{
    border: 4px solid black;
}

.fa-threads{
    border: 4px solid black;
    padding: 0px !important;
}

.fa-threads img{
    border-radius: 50px;
    height: 30px;
    width: 30px;
}
.pointer-events{
    pointer-events: none;
}
.play-pause{
    font-size: 18px;
}

.width-300{
    width: 300px;
}

.overflow-hidden{
    overflow: hidden;
}

.width-100-per{
    width: 100%;
}

.padding-top-10{
    padding-top: 10px;
}

.login-button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 4px 30px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #cfcfcf
}

.google-img{
    width: 30px;
    margin-right: 20px;
}

.login-a{
    text-decoration: none;
}
.text-center{
    text-align: center;
}
.sans-serif{
    font-family: sans-serif;
}

.text-grey{
    color: rgb(95,99,104);
}

.login-block{
    padding: 50px 50px;
    border: 1px solid white;
    box-shadow: 0px 0px 19px #e1e1e1;
    background: white;
    border-radius: 10px;
}

.bannerDropdown{
    position: absolute !important; 
    margin-top: 38px;
    margin-right: 10px;
}

.bannerDropdown a:hover{
    opacity: 0.9;
}