@import "quran-fonts.css";

.sendOffScreen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

.btn a:visited {
    color: wheat !important
}

a:hover {
    color: cornflowerblue
}
.labls-format{
    min-height: 16px !important;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    width: 40px;
    float: left;
}
.underNav .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.underNav h2 {
    font-weight: 400;
}
/* rtl:begin:ignore */
.underNav .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

#newsImg {
    margin: 10px;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 25px;
    text-align: center;
}

/*Registeration amd Login Page*/
@media (max-width: 576px) {
    #newsImg {
        width: 250px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    #newsImg {
        width: 333px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.eye {
    position: absolute;
    right: 10px;
    top: 13px;
}
input.eye {
    display: none;
}
    .eye + label:before {
        content: "\f39a";
    }

    .eye:checked + label:before {
        content: "\f39b";
    }

.card-columns .card {
    margin-bottom: 0.25rem;
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.text-muted {
    color: #9faecb !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    width: 100%;
}



input:required:invalid, input:focus:invalid {
    /*background-image: url(images/invalid.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 10px;
    -moz-box-shadow: none;*/
    border-color: red;
    border-width: 1px;
}

input:required:valid {
    /*background-image: url(images/valid.png);
    background-position: right;
    background-size: 10px;
    background-repeat: no-repeat;*/
    border-color: aqua;
}


.fullWidth {
    width: 1px;
    min-width: 100%;
}

.wrapTableText {
    white-space: normal;
    word-wrap: break-word;
    text-align: left;
    vertical-align: top;
}

.rightTableText {
    text-align: right !important;
}

.Dialog {
    width: 30rem;
    height: 30rem;
    min-width: 15rem;
    max-width: 35rem;
    min-height: 15rem;
    max-height: 35rem;
}




/*Quran Pages*/
.crop {
    width: 113%;
    overflow: hidden;
}

#quranPageContainer {
    background-color: white;
}

#quranPage {
    width: 100%;
    margin: -24px -97px -26px -17px !important;
    max-width: 100%;
    object-fit: contain;
}

.quran-page-container {
    /* background-color: aqua;
    overflow: hidden;
    position: relative;
    margin: 21px 0 0 -158px;
    justify-content: space-evenly;*/
    z-index: 20000;
}

#quranPage {
    /*clip-path: inset(4% 6% 5% 3%);
       
    
    display: block;
    margin:-5px;*/
}

.no-margin {
    margin: 0px !important;
}

.no-border {
    border-width: 0px;
}

.no-padding {
    padding: 0px !important;
}



#quranPageContainer {
}

#page-container {
    overflow: overlay;
}
/*
    #quranPageMap:hover {
        border: 2px solid blue !important;
        cursor: pointer;
    }
    */

area:hover::after {
    position: absolute;
    /* display: block;*/
    cursor: pointer;
    background-color: rgba(0,0,0,.2);
    content: ' ';
}

#staticBox::after {
    top: 61px;
    left: 10px;
    width: 805px;
    height: 805px;
}

.hide {
    visibility: hidden;
}

.full-width {
    width: 1px;
    min-width: 100%;
}
      
.hover_group:hover {
    opacity: 30;
}

.qr-nav-button {
    font-size: x-large;
    position: absolute;
    left: 150px;
    top: 400px
}

#projectsvg {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 77%;
    vertical-align: text-bottom;
    margin: 0;
    overflow: hidden;
    background: aqua;
}

    #projectsvg svg {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
    }




.stats-label {
    margin-right: 20px;
    padding: 7px;
}

.stats-under {
    transform: translateY(30%) !important;
}





.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
}

/* user profile */
#user-profile h2 {
    padding-right: 15px;
}

.fullname_color {
    color: #777 !important;
    size: 1.8em;
}

.border_bottom>span {
    border-bottom: 2px solid #C2C2C2;
}

#user-profile .profile-status {
    font-size: 0.90em;
    padding-left: 12px;
    margin-top: -10px;
    padding-bottom: 10px;
    color: #8dc859;
}

#user-profile .profile-status.offline {
    color: #fe635f;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}
.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}
#user-profile .profile-img {
    border: 1px solid #e1e1e1;
    padding: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#user-profile .profile-label {
    text-align: center;
    padding: 5px 0;
}

#user-profile .profile-label .label {
    padding: 5px 15px;
    font-size: 1em;
}

#user-profile .profile-stars {
    color: #FABA03;
    padding: 7px 0;
    text-align: center;
}

#user-profile .profile-stars>i {
    margin-left: -2px;
}

#user-profile .profile-since {
    text-align: center;
    margin-top: -5px;
}

#user-profile .profile-details {
    padding: 15px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0;
}

#user-profile .profile-details ul {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 40px;
}

#user-profile .profile-details ul>li {
    margin: 3px 0;
    line-height: 1.5;
}

#user-profile .profile-details ul>li>i {
    padding-top: 2px;
}

#user-profile .profile-details ul>li>span {
    color: #34d1be;
}

#user-profile .profile-header {
    position: relative;
}

