body {
    font-family: 'Siyam Rupali', sans-serif;
    margin: 0;
    padding: 0;
}

.container {
    width: 90%;
    margin: auto;
}

header {
    background-color: #c70039;
    padding: 20px;
    text-align: center;
    color: #fff;
}

form {
    background-color: #222;
    padding: 30px;
    border-radius: 10px;
    margin: 30px auto;
    max-width: 400px;
}

input, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 5px;

}

input {
    background-color: #333;
    color: #fff;
}

button {
    background-color: #c70039;
    color: #fff;
    cursor: pointer;
}

footer {
    background-color: #000;
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    font-size: 14px;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  background: #eceff1;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

strong a {
  color: #d9d9d9;
}

.top-bar {
  z-index: 20;
  position: relative;
  width: 100%;
  background-color: #000000;
  height: 48px;
  box-shadow: 0 1px 5.5px 0 rgba(41, 39, 39, 0.4);
  display: flex;
  align-items: center;
  padding: 0px 10px;
}
.top-bar i {
  display: none;
}
.top-bar .logo__icon {
  height: 28px;
  margin: 10px;
}
.top-bar .logo__text {
  height: 18px;
}

.m-logo {
  display: none;
}

.nav {
  z-index: 10;
  position: absolute;
  top: 48px;
  overflow-y: auto;
  width: 248px;
  height: calc(100% - 48px);
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.nav__overview {
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
  font-size: 14px;
  color: #0288d1;
  height: 54px;
  padding: 20px 25px;
  margin-bottom: 12px;
}
.nav__overview i {
  display: flex;
  justify-content: center;
  width: 15px;
  margin-right: 20px;
}
.nav__label {
  font-weight: 300;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #b5b5b5;
  padding: 15px 24px;
}
.nav__item {
  font-weight: 400;
  display: block;
  font-size: 14px;
  color: #757575;
  padding: 11px 25px;
  display: flex;
  align-items: center;
}
.nav__item.overview {
  color: #0288d1;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fafafa;
  height: 54px;
  margin-bottom: 12px;
}
.nav__item:hover {
  background-color: #ececec;
  cursor: pointer;
}
.nav__item i {
  display: flex;
  justify-content: center;
  width: 15px;
  margin-right: 20px;
}

.nav-footer {
  z-index: 11;
  color: #757575;
  position: absolute;
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  bottom: 0px;
  width: 248px;
  padding: 10px 24px;
  border-top: 1px solid #e4e4e4;
  background-color: #fafafa;
}
.nav-footer:hover {
  cursor: pointer;
  background-color: whitesmoke;
}

.main {
  position: absolute;
  left: 248px;
  width: calc(100% - 248px);
  height: calc(100% - 48px);
}
.main .title-bar {
  background-color: #039be5;
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
}
.main .title-bar h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 24px;
}
.main .content-area {
  position: relative;
  height: calc(100% - 54px);
  color: #999;
  display: flex;
  justify-content: center;
}
.main .content-area p {
  align-self: center;
}

@media only screen and (max-width: 920px) {
  .top-bar {
    z-index: 20;
    position: relative;
    width: 100%;
    background-color: #0288d1;
    height: 48px;
    box-shadow: 0 1px 5.5px 0 rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }
  .top-bar i {
    display: block;
    font-size: 18px;
    margin: 10px 14px;
    opacity: 0.7;
    cursor: pointer;
  }
  .top-bar .logo__icon {
    display: none;
  }
  .top-bar .logo__text {
    height: 18px;
  }

  .m-logo {
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    border-bottom: 1px solid #e4e4e4;
  }
  .m-logo .logo__icon {
    display: inline-block;
    height: 28px;
    margin: 10px;
  }
  .m-logo .logo__text {
    display: inline-block;
    height: 18px;
    opacity: 0.6;
  }

  .mobile-mask.show {
    display: block;
    z-index: 25;
    background: #000;
    opacity: 0.5;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: pointer;
  }

  .nav {
    display: none;
  }
  .nav.show {
    display: block;
    z-index: 30;
    position: absolute;
    top: 0px;
    overflow-y: auto;
    width: 248px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  }
  .nav.show__overview {
    border-bottom: 1px solid #e4e4e4;
    background-color: #fafafa;
    font-size: 14px;
    color: #0288d1;
    height: 52px;
    padding: 20px 25px;
    margin-bottom: 12px;
  }
  .nav.show__overview i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }
  .nav.show__label {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 12px;
    color: #b5b5b5;
    padding: 15px 24px;
  }
  .nav.show__item {
    font-weight: 400;
    display: block;
    font-size: 14px;
    color: #757575;
    padding: 11px 25px;
    display: flex;
    align-items: center;
  }
  .nav.show__item.overview {
    color: #0288d1;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    height: 54px;
    margin-bottom: 12px;
  }
  .nav.show__item:hover {
    background-color: #ececec;
    cursor: pointer;
  }
  .nav.show__item i {
    display: flex;
    justify-content: center;
    width: 15px;
    margin-right: 20px;
  }

  .nav-footer {
    display: none;
  }

  .main {
    position: absolute;
    left: 0px;
    width: 100%;
  }
  .main .title-bar {
    background-color: #039be5;
    height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .main .title-bar h2 {
    font-size: 20px;
    font-weight: 300;
    margin-left: 24px;
  }

}
.top-bar strong span {
  color: #fd1818;
}

.top-bar strong {
  font-size: 25px;
  font-family: fantasy;
}

.m-logo strong span {
  color: #9e9e9e;
}

.m-logo strong {
  font-size: 25px;
  font-family: fantasy;
  color: #f5820b;
}
.dashboard-box {
  max-width: 400px;
  margin: 100px auto; /* center in the middle */
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.dashboard-box h2 {
  color: #e74c3c;
  font-size: 24px;
  margin-bottom: 15px;
}

.dashboard-box p {
  font-size: 18px;
  margin: 10px 0;
  color: black;
}

.logout-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #c0392b;
  color: rgb(51, 25, 25);
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.logout-btn:hover {
  background-color: #a93226;
}
.logout-header {
  position: absolute;
  right: 20px;
  top: 20px;
}

.logout-link {
  background-color: #e74c3c;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: 0.3s ease;
}

.logout-link:hover {
  background-color: #c0392b;
}


.section-title {
    text-align: center;
    font-size: 26px;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 2px solid #c70039;
    padding-bottom: 10px;
}

.task-grid {
    gap: 20px;
    padding: 0 10px;
    position: absolute;
    left: 300px;
    display: flex!important;
    flex-wrap: wrap!important;
  
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.task-grid{
    left: 0!important;
}
.dashboard_main{
  left: 0%!important;
}
}



.task-card {
    background-color: #1a1a1a;
    border: 1px solid #c70039;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0 0 10px rgba(199, 0, 57, 0.3);
    width: 350px;
}

.task-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.task-card p {
    font-size: 16px;
    margin: 10px 0;
}

.task-card a {
    color: #00ccff;
    text-decoration: underline;
}

.task-card form input,
.task-card form button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    font-size: 15px;
    border-radius: 5px;
    border: none;
}

.task-card form input {
    background: #333;
    color: white;
}

.task-card form button {
    background: #c70039;
    color: white;
    cursor: pointer;
 
}

