/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/* main code */

.wrapper {
    height: 80px;
    width: auto;
}

.header2 {
    height: 80px;
    width: 100%;
    background-color: #e9e9e9;
}

header {
    height: 80px;
    width: 100%;
    border-bottom: 3px solid rgb(100, 0, 201);
}

section {
    min-height: 1100px;
    width: auto;
}

.section1 {
    height: 750px;
    width: auto;
}

footer {
    min-height: 80px;
    width: auto;
    border-top: 3px solid rgb(100, 0, 201);
}

footer h1 {
    text-align: right;
    font-size: 15px;
    margin-right: 300px;
    padding-top: 10px;
}

.header2 img {
    position: fixed relative;
    width: 75px;
    height: auto;
    margin-left: 250px;
}

img .img {
    position: relative;
}

li a {
    color: black;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    position: relative;
}

li a:hover {
    text-decoration: none;
}

nav {
    float: right;
    margin-right: 300px;
    padding-top: 33px;
}

/* ---------for admin nav----------- */
.n {
    float: right;
    margin-right: 285px;
    padding-top: 20px;
}
/* --------------------------------- */
nav li {
    display: inline-block;
    margin-right: 20px;
}
/*--------------------------for slides---------------------*/

* {
    box-sizing: border-box;
}

.slideshow-container {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: auto;
    border: 5px solid rgb(100, 0, 201);
    margin-top: 50px;
}

.mySlides {
    display: none;
    width: auto;
    border: #40d52f;
}

.mySlides img {
    object-fit: cover !important; /* Adjusted to cover the entire container */
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(237, 237, 237, 0.8);
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #989898;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #040404;
}

.slide {
    animation-name: ease-in-out;
    animation-duration: 1s;
    transition: ease-in-out;
}

@keyframes slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

/* part */

.login-rectangle {
    width: 1250px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid rgb(100, 0, 201);
    border-bottom: 1px solid rgb(100, 0, 201);
    background-color: #fff;
}

.text {
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

.login-rectangle2 {
    width: 1250px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 30px;
    border-bottom: 1px solid rgb(100, 0, 201);
    background-color: #fff;
}

.texttext {
    text-align: left;
    margin-left: -20px;
    color: #000;
    font-size: 20px;
    font-weight: normal;
}

/*----------------------------for login*-----------------*/

.box {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    min-height: 170px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 3px solid rgb(100, 0, 201);
    margin-top: 280px;
}

.box h1 {
    font-size: 20px;
    margin-left: 7px;
    margin-top: 30px;
}

.group input {
    width: 460px !important;
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
}

.group-pass input {
    width: 460px !important;
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
}

.group-pass check-box {
    margin-top: 5px;
}

label {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.btn {
    margin-top: 7px;
    margin-left: 10px;
    background-color: #4caf50;
    color: #ffffff;
    padding: 5px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.btn :hover {
    background-color: #40d52f;
}

.tx {
    margin-top: 10px;
    margin-left: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*------------------signup---------------------*/

.tt {
    margin-right: 20px;
    font-size: 200px;
}

.signup {
    background-color: #f1f1f1;
    border: 2px solid rgb(33, 224, 23);
    border-radius: 5px;
    padding: 20px;
    height: 700px;
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
}

.cont {
    text-align: left;
    margin-top: 10px;
}

.cont input {
    margin-left: 10px;
    height: 30px;
    width: 740px;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
}

.but {
    margin-top: 10px;
    margin-left: 5px;
    color: #000000;
}

.but :hover {
    background-color: #40d52f;
}

/*--------------------dropdown-------------------------*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown a {
    text-decoration: none;
    color: #333;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
}

.dropdown-content a:hover {
    background-color: #ddd;
    text-decoration: none;
}
/* ----------dashboard--------------- */

.nanaman {

    width: 1300px; 
    margin: 0 auto; 
    padding: 20px; 
    border: none;
   
}

.dash {
    padding-top: 50px;
}

.dash p {
    font-size: 18px;
    text-align: left;
    margin-left: 300px;
}

hr {
    width: 1310px;
    margin-left: 250px;
    margin-top: 1000px;
    position: relative;
}

.b {
    text-align: right;
    margin-right: 350px;
}

.b button {
    float: right;
    margin-top: -55px;
    margin-right: -50px;
    width: 100px;
    height: 30px;
    font-size: 18px;
    background-color: red;
    border: 1px solid;
    color: white;
    border-radius: 5px;
}
.b :hover {
    background-color: #9a3939;
}

.boxx {
    border: 1px solid #d36a6a;
    padding-top: 230px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-left: -20px;
    margin-top: 10px;
    border-radius: 5px;
    margin-top: 50px;
}

.boxx p {
    font-size: 20px;
    margin-top: -80px;
    color: #d36a6a;
}

.boxx h1 {
    margin-top: -40px;
    font-size: 20px;
    color: #d36a6a;
}

.boxx img {
    height: 180px;
    width: 230px;
    margin-top: -230px;
    margin-left: 40px;
}

.gb .boxx1 {
    border: 1px solid #6276f9;
    padding-top: 230px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-left: 430px;
    margin-top: -231px;
}

.boxx1 p {
    font-size: 20px;
    margin-top: -80px;
    color: #6276f9;
}

.boxx1 h1 {
    margin-top: -40px;
    font-size: 20px;
    color: #6276f9;
}

.boxx1 img {
    height: 120px;
    width: 120px;
    margin-top: -230px;
    margin-left: 5px;
}

.boxx2 h1 {
    margin-top: -50px;
    font-size: 20px;
    color: #429b73;
}

.boxx2 img {
    height: 180px;
    width: 250px;
    margin-top: -260px;
    margin-left: 5px;
}

.gb .boxx2 {
    border: 1px solid #96f6c9;
    padding-top: 230px;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    margin-left: 880px;
    margin-top: -231px;
}

.profile {
    position: relative;
    border: 1px solid #4d8dee;
    width: 900px;
    min-height: 400px;
    margin: 50px auto; /* Centering the profile box */
    border-radius: 5px;
}

.profile:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #4d8dee;
    z-index: -1;
    margin-top: -100;
}

.profile button {
    border: 1px solid #4d8dee;
    background-color: #4d8dee;
    border-radius: 3px;
    margin-bottom: 20px;
}

.profile button:hover {
    background-color: #035de2;
}

.ch {
    position: relative;
    border: 1px solid #4d8dee;
    width: 650px;
    min-height: 300px;
    margin: 50px auto; /* Centering the profile box */
    border-radius: 5px;
}

.ch:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #4d8dee;
    z-index: -1;
    margin-top: -100;
}

.hys {
    border: 1px solid grey;
    min-height: 230px;
    width: 1310px;
    margin: 50px auto; /* Adjust the top margin as needed */
    border-radius: 5px;
}

.hys:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: grey;
    z-index: -1;
    border-radius: 5px;
}

.book-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.book {
    text-align: left;
    margin-left: 50px;
}
.book p {
    margin-top: 10px;
}

.book img {
    width: 120px;
    height: 150px;
    margin-top: 20px;
}
/*-----------------------issue books------------------------------*/

.isb {
    border: 1px solid grey;
    min-height: 230px;
    width: 1310px;
    margin: 50px auto; /* Adjust the top margin as needed */
    border-radius: 5px;
}

.isb:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: grey;
    z-index: -1;
    border-radius: 5px;
}

/* --------------administrator----------------- */



.dashboard-box {
    border-bottom: 2px solid #333;
    padding: 10px;
    text-align: left;
    width: 1300px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard-box p {

    margin-left: -10px;
    font-size: 20px;
    
}



.nasabox {
    width: 1300px; 
    margin: 0 auto; 
    padding: 20px; 
    border: none; 
}


.bb button {
    float: right;
    margin-top: -55px;
    margin-right: 300px;
    width: 100px;
    height: 30px;
    font-size: 18px;
    background-color: red;
    border: 1px solid;
    color: white;
    border-radius: 5px;
}
.bb :hover {
    background-color: #9a3939;
}

.section2 {
    min-height: 800px;
}
.section2 h1 {
    font-size: 18px;
    text-align: left;
    margin-left: 300px;
    margin-top: 50px;
}

.section2 hr {
    width: 80%;
    height: 2px;
    background-color: rgb(189, 189, 189);
    border: none;
    margin-left: 250px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.square {
    border: 1px solid #ea841d;
    width: 250px;
    height: 200px;
    margin-left: -20px;
    margin-top: 9px;
    border-radius: 5px;
}

.square h1 {
    margin-left: 85px;
    margin-top: 160px;
    font-size: 15px;
    color: #ea841d;
}

.square img {
    height: 110px;
    width: 110px;
    margin-top: -210px;
    margin-left: 71px;
}

.square1 {
    border: 1px solid rgb(131, 190, 253);
    width: 250px;
    height: 200px;
    margin-left: 320px;
    margin-top: -200px;
    border-radius: 5px;
}

.square1 h1 {
    margin-left: 45px;
    margin-top: 160px;
    font-size: 15px;
    color: rgb(131, 190, 253);
}

.square1 img {
    height: 120px;
    width: 120px;
    margin-top: -210px;
    margin-left: 63px;
}

.square2 {
    border: 1px solid #58c154;
    width: 250px;
    height: 200px;
    margin-left: 680px;
    margin-top: -200px;
    border-radius: 5px;
}

.square2 h1 {
    margin-left: 100px;
    margin-top: 160px;
    font-size: 15px;
    color: #58c154;
}

.square2 img {
    height: 100px;
    width: 100px;
    margin-top: -210px;
    margin-left: 77px;
}

.square3 {
    border: 1px solid #B2533E;
    width: 250px;
    height: 200px;
    margin-left: 1030px;
    margin-top: -200px;
    border-radius: 5px;
}

.square3 h1 {
    margin-left: 105px;
    margin-top: 160px;
    font-size: 15px;
    color: #B2533E;
}

.square3 img {
    height: 95px;
    width: 95px;
    margin-top: -210px;
    margin-left: 80px;
}

.square4 {
    border: 1px solid #cb50cb;
    width: 250px;
    height: 200px;
    margin-left: -20px;
    margin-top: 70px;
    border-radius: 5px;
}

.square4 h1 {
    margin-left: 60px;
    margin-top: 160px;
    font-size: 15px;
    color: #cb50cb;
}

.square4 img {
    height: 100px;
    width: 130px;
    margin-top: -210px;
    margin-left: 60px;
}

/*-----------------addbook body-----------------*/

.addbooks {
    min-height: 400px;
    width: 900px;
    margin: 50px auto; /* top/bottom margin set to auto */
    border: 1px solid #54bafe;
    border-radius: 10px;
}


.bgtop {
    height: 37px;
    width: 901px;
    margin-top: -38px;
    border: 1px solid #54bafe;
    background-color: #54bafe;
    border-radius: 3px;
    margin-left: -1px;
}

.addbooks h1 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.add1 {
    margin-top: 40px;
}

.add1 label {
    margin-left: 40px;
}
.in1 {
    width: 400px;
    height: 35px;
    margin-left: 40px;
}

.add2 {
    margin-top: 20px;
}

.add2 label {
    margin-left: 40px;
}

.add3 {
    margin-top: 20px;
}

.add3 label {
    margin-left: 40px;
}

.add4 {
    margin-top: -190px;
    margin-left: 450px;
}

.add4 label {
    margin-left: 40px;
}

.add4 h {
    font-size: 12px;
    margin-left: 40px;
}

.add5 {
    margin-top: 30px;
    margin-left: 450px;
}

.add5 label {
    margin-left: 40px;
}

.addbtn {
    width: 100px;
    height: 30px;
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #54bafe;
    background-color: #54bafe;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

.addbtn:hover {
    background-color: #3a779f;
}

/*-----------------add authors--------------------*/

.disp {
    min-height: 170px;
    width: 600px;
    margin-top: 50px;
    border: 1px solid #54bafe;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}


.disp h1 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.bgtop1 {
    height: 37px;
    width: 601px;
    margin-top: -37px;
    border: 1px solid #54bafe;
    background-color: #54bafe;
    border-radius: 3px;
    margin-left: -1px;
}

.addaut label {
    margin-top: 40px;
    margin-left: 20px;
}

.addaut input {
    width: 560px;
    height: 35px;
    margin-left: 20px;
}

.addbtn1 {
    width: 80px;
    height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    border-radius: 5px;
    border: 1px solid #54bafe;
    background-color: #54bafe;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
}

.addbtn1:hover {
    background-color: #3a779f;
}

/*---------------------issue new book-------------------------*/

.disp1 {
    min-height: 300px;
    width: 700px;
    margin-top: 50px;
    border: 1px solid #54bafe;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
   
}


.disp1 h1 {
    margin-left: 10px;
    margin-top: 10px;
    font-size: 15px;
}

.bgtop2 {
    height: 37px;
    width: 701px;
    margin-top: -37px;
    border: 1px solid #54bafe;
    background-color: #54bafe;
    border-radius: 3px;
    margin-left: -1px;
}

.addiss label {
    margin-top: 35px;
    margin-left: 20px;
}

.addiss input {
    width: 650px;
    height: 35px;
    margin-left: 20px;
}

.student-info {
    margin-left: 100px;
}

/*----------------update book----------------------*/

.mbook {
    min-height: 300px;
    width: 1100px;
    border: 1px solid gray;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
}

.mbook::before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: grey;
    z-index: -1;
    border-radius: 5px;
}

.mbook p {
    margin-top: -30px;
    margin-left: 10px;
}

.edit {
    width: 400px;
    height: 35px;
    margin-left: 10px;
}

.edit1 img {
    margin-top: 20px;
}

.edit2 {

    margin-top: -70px;
}

.edit2 input {
    margin-left: 10px;
    width: 400px;
    height: 35px;
}

.edit3 {
    margin-top: -230px;
    margin-left: 600px;
}

.edit4 {
    margin-top: 30px;
    margin-left: 600px;
}

.edit5 {
    margin-top: 30px;
    margin-left: 600px;
}

.edit5 input {
    width: 400px;
    height: 35px;
    margin-left: 10px;
}

.ebt {
    margin-bottom: 20px;
    margin-left: 10px;
    color: white; 
    
}

.ebt input {
    background-color: gray; 
    border: 1px solid;
    height: 30px;
    width: 80px;
    border-radius: 5px;
}

.ebt input:hover {

    background-color: darkgray;
}

.dataTables_length label {

    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dataTables_filter input {

    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.dataTables_info {

    margin-left: 50px;
}

.dataTables_paginate.paging_simple_numbers {

position: relative;
margin-right: 95px;
margin-top: 10px;
margin-bottom: 10px;

}

.paginate_button.next {

    margin-top: -18px;
    margin-right: -65px;
    font-weight: normal;
    font-size: 15px;
   
}

/*---------------------missuebooks-------------------------*/
.si p{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 25px;
    font-weight: bold;
}

.issue1 p{

    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
}

.issue2 p{

    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
}

.issue3 p{

    margin-top: 20px;
    margin-left: 20px;
    font-size: 15px;
}

.issue4 p{

    margin-top: -70px;
    margin-left: 500px;
    font-size: 15px;
}

.issue5 p{

    margin-top: 20px;
    margin-left: 500px;
    font-size: 15px;
}

.bi p{
    margin-top: 15px;
    margin-left: 20px;
    font-size: 25px;
    font-weight: bold;
}


.issue6 p{

    margin-top: 110px;
    margin-left: 20px;
}

.issue6 img{

    margin-top: -110px;
    margin-left: 110px;
}

.issue7 p{

    margin-top: -170px;
    margin-left: 500px;
    font-size: 15px;
}

.issue8 p{

    margin-top: 30px;
    margin-left: 500px;
    font-size: 15px;
}

.issue9 p{

    margin-top: 30px;
    margin-left: 500px;
    font-size: 15px;
}

.issue10 p{

    margin-top: 30px;
    margin-left: 500px;
    font-size: 15px;
}

.issue11 button {

    height: 30px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 0px solid;
    background-color: grey;
}

.issue11 button:hover {

    background-color: darkgray;

}

/*------------------mauthor--------------------*/
.mautor {

    min-height: 300px;
    width: 700px;
    border: 1px solid gray;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 40px;

}

.mautor:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: grey;
    z-index: -1;
    border-radius: 5px;
}

.mautor p {
    margin-top: -30px;
    margin-left: 10px;
}

.eau label {

    margin-top: 60px;
    margin-left: 60px;

}

.eau input {

    margin-left: 60px;
    margin-top: 10px;
    width: 580px;
    height: 35px;

}

.eau button {

    margin-top: 20px;
    margin-left: 60px;
    height: 35px;
    border-radius: 5px;
    background-color: grey;
}


.eau button:hover {

    background-color: darkgray;

}
