@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
body {
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.bg-main {
  background: rgb(60, 127, 228);
  background: linear-gradient(180deg, rgb(60, 127, 228) 5%, rgb(107, 156, 230) 58%);
}

.ff-h {
  font-family: "HYWenHei", sans-serif;
}

.ff-b {
  font-family: "Bookman Old Style", Georgia, serif;
}

.ff-a {
  font-family: "AveriaSerifLibre-Regular", Georgia, serif;
}

.ff-ap {
  font-family: "Aptos", Georgia, serif;
}

.fs-12 {
  font-size: 1rem !important;
}

.bg-blue {
  background-color: #007cc8 !important;
}

.text-blue {
  color: #004672 !important;
}

.b-b {
  border-bottom: 1px solid #007cc8;
}

#divModalBackground {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: block;
  transition: ease;
}

.bottom-menu-bar {
  background-color: white !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  height: 8vh;
  max-width: 30em !important;
  border-radius: 20px 20px 0 0 !important;
}

.icon {
  font-size: 1.5em !important;
  padding: 0.5em 0.5em 0.5em 0.5em !important;
  margin: 0.5em 0.5em 0 0.5em !important;
  margin-top: 0 !important;
  transition: 0.5s ease-in-out;
  border-radius: 100%;
  color: #305d80;
}

.active-menu {
  border-radius: 5px;
  background-color: #305d80;
  color: white !important;
}

@font-face {
  font-family: "HYWenHei";
  src: url("/assets/fonts/zhcn.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AveriaSerifLibre-Regular";
  src: url("/assets/fonts/AveriaSerifLibre-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Aptos";
  src: url("/assets/fonts/Aptos.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.office-main {
  width: 100%;
  height: 90px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, white 99%, #45d9fd 100%);
}

.office-main span {
  color: rgb(102, 101, 101);
}

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

#mid-content {
  max-height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
}

#mmid-content {
  max-height: calc(80vh - 14px);
  overflow-y: scroll;
  scrollbar-width: none;
}

#ofcon p {
  white-space: nowrap;
  /* Prevents the text from wrapping to the next line */
  overflow: hidden;
  /* Hides the text that overflows */
}

.post-content-con {
  max-height: 280px;
  overflow-y: scroll;
}

.bg-title {
  background-image: url("/assets/img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/bg.jpg");
  background-position: 30% 20%;
  background-size: cover;
  filter: blur(5px);
  z-index: -1;
}

.midbg-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}

.midbg-title::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  /* Adjust opacity as needed */
  z-index: -2;
  /* Ensure it's behind the content */
}

.office-post {
  max-width: 100vw;
  margin-bottom: 14px;
  display: flex;
  background: linear-gradient(180deg, white 99.5%, #45d9fd 100%);
}

.office-post td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

#mid-content table td,
#mid-content table th {
  border: 0.5px solid #ccc;
}

.btn-customg {
  border: none;
  border-radius: 5px;
  background-color: #007cc8;
  color: white;
}

.btn-customg:active {
  box-shadow: 2px 5px #004773;
}

.btn-customt {
  border: none;
  border-radius: 5px;
  color: #007cc8;
}

.text-m {
  color: #007cc8;
}

rte-bottom {
  display: none !important;
}

.notification-number {
  font-size: 14px;
  /* Adjust the size as needed */
  margin-left: 5px;
  /* Space between the number and the bell icon */
  color: #000;
  /* Adjust the color as needed */
}

.ellipsis {
  white-space: nowrap;
  /* Prevents the text from wrapping to the next line */
  overflow: hidden;
  /* Hides the text that overflows */
  text-overflow: ellipsis;
  /* Adds the ellipsis (...) */
}

/* .loader {
  animation: rotate 1s infinite;
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 1s infinite;
  background-color: #b4b4b4;
  box-shadow: 30px 0 0 #0d6efd;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 1s infinite;
  background-color: #0d6efd;
  box-shadow: 30px 0 0 #b4b4b4;
} */

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  50% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(720deg) scale(0.8);
  }
}
@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #0d6efd;
  }
  50% {
    box-shadow: 0 0 0 #0d6efd;
    margin-bottom: 0;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #0d6efd;
    margin-bottom: 10px;
  }
}
@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #b4b4b4;
  }
  50% {
    box-shadow: 0 0 0 #b4b4b4;
    margin-top: -20px;
    transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #b4b4b4;
    margin-top: 0;
  }
}
.wrapper {
  background: #fff;
  max-width: 450px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
}

/* Login & Signup Form CSS Start */
.form {
  padding: 25px 30px;
}

