
:root {
    --primary: #ed1b23;
    --black: hsl(0, 0%, 7%);
}
* {
    font-family: "Dancing Script", cursive;
    font-family: "Noto Sans TC", sans-serif;
    font-family: "Poppins", sans-serif;
  }

*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}

li { list-style: none; }

a,
img,
span,
input,
button,
ion-icon { display: block; }

a {
color: inherit;
text-decoration: none;
}

img { height: auto; }

input,
button{
background: none;
border: none;
font: inherit;
}

input { width: 100%; }

button { cursor: pointer; }

ion-icon { pointer-events: none; }

address { font-style: normal; }

.space_2rem {
width: 100%;
height: 2rem;
}

html {
font-family: var(--ff-roboto);
font-size: 10px;
scroll-behavior: smooth;
}

body {
background-color: var(--white);
color: var(--black);
font-size: 1.6rem;
line-height: 1.7;
}
/*--- GOLBAL END ---*/

.logo-bar {
width: 100%;
padding: 1rem 0;
display: grid;
place-items: center;
}
.logo-bar img {
    width: 100%;
max-width: 10rem;
}

/*--- Dashboard START ---*/
.main-sidebar {
    /* color: var(--primary); */
}

.sidebar-logo {
width: 100%;
padding: 1rem 0;
display: grid;
place-items: center;
}
.sidebar-logo img {
    width: 100%;
max-width: 10rem;
}

