/*!***********************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./css/index.scss ***!
  \***********************************************************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  background: #1b202a;
  font-family: Inter, sans-serif;
  src: local("Inter"), url(/cd4683a8153171e13685.ttf) format("light");
}

.header {
  display: flex !important;
  height: 80px;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  background: #2c3a47 !important;
}
.header .logo {
  height: 100%;
  width: 150px;
  margin-left: 20px;
}
.header .logo a {
  width: 100%;
  height: 70%;
  position: relative;
  top: 15%;
  display: block;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .flex_container {
  display: flex;
  flex: 1;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.header .flex_container.previewmode {
  pointer-events: none;
}
.header .flex_container .leftWrapper {
  display: flex;
  align-items: center;
  margin-left: 10%;
  font-weight: bold;
}
.header .flex_container .leftWrapper .toggleSidebar {
  display: none;
}
.header .flex_container .left-label {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}
.header .flex_container .left {
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #1b202a;
  margin: 0 0 0 16;
  padding: 4px;
  box-shadow: 1px 1px #000000;
}
.header .flex_container .left .left_side_info {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.header .flex_container .left .left_side_info label {
  cursor: pointer;
}
.header .flex_container .left .btn_left {
  font-size: 14px;
  color: red;
}
.header .flex_container .left .new {
  position: absolute;
  width: 14px;
  height: 14px;
  font-weight: normal;
  text-transform: none;
  font-size: 6px;
  background: #ff5f7b;
  border-radius: 100%;
  line-height: 14px;
  left: 22px;
  top: 0px;
}
.header .flex_container .right {
  display: flex;
  text-align: center;
  align-items: center;
}
.header .flex_container .right .search_all {
  position: relative;
}
.header .flex_container .right .search_all input {
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 30px;
  background: white;
  color: black;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  padding: 0 50px 0 30px;
}
.header .flex_container .right .search_all .searchIcon {
  width: 20px;
  height: 30px;
  color: #000000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.header .flex_container .right .right_btn {
  text-align: center;
  color: #fff;
  padding: 0;
  width: 70px;
  height: 50px;
}
.header .flex_container .right .right_btn_previewmode {
  text-align: center;
  color: #808080;
  padding: 0;
  width: 70px;
  height: 50px;
}

.list_dialog .MuiPaper-root {
  background: #283440;
  border-radius: 0;
  box-shadow: none;
  max-width: 250px;
  width: 250px;
}
.list_dialog .MuiPaper-root ul a {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #fff;
}
.list_dialog .MuiPaper-root ul a .count {
  font-size: 14px;
  position: relative;
}
.list_dialog .MuiPaper-root ul a .count.new::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ff5f7b;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
}

.profile_dialog .MuiPaper-root {
  background: #283440;
  border-radius: 0;
  box-shadow: none;
  max-width: 260px;
  width: 260px;
  height: 248px;
}
.profile_dialog .MuiPaper-root ul {
  padding: 20px 0;
}
.profile_dialog .MuiPaper-root select {
  font-size: 20px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #283440;
  color: #fff;
}
.profile_dialog .MuiPaper-root select option {
  color: #fff;
}
.profile_dialog .MuiPaper-root .menu_item {
  height: 42px;
  font-size: 20px;
  color: #fff;
}
.profile_dialog .MuiPaper-root .menu_item svg {
  margin-right: 10px;
}
.profile_dialog .MuiPaper-root .menu_item2 {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.profile_dialog .MuiPaper-root .signOut {
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 84%;
  height: 30px;
  color: #fff;
  background: #1ab3aa;
  border-radius: 5px;
  line-height: 30px;
  font-size: 18px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .header .flex_container .leftWrapper .toggleSidebar {
    display: block;
  }
  #sidebar {
    left: -250px;
  }
  #sidebar.toggled {
    left: 0;
  }
}
.home {
  margin-top: 110px;
  padding-left: 330px;
}
.home .new-report-container {
  padding: 2rem;
  color: white;
}
.home .new-report-container--information {
  font-size: 1.2rem;
  border-bottom: 0.3rem solid gray;
  margin-bottom: 0.5rem;
}
.home .new-report-container .new-report-row {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 10px;
  text-align: center;
  align-items: center;
}
.home .new-report-container .new-report-row .new-report-title {
  text-transform: uppercase;
  margin-right: 20px;
}
.home .new-report-container .new-report-row .status-label {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.home .new-report-container .new-report-row .status-label .report_status {
  font-size: 11px;
  color: #fff;
  align-items: center;
  text-align: center;
  min-width: 100px;
  height: 20px;
  background: #ff5f7b;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 3px;
  border: none;
  border-radius: 5px;
}

.home_page {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.homeLogo {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homeLogo button {
  display: block;
  margin: 20px auto 0 auto;
  background: transparent;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  text-transform: none;
}
.homeLogo img {
  max-height: 30%;
  max-width: 30%;
}

@media (max-width: 768px) {
  .home_page .homeLogo {
    width: 100%;
  }
  .home_page .homeLogo > img {
    height: 4em;
  }
  .home_page .homeLogo > div {
    width: 95%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
  }
}

/*# sourceMappingURL=base.css.css.map*/