@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

* {
  font-family: 'Montserrat', sans-serif;
}

._styles-module__bg-red__2a97v {
  background-color: crimson;
}

._styles-module__bg-white__mra1C {
  background-color: white;
}

._styles-module__container-wrapper__13dNw {
  width: 250px;
  height: 100vh;
  background-color: deepskyblue;
  color: white;
 
  text-align: center;
  transition: all .3s ease-in-out;
}

._styles-module__pos-left__17SmE {
  position: fixed;
  left: 0;
  top: 0;
}

._styles-module__pos-right__1NTmL {

}

._styles-module__item__VrCvP {
  width: 95%;
  padding: 10px 0;
  padding-left: 12px;
  background-color: deepskyblue;
  cursor: pointer;
  text-align: left;
}

._styles-module__item__VrCvP:hover {
  background-color: #0377DA;
  padding: 14px 0;
  padding-left: 12px;
  transition: all .3s ease-in-out;
}

._styles-module__icon__2Vept {
  padding-right: 10px;
  display: inline-block;
  width: 20%;
  font-size: 15px;
}

._styles-module__bg-blue__26ojv {
  background-color: #3960D0;
  color: white;
}

._styles-module__blue-hover__2nNpb:hover {
  background-color: #609BEB;
  color: white;
}

._styles-module__bg-light__36YqV {
  background-color: #FFFEFF;
  color: black;
}

._styles-module__light-hover__8tJF8:hover {
  background-color: #F6F6F6;
}

._styles-module__bg-black__2Ll57 {
  background-color: #1c1e2a;
  color: white;
}

._styles-module__black-hover__3HbC6:hover {
  background-color: #2C2F3E;
  color: white;
}

._styles-module__dropdown-item__GubVm {
  text-align: left;
  cursor: pointer;
}

._styles-module__mx-1__3ow2- {
  margin: 0 1em;
}

._styles-module__d-none__2fnX0 {
  display: none;
}

._styles-module__d-block__-s3Rh {
  display: block;
  position: relative;
}

._styles-module__logo-image__3qnVN {
  width: 100px;
  margin-top: 1em;
}

._styles-module__toggler__2_oI1 {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
}

._styles-module__collapsed__2Q5t5 {
  width: 85px;
}

input {
  padding: 12px 20px;
  margin: 15px 0;
  box-sizing: border-box;
}

._styles-module__pos-left__17SmE {
  left: 0;
}

._styles-module__pos-right__1NTmL {
  right: 0;
}

._styles-module__bg-peach__1vjRi {
  background-color: #FD7E65;
  color: white;
}

._styles-module__bg-peach-hover__2PHvo:hover {
  background-color: #FD9768;
}

._styles-module__bg-purple__1tllo {
  background-color: #A771E4;
  color: white;
}

._styles-module__bg-purple-hover__lbp0_:hover {
  background-color: #E26FCF;
}

._styles-module__bg-aqua__2maJj {
  background-color: #1DA4F4;
  color: white;
}

._styles-module__bg-aqua-hover__1NfpZ:hover {
  background-color: #16BCDE;
}
._styles-module__float-right__2TMpC {
  float: right;
}
