/* Basic Styles */

@font-face {
font-family: bahnschrift;
src: url(fonts/bahnschrift.ttf);
}
h1,h2,h3,h4,h5,h6 ,p,ul,li,span,div{
font-family: bahnschrift;
font-weight: 100;
}

body {
margin: 0;
background: #fff;
}
h1,h2,h3,h4,h5,h6 {
color: #000;
}
p {
color: #000;
}
a{
transition: all .5s linear;   
}

.main_menu{
transition: all .5s linear;    
}
img {
width: 100%;
max-width: 100%;
display: block;
}

header {
background: #5555;
color: #fff;
padding: 10px 2.5%;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 99;
position: fixed;
width: 95%;
top: 0;
border-bottom: 1px solid #555;
}
.red {
background: #f00;
color: #fff;
}
.green {
background: #4caf50;
color: #fff;
}
.blue {
background: #040cff;
color: #fff;
}

footer {
background: #dddddd4f;
color: #fff;
padding: 10px 0px;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
border-top: 1px solid #555;
z-index: 99;

}

.logo {
margin-right: auto;
width: 12vw;
}
.logo a {
text-transform: uppercase;
text-decoration: none;
font-size: 28px;
font-weight: 400;
letter-spacing: 2px;
}
span#message {
display: none;
border-radius: 10px;
padding: 5px 15px;
position: fixed;
bottom: 10vh;
left: 15px;
background: #000;
color: #fff;
font-size: 16px;
z-index: 9999;
}
.main_menu ul {
display: flex;
flex-direction: column;
gap: 2vh;
padding: 0 1vw;
}

.main_menu {
position: fixed;
display: flex;
align-items: start;
justify-content: center;
background: #fff;
width: 12%;
height: 100vh;
right: 0;
top: 0;
border-left: 1px solid #000;

}

.main_menu a {
color: #000;
font-size: 1vw;
}

.main_menu li {
list-style: none;
}
.main_menu ul li:hover a {
color: #cb1a28;
}

#btn_menu {
position: absolute;
right: 2vw;
color: #fff;
font-size: 1.3vw;
z-index: 99;
cursor: pointer;
font-weight: bold;
display: none;
}
.main_menu ul li:first-child a {
margin-bottom: 15px;
display: block;
font-size: 1.4vw;
color: #7db9ea
}


.container {
max-width: 90%;
margin: 50px auto;
}

input[type="text"],
input[type="password"],
input[type="email"],input[type="tel"],
button {
width: 100%;
margin-bottom: 10px;
padding: 10px 0px;
font-size: 16px;
max-width: 100%;
text-indent: 10px;
}

button {
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
display: block;
padding: 8px 15px;
width: auto;
text-align: center;
text-transform: uppercase;
text-indent: 0;
line-height: normal;
border-radius: 5px;
display: inline-block;
}

button:hover {
background-color: #45a049;
}

#loginForm {
max-width: 350px;
margin: 22vh auto;
padding: 20px 20px;
color: #fff;
border: 1px solid #b1b1b1;
background: #ffffff2e;
border-radius: 10px;
box-shadow: inset 0px 0px 3px 0px #fff;
}
textarea#areaofexpertise {
width: -webkit-fill-available;
}
#registerForm {
margin: 0 auto;
max-width: 25vw;
padding: 1vw 1.2vw;
color: #fff;
border: 1px solid #b1b1b1;
background: #ffffff2e;
border-radius: 10px;
box-shadow: inset 0px 0px 3px 0px #fff;
}  
a.btn_link {
background-color: #7c897d;
color: white;
border: none;
cursor: pointer;
display: block;
padding: 8px 15px;
width: auto;
text-align: center;
text-transform: uppercase;
text-indent: 0;
line-height: normal;
border-radius: 5px;
display: inline-block;
text-decoration:none;
margin-left: 10px;
}
.wrap_center h2 {
color: #fff;
text-transform: uppercase;
text-align: center;
font-weight: 400;
letter-spacing: 1px;
}
.app {
padding: 15px 0;
}
.logo {

}
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
}


