@font-face {
    font-family: "Alvi";
    src: url(../font/urdu/Alvi-Nastaleeq-Regular.ttf);
}

@font-face {
    font-family: "Jameel-Kasheeda";
    src: url(../font/urdu/Jameel-Noori-Nastaleeq-Kasheeda.ttf);
}

@font-face {
    font-family: "Jameel-Regular";
    src: url(../font/urdu/Jameel-Noori-Nastaleeq-Regular.ttf);
}

@font-face {
    font-family: "Nafees";
    src: url(../font/urdu/Nafees-Regular.ttf);
}

@font-face {
    font-family: "Inter";
    src: url(../font/inter/Inter-Regular.ttf);
}

body {
    background-color: #f5f5f9d5 !important;
}
.card {
    box-shadow: rgba(89, 89, 89, 0.24) 0px 2px 4px !important;
 
}

/* ================================================
============== Universal CSS (Start) ==============
================================================ */

.urdu-gray {
    color: #5A6A85;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5A6A85 !important;
    font-family: "Jameel-Kasheeda";
    font-weight: bold !important;
    word-spacing: 2px !important;
}

a {
    color: #5A6A85;
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 2px !important;
}

p {
    color: #5A6A85;
    font-weight: bold;
    font-family: "Jameel-Kasheeda";
}

span {
    font-weight: bold;
}

button {
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 4px;
}

li {
    color: #5A6A85;
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 2px !important;
}

tr th {
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 2px;
}

label {
    color: #5A6A85 !important;
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 2px;
}

input[type=text] {
    font-family: "Jameel-Kasheeda";
    font-weight: bold;
    word-spacing: 2px;
}

::placeholder {
    font-family: "Jameel-Kasheeda" !important;
    font-weight: bold;
    word-spacing: 2px;
}

input[type=number] {
    font-family: "inter";
}

input[type=password] {
    font-family: "inter";
}

textarea {
    word-spacing: 2px;
}

.urdu-gray {
    color: #5A6A85 !important;
}

.card {
    box-shadow: rgba(89, 89, 89, 0.24) 0px 2px 4px !important;
}

.breadcurmb-card-shadow {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px !important;
    outline: 2px solid rgba(158, 158, 255, 0.144);
}

/* .breadcrumb-card-shadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */


/* ================================================
=============== Universal CSS (End) ===============
================================================ */


/* =============== Login Form (Start) =============== */
.madarsa-name {
    font-size: 50px;
    
}
#sign-in{
    font-family: "Jameel-Kasheeda" !important;
    font-weight: bold;
    word-spacing: 2px;
    font-size: 18px;
}
/* =============== Login Form (End) =============== */

/* =============== User Form (Start) =============== */
.user-email, .user-password{
    font-family: "inter" !important;
    /* font-weight: 400 !important; */
}

/* =============== User Form (End) =============== */



/* 
================================================
=============== All Complete Css ===============
================================================
*/

/* Hide spinner for number input */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}


/* 
==========================================
=============== Login Form ===============
==========================================
*/


.fixed-header {
    background-color: #F5F5F9 !important;
}

.alvi {
    font-family: "Alvi";
    font-weight: 600;
}

.nafees {
    font-family: "Nafees";
    font-weight: 600;
}

.jameel-kasheeda {
    font-family: "Jameel-Kasheeda";
    font-weight: 600;
}

.jameel-regular {
    font-family: "Jameel-Regular";
    font-weight: 600;
}

.inter {
    font-family: "Inter";
    font-weight: bold;
}

.word-spacing-2px {
    word-spacing: 2px;
}

.word-spacing-4px {
    word-spacing: 4px;
}

.word-spacing-6px {
    word-spacing: 6px;
}

.button {
    border-radius: 6px;
    background: none;
    border-color: #5D87FF;
    color: #5D87FF;
    border-width: 1px;
    word-spacing: 3px;
    padding: 6px 20px;
}

.button:hover {
    color: white;
    outline: none;
    border: none;
    background-color: #5D87FF;
    padding: 7px 20px;
}

.scroll-bar {
    height: 370px;
    overflow: auto;
}

/* Set the width and height of the scrollbar */
.scroll-bar::-webkit-scrollbar {
    width: 6px;
    height: 2px;
}

/* Track */
.scroll-bar::-webkit-scrollbar-track {
    background-color: transparent;

}

/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
}

/* Handle on hover */
.scroll-bar::-webkit-scrollbar-thumb:hover {
    background-color: #BFBFBF;
}

/* 
================================================
================  All Modules ==================
================================================
*/

/* .module-card img{
    width: 40%;
} */

