
.notification {
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(54, 90, 116, var(--tw-text-opacity));
}

.notification.notification--light {
  --tw-text-opacity: 1;
  color: rgba(152, 175, 245, var(--tw-text-opacity));
}

.notification .notification__icon {
  height: 1.25rem;
  width: 1.25rem;
}

.notification.notification--bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  --tw-bg-opacity: 1;
  background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
  border-radius: 9999px;
  position: absolute;
  right: 0px;
}


.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: linear-gradient(135deg, #73a5ff, #5477f5);
  position: fixed;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
}

.toastify.on {
  opacity: 1;
}

.toast-close {
  opacity: 0.4;
  padding: 0 5px;
}

.toastify-right {
  right: 15px;
}

.toastify-left {
  left: 15px;
}

.toastify-top {
  top: -150px;
}

.toastify-bottom {
  bottom: -150px;
}

.toastify-rounded {
  border-radius: 25px;
}

.toastify-avatar {
  width: 1.5em;
  height: 1.5em;
  margin: -7px 5px;
  border-radius: 2px;
}

.toastify-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
  .toastify-right, .toastify-left {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}


.toastify {
  background: none;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 767px) {
  .toastify {
    max-width: calc(100% - 30px);
  }
}

.toastify .toast-close {
  display: flex;
  align-items: center;
  opacity: 1;
  padding-right: 0.75rem;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  color: transparent;
}

.toastify .toast-close:before {
  content: "×";
  display: block;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-top: -0.375rem;
  --tw-text-opacity: 1;
  color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.toastify-content {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .toastify-content{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.toastify-content{
  --tw-border-opacity: 1;
  border-color: rgba(237, 242, 247, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 3.5rem;
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .toastify-content{
  --tw-text-opacity: 1;
  color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.width-10-percent
{
  width: 10%;
}

.graph-box{
  min-height: 400px !important;
}

.mini-graph-box{
  min-height: 250px !important;
}

.contact__input-error{
  color: red;
}

.text-left{
  text-align: left !important;
}