/* Style the buttons inside the tab */
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 15px;
transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border: 1px solid #ccc;
border-top: none;
}
/* Targets the scrollbar itself */
::-webkit-scrollbar {
width: 5px;  /* width of the vertical scrollbar */
height: 5px; /* height of the horizontal scrollbar */
}

/* Targets the draggable part of the scrollbar */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
border-radius: 10px;
}

/* Targets the part of the scrollbar track that is not covered by the thumb */
::-webkit-scrollbar-track {
background: transparent; /* makes the track invisible */
}


/* Define the behavior when hovering over the scrollbar */
::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
.main_menu ul {
overflow-y: hidden;
max-height: 80vh;
}
textarea {
min-height: 100px;
resize: vertical;
padding: 10px 15px;
font-size: 14px;
}
.container_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 20px;
}
.card {

background-color: #f0f0f0;
padding: 20px;
margin-bottom: 15px;
border-radius: 5px;
width: 50%;
}
.chart-container {
width: 100%;
text-align: center;
}
.notifications {
display: block;
flex: auto;
}
.status_wrap {
display: flex;
gap: 15px;
}
.tab button.active {
background-color: #276c23;
}

span.stat_info {
position: absolute;
top: 10px;
left: 10px;
padding: 5px 10px;
}
.pos_r {
position: relative;
}
.sub_menu button.tablinks {
color: #ffffff;
background: steelblue;
padding: 5px 15px;
}


.parent_tab .tab {
border-bottom: 5px solid #4e5781;
margin-bottom: 25px;
}
.sub_menu button.tablinks.active {
background: #417d3d;
}
a.logout-btn {
cursor: pointer;
font-size: 1vw;
color: #000;
}
a.login-btn {
color: #fff;
display: flex;
gap: 4px;
text-decoration: none;
}
ul.menu {
display: flex;
list-style: none;
gap: 1vw;
align-items: center;
}
ul.menu a {text-decoration: none;color: #fff;font-size: 24px;}
ul.menu a:hover {
color: #fff;
}
button.tablinks {
border: 1px solid #fff6;
margin-right: 5px;
background: #2759cd;
color: #fff;
box-shadow: inset 0px 0px 18px 0px #0008;
}
.form-group button {
background: #2759cd;
color: #fff;
box-shadow: inset 0px 0px 18px 0px #0008;
}
select#themeSelect {
background: transparent;
color: #fff;
border: 1px solid #ddd3;
font-size: 14px;
text-transform: uppercase;
}
select#themeSelect option {
background: #000;
}
li.menu_show{
display: none;
}
ul.menu li img {
max-width: 22px;
}
body {
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
min-height: 100vh;
}
.logo {
    filter: brightness(0) invert(1);
}
@media screen and (max-width: 1199px) {
ul.menu li img {
max-width: 22px;
}
}
@media screen and (max-width: 991px) {
ul.menu li img {
max-width: 25px;
}
li.menu_show {
display: block;
}
ul.menu {
display: flex;
list-style: none;
gap: 15px;
align-items: center;
}   
.logo a {
font-size: 22px;
letter-spacing: 1px;
}
a.logout-btn {
cursor: pointer;
font-size: 0;
}
a#btn_menu {
display: none;
}
a.logout-btn i {
font-size: 21px;
}
.card {
width: 90%;
}
#loginForm {
max-width: 270px;
padding: 10px 25px;
}
#registerForm {
max-width: 85%;
padding: 0 10px;
}
.chart-container canvas {
width: 100% !important;
height: auto !important;
margin: 0 auto;
}
.status_wrap {
flex-direction: column;
}
.main_menu ul {
margin-top: 0 !important;
overflow-y: hidden;
}    
.app {
padding: 8px;
}
.main_menu ul li:first-child a {
margin-bottom: 15px;
display: block;
font-size: 7vw;
}
.menu_open .main_menu {
left: 0;
}
.main_menu {
width: 100%;
right: auto;
left: -100%;
}
.logo {
width: 150px;
}
#btn_menu {
right: 20px;
font-size: 20px;
top: 50%;
transform: translateY(-50%);
display: block;
}

.main_menu a {
font-size: 18px;
}
}