/*

Written by Webwhizz

*/
[data-notify="container"] {
z-index: 1000;
position: fixed !important;
top: 10px !important;
right: 10px !important;
bottom: auto !important;
left: auto !important;
display: flex !important;
flex-direction: column;
}
[data-notify="container"].alert-justiceclock-success {
  /*background-color: rgb(3, 156, 3);*/
  background-color: rgb(212, 237, 218);
  border-radius: 5px;
  border: none;
  width: 450px;
  max-width: 45vw;
  min-height: 50px;
  color: rgb(21, 87, 36);
  box-shadow: rgb(136, 136, 136) 2.5px 2.5px 1px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin: 5px 5px 0px 0px;
  padding: 0;
}
[data-notify="container"][class*="alert-justiceclock-"] > .bootcontainsuccess {
  width: 50px;
  min-width: 50px;
  background-color: rgb(21, 87, 36);
  position: relative;
  display: block;
  text-align: center;
  justify-content: center;
}
[data-notify="container"][class*="alert-justiceclock-"] > .bootcontainsuccess > [data-notify="icon"] {
  width: 70%;
  min-width: 70%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-notify="container"].alert-justiceclock-error {
  background-color: rgb(248, 215, 218);
  border-radius: 5px;
  border: none;
  width: 450px;
  max-width: 45vw;
  min-height: 50px;
  color: rgb(114, 28, 36);
  box-shadow: rgb(136, 136, 136) 2.5px 2.5px 1px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin: 5px 5px 0px 0px;
  padding: 0;
}
[data-notify="container"][class*="alert-justiceclock-"] > .bootcontainerror {
  width: 50px;
  min-width: 50px;
  background-color: rgb(114, 28, 36);
  position: relative;
  display: block;
  text-align: center;
  justify-content: center;
}
[data-notify="container"][class*="alert-justiceclock-"] > .bootcontainerror > [data-notify="icon"] {
  width: 70%;
  min-width: 70%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-notify="container"][class*="alert-justiceclock-"] > [class*="container2"] {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}
[data-notify="container"][class*="alert-justiceclock-"] > [class*="container2"] > [data-notify="title"] {
  font-size: 1.6em; 
  font-weight: bold;
  margin: 10px 5px 0px 10px;
}
[data-notify="container"][class*="alert-justiceclock-"] > [class*="container2"] > [data-notify="message"] {
  font-size: 1.2em; 
  margin: 0px 5px 10px 10px; 
  align-items: stretch;
}
[data-notify="container"][class*="alert-justiceclock-"] > [class*="container2"] > [data-notify="dismiss"]{
  color: rgb(238, 238, 238);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 0px;
  width: 40px; 
  background-color: transparent;
  margin: 0px;
  padding: 10px;
  border: none;
  cursor: pointer;
  outline: 0px !important;
}