﻿/*@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');
*/
@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Tajawal-Regular.woff2') format('woff2'), url('/fonts/Tajawal-Regular.woff') format('woff'), url('/fonts/Tajawal-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Tajawal';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Tajawal-Bold.woff2') format('woff2'), url('/fonts/Tajawal-Bold.woff') format('woff'), url('/fonts/Tajawal-Bold.ttf') format('truetype');
}



html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: 'Tajawal', sans-serif; /* Apply Tajawal font to the entire body */
    background-color: #f8f9fa; /* Path to your background image */
    background-size: cover; /* Cover the whole page */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    background-attachment: fixed; /* Make the background fixed during scrolling */
}
/* Custom style for navbar in RTL layout */
.navbar {
    direction: rtl; /* Set text direction to right-to-left */
    background-color: #ffffff; /* Background color */
    border-bottom: 1px solid #dee2e6; /* Border bottom */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* Box shadow */
    margin-bottom: 1.5rem; /* Margin bottom */
}

/* Brand link */
.navbar-brand {
    padding-right: 1rem; /* Padding right */
    padding-left: 1rem; /* Padding left */
    margin-right: auto; /* Margin right */
    color: #343a40; /* Text color */
    text-decoration: none; /* Remove underline */
    font-weight: bold; /* Font weight */
}

/* Navbar toggler */
.navbar-toggler {
    padding: .25rem .75rem; /* Padding */
    font-size: 1.25rem; /* Font size */
    line-height: 1.5; /* Line height */
    background-color: transparent; /* Background color */
    border: 1px solid transparent; /* Border */
    border-radius: .25rem; /* Border radius */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; /* Transition */
    color: #007bff; /* Text color */
}

.navbar-toggler-icon {
    display: inline-block; /* Display as block */
    width: 1.5em; /* Width */
    height: 1.5em; /* Height */
    vertical-align: middle; /* Align vertically */
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23343a40' class='bi bi-list' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M0 1.75A.75.75 0 0 1 .75 1h14.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 1.75zm0 5A.75.75 0 0 1 .75 6h14.5a.75.75 0 0 1 0 1.5H.75A.75.75 0 0 1 0 6.75zM.75 11a.75.75 0 0 1 0-1.5h14.5a.75.75 0 0 1 0 1.5H.75z'/%3e%3c/svg%3e");
}

/* Navbar collapse */
.navbar-collapse {
    flex-grow: 1; /* Flex grow */
    justify-content: flex-end; /* Justify content to end */
}

/* Navbar items */
.navbar-nav {
    margin-right: auto; /* Margin right */
}

    /* Navbar link */
    .navbar-nav .nav-link {
        padding: .5rem 1rem; /* Padding */
        color: #343a40; /* Text color */
        text-decoration: none; /* Remove underline */
    }

        /* Navbar link hover */
        .navbar-nav .nav-link:hover {
            color: #007bff; /* Text color on hover */
        }
.ImageUploaduser {
    display: none;
    margin-top: 10px;
    max-width: 200px;
    width:150px !important;
    height:150px !important;
}



#userImagePreview {
    width: 200px;
    height: 200px;
    object-fit: cover; /* Ensures the image covers the entire area */
    margin: 0 auto 20px;
    border-radius:50%;/* Center the image and add space below */
}

.btn-container {
    margin-top: 20px;
}

.form-check {
    margin-bottom: 10px; /* Add space between form-checks */
}
.inline-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.transparent-container {
    background-color: rgba(255, 255, 255, 0.8); /* White with transparency */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width:95%;
}

.form-group img {
    display: block;
    margin: 0 auto;
}
.form-group {
    margin-top: 2%;
    margin-bottom: 2%;
}

.btn {
    margin: 5px;
}

.transparent-containerLogin {
    background-color: rgba(255, 255, 255, 0.5); /* White with transparency */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 14%;
    margin-right:30%;
    width: 45%;
    height:60%;
}

.logo{
    width:120px;

}
.user-pic{
    width:50px;
    border-radius:50%;
    cursor:pointer;
    margin-left:10px;

}
nav ul {
    width:60%;
    text-align:right;
}
nav ul li {
    display:inline-block;
    list-style:none;
    margin:10px 20px;

}
 nav ul li a{
     color:#fff;
     text-decoration:none;
 }