.form header {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.form form {
  margin: 20px 0;
}

.form form .error-text {
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  display: none;
}

.form form .name-details {
  display: flex;
}

.form .name-details .field:first-child {
  margin-right: 10px;
}

.form .name-details .field:last-child {
  margin-left: 10px;
}

.form form .field {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
}

.form form .field label {
  margin-bottom: 2px;
}

.form form .input input {
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.form form .field input {
  outline: none;
}

.form form .image input {
  font-size: 17px;
}

.form form .button input {
  height: 45px;
  border: none;
  color: #fff;
  font-size: 17px;
  background: #333;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 13px;
}

.form form .field i {
  position: absolute;
  right: 15px;
  top: 70%;
  color: #ccc;
  cursor: pointer;
  transform: translateY(-50%);
}

.form form .field i.active::before {
  color: #333;
  content: "\f070";
}

.form .link {
  text-align: center;
  margin: 10px 0;
  font-size: 17px;
}

.form .link a {
  color: #333;
}

.form .link a:hover {
  text-decoration: underline;
}

/* Users List CSS Start */
.users {
  padding: 25px 30px;
}

.users header,
.users-list a {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}

.wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.users header img {
  height: 50px;
  width: 50px;
}

:is(.users, .users-list) .content {
  display: flex;
  align-items: center;
}

:is(.users, .users-list) .content .details {
  color: #000;
  margin-left: 20px;
}

:is(.users, .users-list) .details span {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.users header .logout {
  display: block;
  background: #333;
  color: #fff;
  outline: none;
  border: none;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17px;
}

.users .search {
  margin: 20px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.users .search .text {
  font-size: 18px;
}

.users .search input {
  position: absolute;
  height: 42px;
  width: calc(100% - 50px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}

.users .search input.show {
  opacity: 1;
  pointer-events: auto;
}

.users .search button {
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #333;
  outline: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.2s ease;
}

.users .search button.active {
  background: #333;
  color: #fff;
}

.search button.active i::before {
  content: "\f00d";
}

.users-list {
  max-height: 350px;
  overflow-y: auto;
}

:is(.users-list, .chat-box)::-webkit-scrollbar {
  width: 0px;
}

.users-list a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-bottom-color: #f1f1f1;
  text-decoration: none;
}

.users-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.users-list a img {
  height: 40px;
  width: 40px;
}

.users-list a .details p {
  color: #67676a;
}

.users-list a .status-dot {
  font-size: 12px;
  color: #468669;
  padding-left: 10px;
}

.users-list a .status-dot.offline {
  color: #ccc;
}

/* Chat Area CSS Start */
.chat-area header {
  display: flex;
  align-items: center;
  padding: 18px 30px;
}

.chat-area header .back-icon {
  color: #333;
  font-size: 18px;
}

.chat-area header img {
  height: 45px;
  width: 45px;
  margin: 0 15px;
}

.chat-area header .details span {
  font-size: 17px;
  font-weight: 500;
}

.chat-box {
  position: relative;
  min-height: 30vh;
  max-height: calc(30vh - 14px);
  overflow-y: auto;
  padding: 10px 30px 20px 30px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgba(0, 0, 0, 0.05), inset 0 -32px 32px -32px rgba(0, 0, 0, 0.05);
}

.chat-box .text {
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}

.chat-box .chat {
  margin: 15px 0;
}

.chat-box .chat p {
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08), 0rem 16px 16px -16px rgba(0, 0, 0, 0.1);
  margin-bottom: 0 !important;
}

.chat-box .outgoing {
  display: flex;
}

.chat-box .outgoing .details {
  margin-left: auto;
  max-width: calc(100% - 130px);
}

.outgoing .details p {
  background: #333;
  color: #fff;
  border-radius: 18px 18px 0 18px;
}

.chat-box .incoming {
  display: flex;
  align-items: flex-end;
}

.chat-box .incoming img {
  height: 35px;
  width: 35px;
}

.chat-box .incoming .details {
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 130px);
}

.incoming .details p {
  background: #fff;
  color: #333;
  border-radius: 18px 18px 18px 0;
}

.typing-area {
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
}

.typing-area input {
  height: 45px;
  width: calc(100% - 58px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
}

.typing-area button {
  color: #fff;
  width: 55px;
  border: none;
  outline: none;
  background: #333;
  font-size: 19px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}

.typing-area button.active {
  opacity: 1;
  pointer-events: auto;
}

/* Responive media query */
@media screen and (max-width: 450px) {
  .form,
  .users {
    padding: 20px;
  }
  .form header {
    text-align: center;
  }
  .form form .name-details {
    flex-direction: column;
  }
  .form .name-details .field:first-child {
    margin-right: 0px;
  }
  .form .name-details .field:last-child {
    margin-left: 0px;
  }
  .users header img {
    height: 45px;
    width: 45px;
  }
  .users header .logout {
    padding: 6px 10px;
    font-size: 16px;
  }
  :is(.users, .users-list) .content .details {
    margin-left: 15px;
  }
  .users-list a {
    padding-right: 10px;
  }
  .chat-area header {
    padding: 15px 20px;
  }
  .chat-box {
    min-height: 380px;
    padding: 10px 15px 15px 20px;
  }
  .chat-box .chat p {
    font-size: 15px;
  }
  .chat-box .outogoing .details {
    max-width: 230px;
  }
  .chat-box .incoming .details {
    max-width: 265px;
  }
  .incoming .details img {
    height: 30px;
    width: 30px;
  }
  .chat-area form {
    padding: 20px;
  }
  .chat-area form input {
    height: 40px;
    width: calc(100% - 48px);
  }
  .chat-area form button {
    width: 45px;
  }
}
:root {
  --primary-clr: #001F3F;
}

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

/* nice scroll bar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-clr);
  border-radius: 50px;
}

#calparent {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  background-color: #e2e1dc;
  /* set after behind the main element */
  /* even event */
  /* add tick in event after */
  /* media queries */
}
#calparent .calcontainer {
  position: relative;
  width: 1200px;
  min-height: 850px;
  margin: 0 auto;
  padding: 5px;
  color: #fff;
  display: flex;
  border-radius: 10px;
  background-color: #0094f0;
}
#calparent .left {
  width: 60%;
  padding: 20px;
}
#calparent .calendar {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #878895;
  border-radius: 5px;
  background-color: #fff;
}
#calparent .calendar .month {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: capitalize;
}
#calparent .calendar .month .prev,
#calparent .calendar .month .next {
  cursor: pointer;
}
#calparent .calendar .month .prev:hover,
#calparent .calendar .month .next:hover {
  color: var(--primary-clr);
}
#calparent .calendar .weekdays {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
}
#calparent .weekdays div {
  width: 14.28%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#calparent .calendar .days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 20px;
}
#calparent .calendar .days .day {
  width: 14.28%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--primary-clr);
  border: 1px solid #f5f5f5;
}
#calparent .calendar .days .day:nth-child(7n+1) {
  border-left: 2px solid #f5f5f5;
}
#calparent .calendar .days .day:nth-child(7n) {
  border-right: 2px solid #f5f5f5;
}
#calparent .calendar .days .day:nth-child(-n+7) {
  border-top: 2px solid #f5f5f5;
}
#calparent .calendar .days .day:nth-child(n+29) {
  border-bottom: 2px solid #f5f5f5;
}
#calparent .calendar .days .day:not(.prev-date, .next-date):hover {
  color: #fff;
  background-color: var(--primary-clr);
}
#calparent .calendar .days .prev-date,
#calparent .calendar .days .next-date {
  color: #b3b3b3;
}
#calparent .calendar .days .active {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: var(--primary-clr);
}
#calparent .calendar .days .active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 5px 1px var(--primary-clr);
}
#calparent .calendar .days .today {
  font-size: 2rem;
}
#calparent .calendar .days .event {
  position: relative;
}
#calparent .calendar .days .event::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 75%;
  height: 6px;
  border-radius: 30px;
  transform: translateX(-50%);
  background-color: var(--primary-clr);
}
#calparent .calendar .days .day:hover.event::after {
  background-color: #fff;
}
#calparent .calendar .days .active.event::after {
  background-color: #fff;
  bottom: 20%;
}
#calparent .calendar .days .active.event {
  padding-bottom: 10px;
}
#calparent .calendar .goto-today {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0 20px;
  margin-bottom: 20px;
  color: var(--primary-clr);
}
#calparent .calendar .goto-today .goto {
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--primary-clr);
}
#calparent .calendar .goto-today .goto input {
  width: 100%;
  height: 30px;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  color: var(--primary-clr);
  border-radius: 5px;
}
#calparent .calendar .goto-today button {
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  color: var(--primary-clr);
}
#calparent .calendar .goto-today button:hover {
  color: #fff;
  background-color: var(--primary-clr);
}
#calparent .calendar .goto-today .goto button {
  border: none;
  border-left: 1px solid var(--primary-clr);
  border-radius: 0;
}
#calparent .calcontainer .right {
  position: relative;
  width: 40%;
  min-height: 100%;
  padding: 20px 0;
}
#calparent .right .today-date {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  padding-left: 70px;
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#calparent .right .today-date .event-day {
  font-size: 2rem;
  font-weight: 500;
}
#calparent .right .today-date .event-date {
  font-size: 1rem;
  font-weight: 400;
  color: #878895;
}
#calparent .events {
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding-left: 4px;
}
#calparent .events .event {
  position: relative;
  width: 95%;
  min-height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 0 20px;
  padding-left: 50px;
  color: #fff;
  background: linear-gradient(90deg, #3f4458, transparent);
  cursor: pointer;
}
#calparent .events .event:nth-child(even) {
  background: transparent;
}
#calparent .events .event:hover {
  background: linear-gradient(90deg, var(--primary-clr), transparent);
}
#calparent .events .event .title {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#calparent .events .event .title .event-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
}
#calparent .events .event i {
  color: var(--primary-clr);
  font-size: 0.5rem;
}
#calparent .events .event:hover i {
  color: #fff;
}
#calparent .events .event .event-time {
  font-size: 0.8rem;
  font-weight: 400;
  color: #878895;
  margin-left: 15px;
  pointer-events: none;
}
#calparent .events .event:hover .event-time {
  color: #fff;
}
#calparent .events .event::after {
  content: "✓";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 3rem;
  line-height: 1;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  color: var(--primary-clr);
  transform: translateY(-50%);
}
#calparent .events .event:hover::after {
  display: flex;
}
#calparent .add-event {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #878895;
  border: 2px solid #878895;
  opacity: 0.5;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}