#user-profile .profile-header>h3 {
    margin-top: 10px
}

#user-profile .profile-header .edit-profile {
    margin-top: -6px;
    position: absolute;
    right: 0;
    top: 0;
}

#user-profile .profile-tabs {
    margin-top: 30px;
}

#user-profile .profile-user-info {
    padding-bottom: 20px;
}

#user-profile .profile-user-info .profile-user-details {
    position: relative;
    padding: 4px 0;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-label {
    width: 110px;
    float: left;
    bottom: 0;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: right;
    top: 0;
    width: 110px;
    padding-top: 4px;
}

#user-profile .profile-user-info .profile-user-details .profile-user-details-value {
    margin-left: 120px;
}

#user-profile .profile-social li {
    padding: 4px 0;
}

#user-profile .profile-social li>i {
    padding-top: 6px;
}

@media only screen and (max-width: 767px) {
    #user-profile .profile-user-info .profile-user-details .profile-user-details-label {
        float: none;
        position: relative;
        text-align: left;
    }

    #user-profile .profile-user-info .profile-user-details .profile-user-details-value {
        margin-left: 0;
    }

    #user-profile .profile-social {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 420px) {
    #user-profile .profile-header .edit-profile {
        display: block;
        position: relative;
        margin-bottom: 15px;
    }

    #user-profile .profile-message-btn .btn {
        display: block;
    }
}

.hvr {
    color: #5885b8;
}

.bgHvr {
    background-color: white;
}

.bgHvr:hover {
    background-color: rgba(132, 223, 132, 0.3);
    /* cursor: pointer; */
}

.hvr:hover {
    color: #386af3;
}

.demo-table1 {
    width: 100%;
}

    .demo-table1 tr td {
        border-collapse: collapse;
        border: 1px solid brown;
    }

    .demo-table1 th,
    td {
        padding: 0.5rem;
    }

    .demo-table1 tr:nth-child(even) {
        background-color: var(--oj-core-neutral-secondary-1);
    }


.oj-treeview-item-content:focus-visible {
    font-weight: bold !important;
    background-color: beige;
}

span.oj-treeview-item-text {
    font-weight: normal;
}

    span.oj-treeview-item-text.active {
        font-weight: bold;
    }





/*portfolio section*/

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}






.filtering {
    margin-bottom: 40px;
}

    .filtering span {
        border-bottom: 2px solid transparent;
        color: #282b2d;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-right: 20px;
        display: inline-block;
        margin-bottom: 5px;
    }

        .filtering span:last-child {
            margin: 0;
        }

    .filtering .active {
        border-color: #ccde02;
        color: #ccde02;
    }

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
}

.portfolio-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 500ms ease;
}

.portfolio-wrapper .portfolio-image img {
    transform: scale(1.2);
    will-change: transform;
    transition: all 0.5s ease;
    width: 450px;
    height: 220px;
}

.portfolio-wrapper:hover .portfolio-image img {
    transform: none;
}

.portfolio-overlay:before {
    position: absolute;
    display: inline-block;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(0, 0, 0, 0.36);
    content: "";
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0.85);
}

.portfolio-overlay .portfolio-content {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    padding: 0 35px;
}

.portfolio-content h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.portfolio-content p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.portfolio-content > a {
    line-height: 42px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}

.portfolio-wrapper:hover .portfolio-overlay {
    background-color: rgba(204, 222, 2, 0.85);
}

    .portfolio-wrapper:hover .portfolio-overlay:before {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .portfolio-wrapper:hover .portfolio-overlay .portfolio-content {
        transform: translateY(50%);
        transition: transform 0.5s ease;
        opacity: 1;
    }

@media screen and (max-width: 1199px) {
    .portfolio-content h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .portfolio-content h4 {
        margin-bottom: 10px;
    }

    .portfolio-content p {
        font-size: 15px;
    }

    .portfolio-content > a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-content h4 {
        font-size: 17px;
    }

    .portfolio-content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .portfolio-content h4 {
        font-size: 16px;
    }
}

.zoom {
    transition: transform .2s; /* Animation */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

    .zoom:hover {
        transform: scale(1.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

.back-to-table {
    position: fixed;
    top: 10rem;
    left: 0.2rem;
    border-radius: 20%;
    background: #ddd3d3;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    opacity: 50%;
    transition: opacity 0.1s;
    z-index: 20;
}
.hidden {
    opacity: 0%;
}
.back-to-table-icon {
    width: 3rem;
    height: 3rem;
    color: #ddd3d3;
}
.back-to-table:hover {
    opacity: 60%;
}

.page-header-size {
    height: 50px;
    margin: 5px;
}
.remove-gutter-space {
    --bs-gutter-x: 0rem !important;
}
#lovDropdown_select1{
    width:50%;
}

#buttonsetLabelDemoId > span {
    border: none;
    background-color: transparent;
}

.oj-table-wrapper {
    height: 300px; /* Set the desired height for the table */
    overflow-y: auto; /* Enable vertical scrollbar */
    overflow-x: auto; /* Enable horizontal scrollbar */
}