* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
  
    background-image: linear-gradient(315deg, rgb(145, 214, 239) 0%, rgb(206, 154, 244) 100%);
}

header {
    margin: 0px;
    padding: 0;
    background-color: rgb(158, 248, 158);
    /* border: 2px; */
    font-family: 'Lato', sans-serif;
    font-family: 'Roboto', sans-serif;
}

.logo1 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin: 12px 0;
}

.logo1 img {
    width: 100px;
    padding: 0 20px;
}

 header nav{
    display: flex;
    width: 100;
    align-items: center;
    flex-wrap: wrap;
    padding: 3px 0;
}

header nav ul{
    flex: 1;
    text-align: right;
    padding-right: 30px;
}

header nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 30px;
    color: #000;
  font-weight: bold;
  font-size: larger;
  text-decoration: none;
  position: relative;
  padding: 10px 20px;
  margin-right: 20px;
} */

header nav ul li a{
    color: #000;
    font-weight: bold;
    font-size: larger;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    margin-right: 20px;
} 

header nav ul li a ::after{
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    transition: width 0.3s;
}

header nav ul li a :hover::after{
    width: 50%;
} 

header nav img{
    margin: 3px ;
    margin-left: 6px;
    width: 160px ;
    height: 110px; 
    border: 3px solid black;
}

.nav a {
    color: white;
    position: relative;
    padding: 10px 20px;
    margin-right: 20px;
}

header nav ul li a:hover {
    color: black;
    font-weight: bold;
}

.navbar {
    background-color: aquamarine;
    overflow: hidden;
}

.container-jishu {
    display: flex;
    height: max-content;
}

.container-jishu nav {
    position: relative;
    top: 0;
    bottom: 0;
    height: 89vh;
    left: 0;
    background: #fff;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    padding-right: 100px;
}

.logo {
    text-align: center;
    display: flex;
    margin: 10px 0 0 10px;
    font-size: larger;
}

.logo img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.logo span {
    font-weight: bold;
    /* padding: 20px; */
    font-size: 18px;
    text-transform: uppercase;
    /* padding: 10px; */
    align-items: center;
    left: 10px;
}

a {
    position: relative;
    color: rgb(85, 83, 83);
    font-size: 14px;
    display: table;
    padding: 10px;
}

nav .fi {
    position: relative;
    width: 70px;
    height: 40px;
    top: 14px;
    font-size: 30px;
    text-align: center;
}
.dash{
    /* position: relative; */
    
    text-align: center;
    top: 50px;
    margin-left: 55px;
    font-family: 'Times New Roman', Times, serif;
    font-size: xx-large;
}

.nav-item {
    position: relative;
    top: 12px;
    margin-left: 10px;
    /* text-align: center; */
    /* display: flex; */
    font-size: x-large;
}

a:hover {
    background: #eee;
}

.logout {
    position: relative;
    bottom: 0;
}

.card1,
.card2 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    /* height: 241px; */
    /* padding: 20px; */
}

.card1 {
    margin-bottom: 30px;
}

.dashboard {
    font-size: large;
}

.cardrow1 {
    padding-inline: 160px;
    padding-bottom: 100px;
    padding-top: 100px;
}

/* .cardrow2{
    pad
} */

.cardrow1,
.cardrow2 {
    
    
    height: 100%;
    /* padding: 5px; */
    padding-top: 100px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

/* Add some padding inside the card container */
.container {
    color: black;
    padding: 40px 16px;
}

.container {
    text-align: center;
}

.container a{
    
    
    text-align: center;
}

.cards {
    background-color:rgb(207, 248, 207);
    
    height: 220px !important;
    width: 400px !important;
}

h4{
    font-size: xx-large;
}

p{
    font-size: larger;
}