#calparent .add-event:hover {
  opacity: 1;
}
#calparent .add-event i {
  pointer-events: none;
}
#calparent .events .no-event {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #878895;
}
#calparent .add-event-wrapper {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 90%;
  max-height: 0;
  overflow: hidden;
  border-radius: 5px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: max-height 0.5s ease;
}
#calparent .add-event-wrapper.active {
  max-height: 300px;
}
#calparent .add-event-header {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #373c4f;
  border-bottom: 1px solid #f5f5f5;
}
#calparent .add-event-header .close {
  font-size: 1.5rem;
  cursor: pointer;
}
#calparent .add-event-header .close:hover {
  color: var(--primary-clr);
}
#calparent .add-event-header .title {
  font-size: 1.2rem;
  font-weight: 500;
}
#calparent .add-event-body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}
#calparent .add-event-body .add-event-input {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#calparent .add-event-body .add-event-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #373c4f;
}
#calparent .add-event-body .add-event-input input::-moz-placeholder {
  color: #a5a5a5;
}
#calparent .add-event-body .add-event-input input::placeholder {
  color: #a5a5a5;
}
#calparent .add-event-body .add-event-input input:focus {
  border-bottom: 1px solid var(--primary-clr);
}
#calparent .add-event-body .add-event-input input:focus::-moz-placeholder {
  color: var(--primary-clr);
}
#calparent .add-event-body .add-event-input input:focus::placeholder {
  color: var(--primary-clr);
}
#calparent .add-event-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
#calparent .add-event-footer .add-event-btn {
  height: 40px;
  font-size: 1rem;
  font-weight: 500;
  outline: none;
  border: none;
  color: #fff;
  background-color: var(--primary-clr);
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
}
#calparent .add-event-footer .add-event-btn:hover {
  background-color: transparent;
  color: var(--primary-clr);
}
@media screen and (max-width: 1000px) {
  #calparent body {
    align-items: flex-start;
    justify-content: flex-start;
  }
  #calparent .calcontainer {
    min-height: 100vh;
    flex-direction: column;
    border-radius: 0;
  }
  #calparent .calcontainer .left {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }
  #calparent .calcontainer .right {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }
  #calparent .calendar::before,
  #calparent .calendar::after {
    top: 100%;
    left: 50%;
    width: 97%;
    height: 12px;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
  }
  #calparent .calendar::before {
    width: 94%;
    top: calc(100% + 12px);
  }
  #calparent .events {
    padding-bottom: 340px;
  }
  #calparent .add-event-wrapper {
    bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  #calparent .calendar .month {
    height: 75px;
  }
  #calparent .calendar .weekdays {
    height: 50px;
  }
  #calparent .calendar .days .day {
    height: 40px;
    font-size: 0.8rem;
  }
  #calparent .calendar .days .day.active,
  #calparent .calendar .days .day.today {
    font-size: 1rem;
  }
  #calparent .right .today-date {
    padding: 20px;
  }
}
#calparent .credits {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  background-color: #b38add;
}
#calparent .credits a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#calparent .credits a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */