@import url('https://fonts.googleapis.com/css2?family=Noto+Nastaliq+Urdu&display=swap');
@font-face {
    font-family: 'Mehr Nastaliq Web';
    src: url('Mehr_Nastaliq_Web-v.2.0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {

    background-color: #E4D5C8;
}

thead {
    background-color: #a1846b !important;
    color: ghostwhite !important;

}
.table{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 6px !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;

}
table tr:nth-child(even) {
    background-color: #ddd3ca;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

label{
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 900;


}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #a1846b;
    border-color: #a1846b;
}
.tab-content {
    background-color: #efefef !important;
}
.text-primary {
    color:#90745b !important;
}
.btn-primary {
    background-color: #a1846b !important;
    color: ghostwhite !important;
    border-color: #a1846b !important;
    font-family: 'Noto Nastaliq Urdu', serif;
}
.btn-primary:hover {
    background-color: #ae957f !important;
    border-color: #ae957f !important;
}

.card {
    background-color: #efefef;
    font-family: 'Noto Nastaliq Urdu', serif;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
    background-color: #a1846b;
    color: ghostwhite;
}

.form-control:focus {
    border-color: #c7bfbf;
}
.form-select:focus {
    border-color: #c7bfbf;
}
.form-select {
    line-height: 2;
}
.form-control {
    line-height: 2;
}
h2 {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 900;
}
.urdu_font{
    font-family: 'Noto Nastaliq Urdu', serif;
}

input::placeholder {
    font-family: 'Noto Nastaliq Urdu', serif;
    font-weight: 300;


}
a {
    color: #856b54;
}


.switch .switch-toggle-slider i {
    top: -4.35px !important;
}

input-error{
    border-color: #ea5455 !important;
}

