﻿
html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

    body.show-spinner > main {
        overflow: hidden !important;
    }

    /* Hide everything under body tag */
    body.show-spinner > * {
        opacity: 0;
    }

    /* Spinner */
    body.show-spinner::after {
        content: " ";
        display: inline-block;
        width: 30px;
        height: 30px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        border-top-color: rgba(0, 0, 0, 0.3);
        animation: spin 1s ease-in-out infinite;
        -webkit-animation: spin 1s ease-in-out infinite;
        left: calc(50% - 15px);
        top: calc(50% - 15px);
        position: fixed;
        z-index: 1;
    }

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.fixed-background {
    background: url(../img/bg.jpg) no-repeat center center fixed !important;
    background-size: cover !important;
}

.blur {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.rounded .card.auth-card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.text-black {
    color: black !important;
}

.custom-control-input:disabled ~ .custom-control-label {
    color: unset !important;
}

.badge-primary {
    background-color: #ff7f1e !important;
    color: #fff;
}


main {
    margin-top: 115px;
}

.menu .main-menu ul li a {

height:80px;}


    @media (max-width: 767px) {
        .rtl .menu .main-menu {
            top: 0 !important;
        }

        main {
            margin-top: 20px !important;
        }

        .menu .main-menu ul li a {
            font-size: 13px !important;
            height: 43px;
        }
    }

    @media (max-width: 1199px) {
        main {
            margin-top: 80px;
        }
    }

    .row {
    margin-right: 0 !important;
}

        .row{
            margin:auto
        }
        main {
            margin-bottom: 0 !important;
        }

body {
    padding-bottom: 1rem;
    margin-bottom: 0;
}

.simple-icon-question::before {
    content: "؟" !important;
    border: 1px solid;
    direction: rtl;
    border-radius: 50%;
    padding: 0 0.4rem;
}



.rtl.rounded .data-table-rows table td {
    border-radius: initial;
    text-wrap: pretty;
}

.margin-below {
    margin-bottom: 3rem;
}


.btn-sm, .btn-group-sm > .lbtn {
    text-decoration: none;
    text-align: center;
}

    .btn-sm, .btn-group-sm > .lbtn:hover {
        text-decoration: none;
    }

    .btn-sm, .btn-group-sm > .lbtn li {
        text-decoration: none;
    }

        .btn-sm, .btn-group-sm > .lbtn li:hover {
            text-decoration: none !important;
        }

@font-face {
    font-family: 'Peshang_Des_2';
    src: url('../fonts/Peshang_Des_2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'shasenem-hiwa';
    src: url('../fonts/shasenem-hiwa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    /*font-family: 'DroidArabicKufiRegular';*/
    font-family: 'Peshang_Des_2';
    /* transition:0.2s ease-in-out;*/
}

.btn-darkblue {
    background: #3a6e9b;
    text-decoration: none;
    color: white;
}

    .btn-darkblue:hover, .btn-darkblue:hover {
        background: #35628a;
        text-decoration: none;
        color: white;
    }

.dropdown-item i {
    float: left;
    display: inline-block;
    width: 20px;
    margin-left: 0px;
    margin-right: -10px;
    color: #cfd8dc;
}





.btn-fbblue {
    background: #3b5998;
    text-decoration: none;
    color: white;
}

    .btn-fbblue:hover, .btn-fbblue:focus {
        background: #3b5998;
        text-decoration: none;
        color: white;
    }



.btn-Epryar {
    background: #3399ba;
    text-decoration: none;
    color: white;
}

    .btn-Epryar:hover, .btn-Epryar:focus {
        background: #006687;
        text-decoration: none;
        color: white;
    }

.btn-Upgrade {
    padding: 5px;
    background: #DD0C0C;
    text-decoration: none;
    color: white !important;
    font-weight: bolder !important;
    transition: 0.2s ease-in-out;
    border-radius: 0 1rem 0 1rem;
}

    .btn-Upgrade:hover, .btn-Upgrade:focus {
        background: #CA0B0B;
        text-decoration: none;
        color: white;
    }



.card-header {
    background: linear-gradient(-45deg, #1391a5, #263238) !important;
    color: white !important;
    vertical-align: middle !important;
    padding-top: 10px !important;
}

.circle {
    justify-content: center;
    border: 1px solid black;
    text-align: center;
    /*vertical-align: bottom;*/
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle !important;
    font-weight: bold;
    line-height: 1.7;
}

.correct {
    background-color: #9dd99d;
    border: solid 1px;
}


.qh {
    font-size: larger;
    font-weight: bolder;
}

.ulistexams {
    /* padding: 0;*/
    list-style-type: decimal;
}

    .ulistexams li {
        font-size: x-large;
    }

.brd {
    border: 2px solid black;
}

.form-control {
    border-radius: 0.75rem !important;
    overflow: hidden;
}



body {
    /*color:black !important;*/
    font-weight: bold !important;
    font-size: larger;
}


@media (min-width: 1400px) {
    h1 {
        font-size: 3.0rem;
    }

    .lead {
        font-size: 2.0rem;
    }
}

/* @media (min-width: 1200px) {
             h1 {
                 font-size: 3.0rem;
             }

             .lead {
                 font-size: 1.4rem;
             }
         }
            @media (min-width: 992px) {
             h1 {
                 font-size: 3.0rem;
             }

             .lead {
                 font-size: 1.2rem;
             }
         }*/





@media (max-width: 767px) {
    .menu {
        padding-top: 0 !important;
    }

    .main-menu {
        height: 100% !important;
        padding-bottom: 60px !important;
    }
}


.aspNetDisabled {
    color: #c4c0c0b5;
}

.progress-banner {
    height: unset !important;
}

    .progress-banner .card-body {
        padding: 1.0rem !important;
    }





.mf {
    position: sticky;
    background-color: white;
    bottom: 0;
}


.mc {
    border-top-left-radius: 0.8rem !important;
    border-bottom-left-radius: 0.8rem !important;
}

.mobile_menu {
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: larger;
    z-index: 100;
    position: fixed;
    right: 4%;
    bottom: 4%;
    color: white;
    border-radius: 100%;
    padding-top: 0.5rem;
    background: #fc7f03;
}

@media (min-width: 200px) {
    .d-xs-none {
        display: none;
    }





    /* main {
              margin-top: 12px !important;
            }*/
}

@media (max-width: 768px) {

    .menu .main-menu ul li a {
        font-size: 22px;
    }

    main {
        /* margin-top: 12px !important;*/
    }
}



.main-menu {
    box-shadow: 0 3px 30px rgba(0,0,0,.1),0 3px 20px rgba(0,0,0,.1);
}

h1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

hr {
    margin-top: 0.1rem !important;
}

.navbar-logo > img {
    width: 130px;
}

.mobile-logo > img {
    width: 80px;
}

.header-icons span{
    font-size:1rem !important;
}

.navbar .menu-button svg {
    height: 1rem;
}
.menu .main-menu ul li a{
    font-size:1rem;
}


.customlist {
    width: 100%;
}

    .customlist tbody tr td {
        padding: 0;
        margin: 0.5rem;
        text-align: center;
        border: initial;
        background: #fff;
      
        box-shadow: 2px 2px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
        border-radius: .75rem;
  
    }
    
        .customlist tbody tr td input[type="radio"] {
            display: none;
            margin: 0;
            cursor: pointer;
        }

    .customlist tbody tr td label {
        padding: 1rem 0.5rem ;
        cursor:pointer;
        text-align:center;
        
        
    }
.has-float-label label::after, .has-float-label > span::after{
    background:none;
    content:none;
}
html {
   /* background-image: url(../img/Allpagesbg.png);
   background-size: cover;*/
}
main ,body,.container-fulid{
    background:transparent;
}
.dataTables_scrollHead {
    background: white;
}

.pointer-cursor{
    cursor:pointer;
}

.custom-logo >img{
    height:25px;
    float:left;
}
.lead {
  font-weight:bold;
}

 
.lead2{
    font-size:0.8rem !important;

}
.lead3{
    text-align:left;
}

@media (max-width: 992px) {
    .a-position{
        position:absolute;
        left:3px;
        bottom:0px;
        text-align:center;
    }
    .a-position label {
        text-align: center;
    }
}

.custom-checkbox input[type="checkbox"]{
    width:25px;
    height:25px;
}


.rtl.rounded .data-table-rows table td:first-child {
    border-radius:unset;
      }

.rtl.rounded .data-table-rows table td:last-child {
    border-radius: unset;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
display: none;
}

.data-table-rows table td, .data-table-rows table th {
    padding: 0.5rem 0.5rem;
    border: initial;
}


.dataTables_length {
    display: none;
}

.btn-login {
    background: #00365a;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 0;
    height: 2.3125rem;
}
    .btn-login:before {
        content: "\f08b";
        background: #032943;
    }
    .btn-login:before {
        width: 37px;
        width: 2.3125rem;
        height: 37px;
        height: 2.3125rem;
        padding: 8px 0;
        padding: 0.5rem 0;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

.btn-login span {
    margin-right: 37px;
    margin-right: 2.3125rem;
}


.btn-forget {
    background: #184f90;
    position: relative;
    overflow: hidden;
    color: #fff !important;
    text-align: center;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    border: 0;
    height: 2.3125rem;
}

    .btn-forget:before {
        content: "\f0e2";
        background: #164986;
    }

    .btn-forget:before {
        width: 37px;
        width: 2.3125rem;
        height: 37px;
        height: 2.3125rem;
        padding: 8px 0;
        padding: 0.5rem 0;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .btn-forget span {
        margin-right: 37px;
        margin-right: 2.3125rem;
    }


/* Base styles for the table */
table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

/* Hide the table header in mobile view */
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block;
        width: 100%;
    }

    thead {
        display: none;
    }

    .dataTables_scroll tr {
        margin-bottom: 15px;
    }

    td {
        display: block;
        text-align: left;
        padding-left: 15px;
        position: relative;
        border: 1px solid #ddd;
        border-bottom: none;
    }

        td::before {
            content: attr(data-th);
            font-weight: bold;
            margin-bottom: 5px;
        }

        td:last-child {
            border-bottom: 1px solid #ddd;
        }
}



.modal .close {
    float: left;
    background: #dc3545;
    border-radius: 25px;
    opacity: !important;
}
.modal-header .close {
    margin: -15px auto -15px -15px;
    padding: 0.7rem 1rem;
}
.modal-header .close {
    margin: -15px auto -15px -15px;
    padding: 0.7rem 1rem;
   
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
}
.modal .close{
    color:white;
}

.btn-updgrade2{
    width:70%;
    text-align:center;
    margin:auto
}

.addbb {
    width: 50%;
    text-align: center;
    font-size: larger;
    z-index: 100;
    position: fixed;
    right: 25%;
    bottom: 4%;
    color: white;
    padding-top: 0.5rem;
    background: #00365a;
}

@media (min-width: 200px) {
    /* .d-xs-none {
                display: none ;
            }*/
    .addbb {
        right: 25%;
    }
}


@media (min-width: 1024px) {
    /* .d-xs-none {
                display: none ;
            }*/
    .addbb {
        right: 12%;
    }
}






addbb {
    box-shadow: 0 3px 30px rgba(0,0,0,.1),0 3px 20px rgba(0,0,0,.1);
}



.customlist tbody tr td label {
    margin: 0 !important;
    width: 100%;
}

.customlist tbody tr td {
    box-shadow: 13px 18px 28px -21px rgba(0,0,0,1);
 
}
.customlist {
    border-spacing:0.5rem !important;
    border-collapse:separate !important;
}