.sub-menu-warp{
    position:absolute;
    top:100%;
    left:3%;
    width:300px;
    max-height:0px;
    overflow:hidden;
    transition:max-height 0.5s;
}
.sub-menu-warp.open-menu{
    max-height:400px;

}
.sub-menu {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius:20px;
}
.user-info{
    display:flex;
    align-items:center;
}
.user-info h3{
    font-weight:500;
    margin-right:20px;
    margin-top:20px;

}
.user-info img{
    width:60px;
    border-radius:50%;
    margin-right:15px;
}

.sub-menu hr{
    border:0;
    height:1px;
    width:100%;
    background:#ccc;
    margin:15px 0 10px;
}

.sub-menu-link{
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#525252;
    margin:12px 0;
}
.sub-menu-link p{
    width:100%;
    margin-top:15px;
    margin-right:5px;
    color:black;
}


.sub-menu-link img{
    width:40px;
    background:#e5e5e5;
    border-radius:50%;
    padding:8px;
    margin-right:15px;
}
    .sub-menu-link span {
        font-size: 22px;
        transition: transform 0.5s;
        color: black;
    }
.sub-menu-link:hover span{
    transform:translate(5px);
}
.sub-menu-link:hover p{
    font-weight:600;
}

.blackbutton{
    background-color:black;
    color:white;
    border-color:white;

}
    .blackbutton:hover {
        color: white;
        border-color: white;
    }

.d-flex .form-control {
    margin-left: 10px;
}




.curved-div {
    /*border: 2px solid #E2E2E2;*/ /* Border color */

    border-radius: 10px; /* Adjust the value to control the curvature */
    padding: 20px; /* Optional: Add padding to the content */
    /* Optional: Set the height */
}

.divborder {
    /* border: 1px solid #E2E2E2;*/
    background-color: #FCFCFC;
    height: 350px;
    width: 100%;
    padding: 1%
}

.divborderMoreHeight {
    /* border: 1px solid #E2E2E2;*/
    background-color: #FCFCFC;
    height: 450px;
    width: 100%;
    /* margin: 1%;*/
    padding: 1%
}

p {
    font-size: 22px;
    font-family: 'Tajawal', Cairo;
    font-weight: 500;
    font-style: normal;
}

strong {
    font-size: 15px;
    font-family: 'Tajawal', Cairo;
    font-weight: 500;
    font-style: normal;
}

input {
    border-radius: 0px;
    font-size: 20px;
    margin: 7px;
    font-family: 'Tajawal', Cairo;
    font-weight: 500;
    font-style: normal;
}

.labletitlestyle {
    font-weight: 600;
    font-size: 16px;
}

.buttonStyleIndex {
    margin-top: 20px;
    width: 70%;
    font-size: 16px;
    color: white !important;
}

    .buttonStyleIndex:hover {
        background-color: darkcyan !important;
    }


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 1%;
    font-family: 'Tajawal', Cairo;
    font-weight: 500;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, span {
    font-family: 'Tajawal', Cairo;
    font-weight: 500;
    font-style: normal;
}

.ptype {
    font-family: 'Tajawal', Cairo;
    font-weight: 700;
    font-style: normal;
}


.styled-select {
    appearance: none; /* Remove default styling */
    -webkit-appearance: none; /* Remove default styling in Safari */
    -moz-appearance: none; /* Remove default styling in Firefox */
    background-color: white; /* Bootstrap primary color */
    color: black;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    max-width: 370px;
    position: relative;
}

    .styled-select::after {
        content: "▼"; /* Down arrow */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; /* Allow clicks through the pseudo-element */
    }


    .styled-select select {
        width: 100%;
        padding: 9px 15px;
        border: none;
        background: transparent;
        color: black;
        font-size: 16px;
        height: 38px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        /* Style the dropdown list */
        .styled-select select:focus {
            outline: none; /* Remove default focus outline */
        }

.button-linkBlcak {
    width: 48%;
    border-radius: 10px;
    border: none;
    background-color: #007bff !important;
    margin-bottom: 10px; /* Add margin for spacing between buttons on mobile */
}
    .button-linkBlcak:hover {
        width: 48%;
        border-radius: 10px;
        border: none;
        background-color: #4796eb !important;
        margin-bottom: 10px; /* Add margin for spacing between buttons on mobile */
    }



.colorStyle {
    background-color: #007bff !important;
    color: white;
    font-family: 'Tajawal';
}

    .colorStyle:hover {
        background-color: #4796eb !important;
        color: white;
        font-family: 'Tajawal';
    }