*,body{
    font-family: 'Tajawal', sans-serif;
    box-sizing: border-box;
    overflow-x: hidden;
}
*, ::before, ::after {
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
.navbar{
    height: 104px;
    max-height: 104px;
    padding: 0rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link{
    cursor: pointer;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 0;
}
.nav-tabs .nav-item:hover{
    background-color: #4b535f;
}

.main-banner {
    height: 550px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*background-image: url('../img/app_dawrat_banner_mar_023_ar.jpg');*/
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #efefef; /* light white*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
        z-index: 10;

}

/* The navigation menu links */
.sidenav a {
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #515151;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-right: 50px;
}
.menu-btn{
    cursor: pointer;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-right .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 440px){
    #player {
        margin-top: 10px;
    }
    #player iframe{
        margin-top: 0px;
        width: 360px !important;
        height: 280px !important;
    }
    .main-banner{
        height: 230px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../img/app_dawrat_banner_mar_023_ar.jpg');
    }

}


.mt-nb {
    margin-top: 64px !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.bg-gray-000 {
    background-color: #fff !important;
}

.bg-deep-blue {
    background-color: #59595b !important;
}
.bg-deep-gray {
    background-color: #444 !important;
}
.h-100 {
    height: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.d-flex {
    display: flex !important;
}
.h-100 {
    height: 100% !important;
}
.mat-icon-button {
    padding: 0;
    min-width: 0;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}
.mat-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}
legend, .mat-expansion-panel-header, .mat-list-item, .mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-select, .mat-option-text, .mat-mini-fab, .mat-table, .mat-dialog-title, .mat-form-field, .mat-button-toggle, .mat-checkbox-label, .mat-menu-item, .mat-radio-label, .mat-radio-label-content, .mat-radio-container, .mat-simple-snackbar, .mat-select-placeholder, .mat-slide-toggle-content, .mat-calendar, .mat-toolbar, .mat-expansion-panel-content {
    font-family: Tajawal,Robato,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
}

.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button, .mat-flat-button, .mat-fab, .mat-mini-fab {
    font-family: Tajawal,Robato,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.mat-button, .mat-icon-button, .mat-stroked-button {
    color: inherit;
    background: transparent;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button, select {
    text-transform: none;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.rtl .me-1 {
    margin-left: .25rem !important;
}
#top-banner .col-12{
    padding: 0;
    margin: 0;
}
.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
}
.text-secondary {
    color: #4b535f !important;
}
.rounded-4 {
    border-radius: .8rem !important;
}
.rounded-5 {
    border-radius: 1rem !important;
}

.card {
    max-height: 370px !important;
    text-align: center;
    height: 370px !important;
}

.card-body  {
    color: #868e96;
     overflow: hidden;
    
}
.card-body h5 , .card-body >a >h5 {
    font-size: 16px;
    font-weight: 600;
    color : rgb(33, 37, 41);
}

.card-body a {
    display: block;
    text-align: center;
    color: rgb(33, 37, 41);
}
.card-body a i{
    font-size: 12px;
    ;
}
.fs-7 {
    font-size: 0.8rem !important;
}

footer li {
    margin-bottom: 20px;
    padding: 0px;
}
footer h6{
    font-weight: 600;
    font-size: 0.8rem !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #777;
    border-color: transparent;
    border-bottom: 0;
    border-radius: 0;
}

.invert-icon {
    filter: invert();
}

.custom-btn ,.edit-btn{
    border: 1px solid transparent;
    box-shadow: 3px 5px 5px #777;
    padding: 10px 35px;
    border-radius: 5px;
    margin: 10px 20px;
}
.custom-btn.black-btn {
    background-color: #333;
    color: #eaeaea;
}
.close{
    border: 0;
    background: transparent;
}

@media screen and (max-width: 440px){

    .custom-btn, .edit-btn{
        padding: 10px 15px;
    }
    .navbar{padding: 0px !important;padding-right: 15px !important;}
}