.chat-item {
    border-radius: 3px;
}
.chat-item:nth-child(odd) {
    background-color: grey;
}
.chat-item:nth-child(even) {
    background-color: white;
}
.reg-error {
   background: red;
   color: white;
   border-radius: 15px;
}
.reg-success {
   background: blue;
   color: white;
   border-radius: 15px;
}
.corner-top-left {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 5px 2px 2px 5px;
  border-top-left-radius: 20px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.corner-top-right {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 5px 5px 2px 2px;
  border-top-right-radius: 20px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.middle-top {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 5px 2px 2px 2px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.corner-bottom-left {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 2px 5px 5px;
  border-bottom-left-radius: 20px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.corner-bottom-right {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 5px 5px 2px;
  border-bottom-right-radius: 20px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.middle-bottom {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 2px 5px 2px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.middle-left {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 2px 2px 5px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.middle-right {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 5px 2px 2px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.middle-middle {
  background-color: #095693;
  border-color: #70A8DC;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  min-width: 25px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
}
.white-text {
  font-size: 60%;
  color: white;
}
.menu-item
{
    font-family: "Raleway", Sans-serif;
    font-size: 21px;
    font-weight: 700;
}
.company-primary {
    background-color: #095693;
}
.company-secondary {
    background-color: #70A8DC;
}
.my-box {
    border-radius: 0.25rem;
    border-width: 1px;
    border: solid #dee2e6;
    position: relative;
    margin: 1rem;
    padding-top: 15px;
    padding-bottom:  15px;
}
a {
    font-family: "Raleway", Sans-serif;
}
span {
    font-family: "Raleway", Sans-serif;
}
p {
    font-family: "Raleway", Sans-serif;
}
.dialog {
    width: 420px;
    left: 40%;
}
@media only screen and (min-width: 1024px) {
  .desktop-width {
    width: 1900px;
  }
}
@media only screen and (max-width: 768px) {
    .dialog {
        width: 99%;
        left: 0%;
    }
    .mobile-body {
      width: 1075px;
    }
}
