@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Mulish:wght@500&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Public+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&display=swap");


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins";
}

/*
    DEMO STYLE
*/

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
}

#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 999;
  color: #575767;
  transition: all 0.3s;
  border-right: 2px solid #aaaaaa;
}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 20px;
  border-bottom: 2px solid #aaaaaa;
}

#sidebar .sidebar-header h3 {
  font-family: Mulish;
  font-style: italic;
  font-weight: bold;
  margin: 0;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar p {
  vertical-align: middle;
  text-align: center;
  color: #575767;
  padding: 10px;
}

#sidebar ul {
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
  color: #575767;
}

#sidebar ul li a:hover {
  color: #7386d5;
  background: #fff;
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #575767;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  color: #575767;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

a.download {
  background: #fff;
  color: #7386d5;
}

a.article,
a.article:hover {
  background: #6d7fcc !important;
  color: #fff !important;
}

#sidebarIcon {
  width: 50px;
  position: fixed;
  top: 0%;
  left: 250px;
  min-height: 100vh;
  height: 100%;
  z-index: 998;
  color: #575767;
  transition: all 0.3s;
  font-size: 10vh;
  padding: 40vh 0 0 0;
  font-family: "Poppins", sans-serif;
}

#sidebarIcon.active {
  margin-left: -250px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: calc(100% - 250px);
  padding: 40px 40px 40px 70px;
  min-height: 100vh;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
}

#content.active {
  width: 100%;
}

.popup {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

.popup_box {
  background: #ffffff;
  box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  margin: 15% auto; /* 15% from the top and centered */
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #888;
  width: min(40%, 350px); /* Could be more or less, depending on screen size */
}

.popup_box h1 {
  font-family: Public Sans;
  font-style: normal;
  font-weight: bolder;
  font-size: min(19px, 5vw);
  margin: 0 0 30px;
}

.popup_box h2 {
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: min(12px, 3vw);
  margin: 0;
  color: #2b4bf2;
}

.popup_box h3 {
  font-family: Public Sans;
  font-style: normal;
  font-size: min(16px, 4vw);
  margin: 0 0 20px;
}

.popup_box input {
  /* Highlight soft */

  background: rgba(123, 151, 206, 0.06);
  /* Accent color */

  border: 1px solid #2b4bf2;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 12px 0 20px;
  padding: 10px;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: min(16px, 4vw);
  line-height: min(24px, 6vw);
}

.popup_box select {
  background: rgba(123, 151, 206, 0.06);
  /* Accent color */

  border: 1px solid #2b4bf2;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 12px 0 20px;
  padding: 10px;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: min(16px, 4vw);
  line-height: min(24px, 6vw);
}

.time_input {
  width: 40%;
  border-radius: 8px;
  margin: 0 0 20px;
  line-height: min(75px, 20vw);
}

.allDay_input {
  width: 10%;
  border-radius: 8px;
  margin: 0 0 20px;
}

.time_selector {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.time_selector span {
  display: inline-block;
  vertical-align: middle;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 600;
  font-size: min(19px, 5vw);
  /* line-height: min(22px, 5.5vw); */
  line-height: min(75px, 20vw);
}
.time_selector label {
  margin-right: auto;
  font-family: Public Sans;
  font-style: normal;
  font-weight: 500;
  font-size: min(16px, 4vw);
  line-height: min(21px, 5.5vw);
}

.cancel_button {
  border: 1px solid rgba(86, 103, 137, 0.26);
  box-sizing: border-box;
  border-radius: 8px;
  width: 48%;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: min(14px, 3.5vw);
  line-height: 36px;
}

.save_button {
  float: right;
  background: #6a6dcd;
  border: 1px solid #6a6dcd;
  border-radius: 8px;
  width: 48%;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: min(14px, 3.5vw);
  line-height: 36px;
  color: #ffffff;
}

.select_button {
  background: #6a6dcd;
  border: 1px solid #6a6dcd;
  border-radius: 8px;
  width: 100%;
  margin: 2% 2% 2% 0;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: min(14px, 3.5vw);
  line-height: 36px;
  color: #ffffff;
}
