﻿:root {
    --body-dark: #1a2035;
    --body-color: black;
    --primaryColor: #212121;
    --primary-background-color1: #776bcc;
    --primary-background-color: #6c2247;
    --scrl-bg: #7b1fa2;
    --bgblue: #0b5b82;
    --srl-thumb: white;
    --srclCol: #e91e63;
    --active: #d33987;
    --activeOLD: #713c8e;
}

@font-face {
    font-family: "DroidArabicKufi";
    src: url("../Content/fonts/DroidArabicKufi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    /*background-color: var(--body-dark);*/
    background-color: #f5f8ff;
    /* margin: 0;*/
    font-family: "DroidArabicKufi",BebasNeueRegular, arial, Georgia, serif !important;
    /* font-family: Calibri !important;*/
    /* font-size: 18px;*/
    /* font-size: 1.0rem;*/
    font-size: 14.5px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    text-align: var(--bs-body-text-align);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: auto !important;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */
}

.body-content {
    margin-top: 64px;
    margin-bottom: 35px;
    min-height: calc(100vh - 76px);
    /*  padding-left: 15px;
    padding-right: 15px;*/
   height: calc(100vh - 76px); 
}

/*.body-content {
    margin-top: 64px !important;
}*/

.footer {
    /* position: fixed;
            top: auto;
            bottom: 0px;
            width: 100%;
            left: 15px;
            right: 15px;*/
    height: 60px;
    background-color: #1ab1da;
    color: white;
}

.page--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px 8px 15px;
    border-radius: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1) !important;
    /*background-color: white;*/
}

/*
.page-header-fixed {
    position: fixed;
    z-index: 500;
    width: -webkit-fill-available;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -24px;
}*/

/*.page--contents {*/
    /*max-width: 1199px;*/
    /*max-width: unset !important;
    margin: auto;*/
    /* padding: 15px 8px;*/
    /*margin-top: 30px;
    margin-bottom: -30px;
}*/


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.nav-link {
    color: white;
}

.bg-colorCustom {
    background-color: #7ea7d5 !important;
}

.btn-link {
    text-decoration: none !important;
}

.chosen-container {
    font-size: inherit !important;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 8px;
    height: 32px;
    line-height: 29px;
}

    .chosen-container-single .chosen-single div {
        top: 3px;
    }

.chosen-container-multi .chosen-choices {
    border-radius: 4px;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        padding: 7px 20px 7px 5px;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 8px;
        }

@media (max-width: 1200px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }

    .customFlex {
        flex-wrap: wrap;
    }
}

.navbar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5000;
}

