body{
    margin: 0;
    font-family: var(--font2);
    height: 100%;
    display: flex;
}
.h1{
    line-height: 1rem;
}
.light{
    color: #b8b8b8;
}
.warning{
    color: rgb(255, 187, 0);
}
.alert{
    color: rgb(180, 39, 39);
}
.success{
    color: green;
}
.hr1{
    background-color: #b6b6b6;
    color: #b8b8b8;
    height: 0.8px !important;
    outline: 1px;
    border: 1px;
}
:root{
    --nav: #4F4F4F;
    --font2:'Poppins';
    --font3: 'Arial';
    --color1: white;
    --color2: #182e91;

}
.btn{
    background-color: var(--color2);
    width:10vw;
}
.hide{
    display:none;
}
a{
    text-decoration: none;
    cursor: pointer;

}
form{
    margin: 10px;
}
#thumbnail{
    max-width:15vw;
    height: auto;
    margin: 10px;
}
#thumbnail2{
    width:10vw;
    height:10vw;
    object-fit: cover;
}
.hr{
    background-color: gray;
    opacity: 0.1;
}
.sub-title{
    font-family: var(--font2);
    color: var(--color2);
}
.subhr{
    background-color: var(--color2);
    height: 1px;
    border: none;
}
.title-bar{

    float: right;
    width: 100%;
}
.logo{
    position: absolute;
    top:20px;
    left: 50%;
    transform: translate(-50%,0);
}
.social{
    margin-left: 30px;
    float: right;
}

.social img{
    margin: 30px 30px 0px 30px;
}
nav{
    text-align: center;

}
nav a{
    margin: 5%;
     font-family: var(--font1);
    text-decoration: none;
    color: var(--nav);
}
.container{
    margin: 2rem ;
    overflow-y: scroll;
    scrollbar-width: 0px;
    height: 90vh;
}
/* .container-center{
    /*probalby absolute
        margin: auto ;
        text-align: center;
        background-color: #f7f8f9;
        padding: 1rem;
}*/
body{
    overflow: hidden;
    background-color: white;
    color: #2c3e50;
}

input[type="file"]{
    opacity: 100;
    margin: 0rem 0 1.5rem 0;
}
input[type='button']{
    background-color:var(--color2);
    min-width:100px;
    max-width: 200px;
    border:none;
    color:white !important;
}
input{
    padding: 10px;
    background-color:#fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    width: 100%;
    margin: 0rem 0 1rem 0;
    box-sizing: border-box;
}
select{
    padding: 10px;
    background-color:#fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    width: 100%;
    margin: 0rem 0 1rem 0;
    box-sizing: border-box;
}
textarea{
    border-radius: 15px;
    background-color: rgb(218, 218, 218);
    margin-bottom: 1rem !important;
}
label{
    padding: 1rem;
    background-color: rgba(0,0,0,0.1);
    border: none;
    min-width: 20%;
}
button{
    padding: 1rem  2rem;
    border-radius: 0.5em;
    background-color: var(--color2);
    border: none;
    color: white;
    cursor: pointer;
}
button:hover{
    transform: scale(1.1);
}


.delete{
    margin: 0px 2rem ;

}
 .delete p{
     margin: 0 10px 20px 0px;
     color: var(--color2);

}

 .breadcrumb{
        margin: 30px 30px 0px 30px;
     float: left;
       cursor: pointer;
}
.sidebar{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 30vh;
    height: 100vh;
    background-color: var(--color2);
    box-shadow: 0px 10px 10px 2px rgba(0, 0, 0, 0.25);
    padding: 30px;
    display: block;
    font-family: var(--font1);
    border-radius: 0px 40px 40px 0px;



}
.sidebar li{
    list-style: none;
    padding: 13px;
    color: var(--color1);
    cursor: pointer;


}
.sidebar li:hover{
    color: #f9f9f9;
    background-color: var(--nav);
}
.sidebar a{
    color: var(--color1);
    cursor: pointer;
     display: inline-block;

}
.sidebar a:hover{
    color: #f9f9f9;

}
h4{
    color: var(--nav);
    margin: 10px 0 0 0;
    font-weight: 400;
}
.input-lable{
    color: #6c6c6c;
    margin: 0.5rem 0;
    font-size: 0.8em;
}
.details-textarea{
    height: 130px;
    min-width: 50%;
    background-color: #f3f3f3;
    border: none;
    padding: 20px;
    margin-bottom: 1rem !important;

}
table{
    width: 100%;
     text-align: left;
}
table input{
    width: 90% !important;
    padding: 10px !important;
    border: 2px solid #d1d1d1;
    border-radius: 10px !important;
    margin: 10px;
}
table td{
    margin: 10px;
}


/* login */

.container-login{
    width: 50vw;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    background-color: #fff;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.icontainer{
    position: relative;
    margin: 20px 20px;
}
.icontainer input{
    height: 50px;
}
.icon{
    position: absolute;
    right: 25px;
    top: 18px;
}



/*dashboard*/
.flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    gap: 1rem;
}
.flex-justify{
    display: flex;
    justify-content: space-between;
}

.hover{
    cursor: pointer;
}
.hover:hover{
    transform: scale(1.2);
}

.dashboard-info{
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content:left;
}
.box{
    padding: 5px 0 0 20px;
    margin: 1rem 0px;
    min-width: 200px;
    text-align: left;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #63636336;
}
h2{
    font-size: 36px;
    font-family: var(--font1);
    margin: 0px;
    line-height: auto;
}
.box p{
    color: #7E7E7E;
    font-size: 18px;
    font-family: var(--font2);
    font-weight: lighter;
}
.hr-dash{
    margin: 50px 10px 10px 10px ;
}
.box2{
    text-align: center;
    background-color: #d8d3d3;
    border-radius: 12px;
    padding: 0.1rem 1rem;
    margin: 1rem 0px;
    color: #222222;
}
.box2:hover{
    text-align: center;
    border-radius: 15px;
    background: var(--color2);
    color: white;
}
.box a{
    color: #222222 !important;
}

.container::-webkit-scrollbar {
    display: none !important;  /* Safari and Chrome */
    overflow: -moz-scrollbars-none !important;

}
.container{
    scrollbar-width: none;
}
.container-2{
    margin: 2rem !important;
    padding: 0rem 2rem ;
    width: 100%;
    overflow-y: scroll;
    height: 90vh;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.container-2::-webkit-scrollbar{
    display: none;
}

.select{
    width: 100%;
    background-color: white !important;
    border: 1px solid rgba(128, 128, 128, 0.258) !important;
    border-radius: 0.5rem;
    padding: 0.7rem;

}
.inner-container{
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    margin-bottom: 1rem;
    padding: 2rem;
}
.bracket{
    border: 1px dotted rgba(0, 0, 0, 0.25);
    padding: 1rem;
}

/*grid system*/



.grid-2{
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;

}

.spacer-50{
    margin-top: 50px;
}














/* Style the buttons inside the tab */
.tab button {
  
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 20px ;
  
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: gray;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: black;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}












