@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap);
:root {
  --primary-theme: #3c7bf6;
  --secondary-theme: #1e52b9;
  --ds_side_panel_color: #3c7bf6;
  --ds_side_tab_active_color: #fff;
  --ds_panel_heading_color: #fff;
  --ds_header_color: #fff;
  --ds_graph_fill_color: #fff;
  --ds_graph_label_color: #fff;
  --rating_color: #000;
  --white-color: #fff;
  --black-color: #000;
  --page-bg-color: #fff;
  --border-color: #dcdcdc;
}
body {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
.cursor-hand {
  cursor: pointer !important;
}
.d-flex {
  display: flex !important;
}
.flex-column {
  flex-direction: column !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.modal-open {
  overflow: hidden;
}
.required {
  color: red;
}
.fb-btn {
  background-color: #0075d9;
  margin-right: 10px;
}
.fb-btn,
.google-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 0 30px;
  cursor: pointer;
  height: 46px;
  outline: none;
  width: 45%;
  border: none;
  display: flex;
  justify-content: center;
  height: 48px;
  align-items: center;
}
.google-btn {
  background-color: #ff2925;
}
.google-img {
  height: 38px;
  width: 38px;
}
.fb-img {
  height: 26px;
  width: 26px;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border-radius: 22px !important;
  border: 2px solid #16449b !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.input {
  display: flex;
  flex-direction: column;
}
.input:disabled {
  cursor: no-drop;
}
.input__title {
  display: flex;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 600;
}
.input__errormsg {
  font-size: 14px;
  color: red;
  text-align: left;
  font-weight: 400;
}
.input__icon {
  padding: 15px;
  border: 1px solid #ccc;
  border-right: none;
}
.input__box {
  border: 1px solid #ccc;
  width: 100%;
  font-weight: 500;
  height: 46px;
  border-radius: 10px;
  padding-left: 5%;
  color: #7c7799;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.input__box:focus {
  border-color: #1394ff;
  outline-offset: 0;
  outline: 0;
  box-shadow: none;
}
.input__box::-webkit-input-placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__box:-ms-input-placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__box::placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__box-error {
  border: 1px solid #d9534f;
  width: 100%;
  font-weight: 500;
  height: 46px;
  border-radius: 10px;
  padding-left: 5%;
  color: #7c7799;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.input__box-error:focus {
  border-color: #d9534f;
  outline-offset: 0;
  outline: 0;
  box-shadow: none;
}
.input__box-error::-webkit-input-placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__box-error:-ms-input-placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__box-error::placeholder {
  opacity: 0.8;
  color: #7c7799;
}
.input__cross {
  position: absolute;
  right: 0.75rem;
  align-self: center;
  z-index: 1;
}
.input__box-container {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}
input:disabled {
  cursor: no-drop;
}
@media only screen and (max-width: 375px) {
  .input {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .input:disabled {
    cursor: no-drop;
  }
  .input__title {
    display: flex;
    max-width: 100%;
    font-weight: 500;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-weight: 600;
  }
  .input__errormsg {
    font-size: 12px;
    color: red;
    text-align: left;
    font-weight: 400;
  }
  .input__icon {
    padding: 15px;
    border: 1px solid #ccc;
    border-right: none;
  }
  .input__box {
    border: 1px solid #ccc;
    width: 100%;
    font-weight: 500;
    height: 30px;
    border-radius: 10px;
    padding-left: 5%;
    color: #7c7799;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }
  .input__box:focus {
    border-color: #1394ff;
    outline-offset: 0;
    outline: 0;
    box-shadow: none;
  }
  .input__box::-webkit-input-placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__box:-ms-input-placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__box::placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__box-error {
    border: 1px solid #d9534f;
    width: 100%;
    font-weight: 500;
    height: 46px;
    border-radius: 10px;
    padding-left: 5%;
    color: #7c7799;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
  }
  .input__box-error:focus {
    border-color: #d9534f;
    outline-offset: 0;
    outline: 0;
    box-shadow: none;
  }
  .input__box-error::-webkit-input-placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__box-error:-ms-input-placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__box-error::placeholder {
    opacity: 0.8;
    color: #7c7799;
  }
  .input__cross {
    position: absolute;
    right: 0.75rem;
    align-self: center;
    z-index: 1;
  }
  .input__box-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 10px;
  }
  input:disabled {
    cursor: no-drop;
  }
}
.phone {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4px;
}
.phone__input {
  font-size: 15px;
  line-height: 23px;
  height: 51px;
  border: 1px solid #ccc;
  width: 100%;
  padding-left: 2%;
  background: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-weight: 400;
}
.phone__input:hover:enabled {
  border-color: #000;
}
.phone__input:focus {
  border-color: #3c7bf6;
  outline-offset: 0;
  outline: 0;
  box-shadow: none;
  border-width: 2px;
}
.phone__input::-webkit-input-placeholder {
  opacity: 0.8;
  font-size: medium;
  color: #505050;
}
.phone__input:-ms-input-placeholder {
  opacity: 0.8;
  font-size: medium;
  color: #505050;
}
.phone__input::placeholder {
  opacity: 0.8;
  font-size: medium;
  color: #505050;
}
.phone__input-error {
  height: 46px;
  border: 1px solid #d9534f;
  width: 100%;
  padding-left: 2%;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
}
.phone__input-error:focus {
  border-color: #d9534f;
  outline-offset: 0;
  outline: 0;
  box-shadow: none;
}
.phone__input-error::-webkit-input-placeholder {
  opacity: 0.8;
}
.phone__input-error:-ms-input-placeholder {
  opacity: 0.8;
}
.phone__input-error::placeholder {
  opacity: 0.8;
}
.phone__input-wrapper {
  display: flex;
  width: 100%;
}
.phone__dropdown-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 23px;
  cursor: pointer;
  outline: none;
  border: 1px solid #ccc;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.phone__errormsg {
  font-size: 14px;
  color: red;
  text-align: left;
  padding: 2px;
  font-weight: 400;
}
.phone__cross {
  position: absolute;
  right: 0.75rem;
  align-self: center;
  z-index: 1;
}
.phone__title {
  display: flex;
  max-width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-weight: 600;
}
.phone__wrapper {
  display: flex;
  position: relative;
}
.phone__dropdown {
  position: absolute;
  background-color: #f9f9f9;
  width: 300px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 411;
  overflow-y: auto;
  max-height: 200px;
  margin-left: 10px;
  margin-top: 60px;
  overflow-x: hidden;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
.phone__country-content {
  position: relative;
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: start;
}
.phone__country-content:hover {
  cursor: pointer;
  background-color: #d3d3d3;
}
.phone__country-content:first-child {
  border-top: none;
}
.phone__country-name {
  margin-left: 6px;
}
.phone__country-code {
  color: #999;
  margin-left: 10px;
}
.active {
  background-color: #d3d3d3;
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  cursor: pointer;
}
::-webkit-scrollbar-track {
  background: transparent;
}
.flag {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 11px;
  background: url(/static/media/flags.3c4ef45a.png) no-repeat;
  cursor: pointer;
}
.flag.flag-gu {
  background-position: -96px -55px;
}
.flag.flag-mn {
  background-position: -208px -88px;
}
.flag.flag-va {
  background-position: -48px -154px;
}
.flag.flag-tibet {
  background-position: -32px -143px;
}
.flag.flag-fo {
  background-position: -64px -44px;
}
.flag.flag-th {
  background-position: -16px -143px;
}
.flag.flag-tr {
  background-position: -144px -143px;
}
.flag.flag-tl {
  background-position: -80px -143px;
}
.flag.flag-kz {
  background-position: -144px -77px;
}
.flag.flag-zm {
  background-position: -16px -165px;
}
.flag.flag-uz {
  background-position: -32px -154px;
}
.flag.flag-dk {
  background-position: -64px -33px;
}
.flag.flag-scotland {
  background-position: -176px -121px;
}
.flag.flag-gi {
  background-position: -224px -44px;
}
.flag.flag-gy {
  background-position: -128px -55px;
}
.flag.flag-bj {
  background-position: -112px -11px;
}
.flag.flag-fr {
  background-position: -80px -44px;
}
.flag.flag-mo {
  background-position: -224px -88px;
}
.flag.flag-ir {
  background-position: -112px -66px;
}
.flag.flag-io {
  background-position: -80px -66px;
}
.flag.flag-tm {
  background-position: -96px -143px;
}
.flag.flag-ch {
  background-position: -96px -22px;
}
.flag.flag-mt {
  background-position: -32px -99px;
}
.flag.flag-nl {
  background-position: -240px -99px;
}
.flag.flag-gp {
  background-position: -16px -55px;
}
.flag.flag-im {
  background-position: -48px -66px;
}
.flag.flag-tv {
  background-position: -176px -143px;
}
.flag.flag-mu {
  background-position: -48px -99px;
}
.flag.flag-pe {
  background-position: -96px -110px;
}
.flag.flag-vi {
  background-position: -112px -154px;
}
.flag.flag-hn {
  background-position: -176px -55px;
}
.flag.flag-ss {
  background-position: -128px -132px;
}
.flag.flag-ae {
  background-position: -16px 0;
}
.flag.flag-td {
  background-position: -240px -132px;
}
.flag.flag-pw {
  background-position: 0 -121px;
}
.flag.flag-nu {
  background-position: -32px -110px;
}
.flag.flag-bt {
  background-position: -208px -11px;
}
.flag.flag-ms {
  background-position: -16px -99px;
}
.flag.flag-cv {
  background-position: -240px -22px;
}
.flag.flag-es {
  background-position: -224px -33px;
}
.flag.flag-mh {
  background-position: -144px -88px;
}
.flag.flag-la {
  background-position: -160px -77px;
}
.flag.flag-vn {
  background-position: -128px -154px;
}
.flag.flag-py {
  background-position: -16px -121px;
}
.flag.flag-br {
  background-position: -176px -11px;
}
.flag.flag-ye {
  background-position: -224px -154px;
}
.flag.flag-ie {
  background-position: 0 -66px;
}
.flag.flag-gh {
  background-position: -208px -44px;
}
.flag.flag-cg {
  background-position: -80px -22px;
}
.flag.flag-cu {
  background-position: -224px -22px;
}
.flag.flag-hu {
  background-position: -224px -55px;
}
.flag.flag-sg {
  background-position: -224px -121px;
}
.flag.flag-at {
  background-position: -176px 0;
}
.flag.flag-lk {
  background-position: -224px -77px;
}
.flag.flag-vu {
  background-position: -144px -154px;
}
.flag.flag-bo {
  background-position: -160px -11px;
}
.flag.flag-jo {
  background-position: -208px -66px;
}
.flag.flag-er {
  background-position: -208px -33px;
}
.flag.flag-za {
  background-position: -256px -154px;
}
.flag.flag-rs {
  background-position: -80px -121px;
}
.flag.flag-nr {
  background-position: -16px -110px;
}
.flag.flag-ls {
  background-position: -256px -77px;
}
.flag.flag-jm {
  background-position: -192px -66px;
}
.flag.flag-tz {
  background-position: -208px -143px;
}
.flag.flag-ki {
  background-position: -16px -77px;
}
.flag.flag-sj {
  background-position: 0 -132px;
}
.flag.flag-cz {
  background-position: -16px -33px;
}
.flag.flag-pg {
  background-position: -128px -110px;
}
.flag.flag-lv {
  background-position: -32px -88px;
}
.flag.flag-do {
  background-position: -96px -33px;
}
.flag.flag-lu {
  background-position: -16px -88px;
}
.flag.flag-no {
  background-position: -256px -99px;
}
.flag.flag-kw {
  background-position: -112px -77px;
}
.flag.flag-mx {
  background-position: -96px -99px;
}
.flag.flag-yt {
  background-position: -240px -154px;
}
.flag.flag-ly {
  background-position: -48px -88px;
}
.flag.flag-cy {
  background-position: 0 -33px;
}
.flag.flag-ph {
  background-position: -144px -110px;
}
.flag.flag-my {
  background-position: -112px -99px;
}
.flag.flag-sm {
  background-position: -48px -132px;
}
.flag.flag-et {
  background-position: -240px -33px;
}
.flag.flag-ru {
  background-position: -96px -121px;
}
.flag.flag-tj {
  background-position: -48px -143px;
}
.flag.flag-ai {
  background-position: -64px 0;
}
.flag.flag-pl {
  background-position: -176px -110px;
}
.flag.flag-kp {
  background-position: -64px -77px;
}
.flag.flag-uy {
  background-position: -16px -154px;
}
.flag.flag-gb {
  background-position: -112px -44px;
}
.flag.flag-gs {
  background-position: -64px -55px;
}
.flag.flag-kurdistan {
  background-position: -96px -77px;
}
.flag.flag-rw {
  background-position: -112px -121px;
}
.flag.flag-ec {
  background-position: -128px -33px;
}
.flag.flag-mm {
  background-position: -192px -88px;
}
.flag.flag-pa {
  background-position: -80px -110px;
}
.flag.flag-wales {
  background-position: -160px -154px;
}
.flag.flag-kg {
  background-position: -256px -66px;
}
.flag.flag-ve {
  background-position: -80px -154px;
}
.flag.flag-tk {
  background-position: -64px -143px;
}
.flag.flag-ca {
  background-position: -16px -22px;
}
.flag.flag-is {
  background-position: -128px -66px;
}
.flag.flag-ke {
  background-position: -240px -66px;
}
.flag.flag-ro {
  background-position: -64px -121px;
}
.flag.flag-gq {
  background-position: -32px -55px;
}
.flag.flag-pt {
  background-position: -256px -110px;
}
.flag.flag-tf {
  background-position: -256px -132px;
}
.flag.flag-ad {
  background-position: 0 0;
}
.flag.flag-sk {
  background-position: -16px -132px;
}
.flag.flag-pm {
  background-position: -192px -110px;
}
.flag.flag-om {
  background-position: -64px -110px;
}
.flag.flag-an {
  background-position: -112px 0;
}
.flag.flag-ws {
  background-position: -192px -154px;
}
.flag.flag-sh {
  background-position: -240px -121px;
}
.flag.flag-mp {
  background-position: -240px -88px;
}
.flag.flag-gt {
  background-position: -80px -55px;
}
.flag.flag-cf {
  background-position: -64px -22px;
}
.flag.flag-zanzibar {
  background-position: 0 -165px;
}
.flag.flag-mw {
  background-position: -80px -99px;
}
.flag.flag-catalonia {
  background-position: -32px -22px;
}
.flag.flag-ug {
  background-position: -240px -143px;
}
.flag.flag-je {
  background-position: -176px -66px;
}
.flag.flag-km {
  background-position: -32px -77px;
}
.flag.flag-in {
  background-position: -64px -66px;
}
.flag.flag-bf {
  background-position: -48px -11px;
}
.flag.flag-mc {
  background-position: -80px -88px;
}
.flag.flag-sy {
  background-position: -192px -132px;
}
.flag.flag-sn {
  background-position: -64px -132px;
}
.flag.flag-kr {
  background-position: -80px -77px;
}
.flag.flag-eu {
  background-position: -256px -33px;
}
.flag.flag-bn {
  background-position: -144px -11px;
}
.flag.flag-st {
  background-position: -144px -132px;
}
.flag.flag-england {
  background-position: -192px -33px;
}
.flag.flag-lc {
  background-position: -192px -77px;
}
.flag.flag-dm {
  background-position: -80px -33px;
}
.flag.flag-be {
  background-position: -32px -11px;
}
.flag.flag-ni {
  background-position: -224px -99px;
}
.flag.flag-ua {
  background-position: -224px -143px;
}
.flag.flag-mz {
  background-position: -128px -99px;
}
.flag.flag-pf {
  background-position: -112px -110px;
}
.flag.flag-tn {
  background-position: -112px -143px;
}
.flag.flag-ee {
  background-position: -144px -33px;
}
.flag.flag-xk {
  background-position: -208px -154px;
}
.flag.flag-sx {
  background-position: -176px -132px;
}
.flag.flag-sd {
  background-position: -192px -121px;
}
.flag.flag-gd {
  background-position: -128px -44px;
}
.flag.flag-ci {
  background-position: -112px -22px;
}
.flag.flag-sz {
  background-position: -208px -132px;
}
.flag.flag-cl {
  background-position: -144px -22px;
}
.flag.flag-fi {
  background-position: 0 -44px;
}
.flag.flag-ga {
  background-position: -96px -44px;
}
.flag.flag-jp {
  background-position: -224px -66px;
}
.flag.flag-de {
  background-position: -32px -33px;
}
.flag.flag-np {
  background-position: 0 -110px;
}
.flag.flag-re {
  background-position: -48px -121px;
}
.flag.flag-bg {
  background-position: -64px -11px;
}
.flag.flag-sc {
  background-position: -160px -121px;
}
.flag.flag-ng {
  background-position: -208px -99px;
}
.flag.flag-qa {
  background-position: -32px -121px;
}
.flag.flag-mk {
  background-position: -160px -88px;
}
.flag.flag-aw {
  background-position: -208px 0;
}
.flag.flag-kn {
  background-position: -48px -77px;
}
.flag.flag-al {
  background-position: -80px 0;
}
.flag.flag-bw {
  background-position: -240px -11px;
}
.flag.flag-um {
  background-position: -256px -143px;
}
.flag.flag-ky {
  background-position: -128px -77px;
}
.flag.flag-tt {
  background-position: -160px -143px;
}
.flag.flag-so {
  background-position: -80px -132px;
}
.flag.flag-lt {
  background-position: 0 -88px;
}
.flag.flag-by {
  background-position: -256px -11px;
}
.flag.flag-bb {
  background-position: 0 -11px;
}
.flag.flag-us {
  background-position: 0 -154px;
}
.flag.flag-md {
  background-position: -96px -88px;
}
.flag.flag-ag {
  background-position: -48px 0;
}
.flag.flag-hm {
  background-position: -160px -55px;
}
.flag.flag-as {
  background-position: -160px 0;
}
.flag.flag-eg {
  background-position: -160px -33px;
}
.flag.flag-sv {
  background-position: -160px -132px;
}
.flag.flag-sl {
  background-position: -32px -132px;
}
.flag.flag-fk {
  background-position: -32px -44px;
}
.flag.flag-am {
  background-position: -96px 0;
}
.flag.flag-ck {
  background-position: -128px -22px;
}
.flag.flag-tw {
  background-position: -192px -143px;
}
.flag.flag-kh {
  background-position: 0 -77px;
}
.flag.flag-to {
  background-position: -128px -143px;
}
.flag.flag-se {
  background-position: -208px -121px;
}
.flag.flag-cd {
  background-position: -48px -22px;
}
.flag.flag-pn {
  background-position: -208px -110px;
}
.flag.flag-gr {
  background-position: -48px -55px;
}
.flag.flag-id {
  background-position: -256px -55px;
}
.flag.flag-vc {
  background-position: -64px -154px;
}
.flag.flag-somaliland {
  background-position: -96px -132px;
}
.flag.flag-bi {
  background-position: -96px -11px;
}
.flag.flag-pk {
  background-position: -160px -110px;
}
.flag.flag-pr {
  background-position: -224px -110px;
}
.flag.flag-bd {
  background-position: -16px -11px;
}
.flag.flag-co {
  background-position: -192px -22px;
}
.flag.flag-fm {
  background-position: -48px -44px;
}
.flag.flag-bm {
  background-position: -128px -11px;
}
.flag.flag-ar {
  background-position: -144px 0;
}
.flag.flag-bv {
  background-position: -224px -11px;
}
.flag.flag-sb {
  background-position: -144px -121px;
}
.flag.flag-mq {
  background-position: -256px -88px;
}
.flag.flag-eh {
  background-position: -176px -33px;
}
.flag.flag-bh {
  background-position: -80px -11px;
}
.flag.flag-it {
  background-position: -144px -66px;
}
.flag.flag-hr {
  background-position: -192px -55px;
}
.flag.flag-sa {
  background-position: -128px -121px;
}
.flag.flag-mv {
  background-position: -64px -99px;
}
.flag.flag-mg {
  background-position: -128px -88px;
}
.flag.flag-dz {
  background-position: -112px -33px;
}
.flag.flag-gg {
  background-position: -192px -44px;
}
.flag.flag-gm {
  background-position: -256px -44px;
}
.flag.flag-af {
  background-position: -32px 0;
}
.flag.flag-li {
  background-position: -208px -77px;
}
.flag.flag-sr {
  background-position: -112px -132px;
}
.flag.flag-vg {
  background-position: -96px -154px;
}
.flag.flag-cr {
  background-position: -208px -22px;
}
.flag.flag-tc {
  background-position: -224px -132px;
}
.flag.flag-ao {
  background-position: -128px 0;
}
.flag.flag-ma {
  background-position: -64px -88px;
}
.flag.flag-mr {
  background-position: 0 -99px;
}
.flag.flag-gn {
  background-position: 0 -55px;
}
.flag.flag-ne {
  background-position: -176px -99px;
}
.flag.flag-nf {
  background-position: -192px -99px;
}
.flag.flag-wf {
  background-position: -176px -154px;
}
.flag.flag-hk {
  background-position: -144px -55px;
}
.flag.flag-gf {
  background-position: -160px -44px;
}
.flag.flag-ps {
  background-position: -240px -110px;
}
.flag.flag-ic {
  background-position: -240px -55px;
}
.flag.flag-cw {
  background-position: -256px -22px;
}
.flag.flag-ml {
  background-position: -176px -88px;
}
.flag.flag-ax {
  background-position: -224px 0;
}
.flag.flag-gl {
  background-position: -240px -44px;
}
.flag.flag-dj {
  background-position: -48px -33px;
}
.flag.flag-cn {
  background-position: -176px -22px;
}
.flag.flag-ht {
  background-position: -208px -55px;
}
.flag.flag-lr {
  background-position: -240px -77px;
}
.flag.flag-tg {
  background-position: 0 -143px;
}
.flag.flag-ba {
  background-position: -256px 0;
}
.flag.flag-ge {
  background-position: -144px -44px;
}
.flag.flag-bz {
  background-position: 0 -22px;
}
.flag.flag-au {
  background-position: -192px 0;
}
.flag.flag-iq {
  background-position: -96px -66px;
}
.flag.flag-cm {
  background-position: -160px -22px;
}
.flag.flag-gw {
  background-position: -112px -55px;
}
.flag.flag-az {
  background-position: -240px 0;
}
.flag.flag-na {
  background-position: -144px -99px;
}
.flag.flag-fj {
  background-position: -16px -44px;
}
.flag.flag-zw {
  background-position: -32px -165px;
}
.flag.flag-bs {
  background-position: -192px -11px;
}
.flag.flag-il {
  background-position: -16px -66px;
}
.flag.flag-nz {
  background-position: -48px -110px;
}
.flag.flag-me {
  background-position: -112px -88px;
}
.flag.flag-si {
  background-position: -256px -121px;
}
.flag.flag-nc {
  background-position: -160px -99px;
}
.flag.flag-lb {
  background-position: -176px -77px;
}
@media only screen and (max-width: 375px) {
  .phone {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .phone__input {
    font-size: 15px;
    line-height: 23px;
    height: 51px;
    border: 1px solid #ccc;
    width: 100%;
    padding-left: 2%;
    background: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 400;
  }
  .phone__input:hover:enabled {
    border-color: #000;
  }
  .phone__input:focus {
    border-color: #3c7bf6;
    outline-offset: 0;
    outline: 0;
    box-shadow: none;
    border-width: 2px;
  }
  .phone__input::-webkit-input-placeholder {
    opacity: 0.8;
    font-size: medium;
    color: #505050;
  }
  .phone__input:-ms-input-placeholder {
    opacity: 0.8;
    font-size: medium;
    color: #505050;
  }
  .phone__input::placeholder {
    opacity: 0.8;
    font-size: medium;
    color: #505050;
  }
}
.autocomplete-location {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 1;
  z-index: 401;
}
.autocomplete-location__loading-gif {
  width: 25px;
  height: 25px;
}
.autocomplete-location__target-value {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 14px;
  word-break: keep-all;
  padding-bottom: 2px;
}
.autocomplete-location__container {
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
}
.autocomplete-location__field {
  display: flex;
  width: 100%;
  border-radius: 5px;
}
.autocomplete-location__field .input {
  width: 100%;
}
.autocomplete-location__field__plain-input {
  border: none;
  margin-top: 4px;
  font-size: 14px;
  width: calc(100% - 40px);
  background: none;
  color: #fff;
  outline: none;
}
.autocomplete-location__show-map-icon {
  width: 1.5vw;
  margin-left: 10px;
  margin-right: 10px;
  align-self: start;
}
.autocomplete-location__errormsg {
  margin-top: 2px;
  font-size: 12px;
  color: red;
}
.autocomplete-location__input {
  padding: 0.7rem;
  font-size: 1rem;
  width: 100%;
  outline: none;
  border-style: none;
  min-width: 30px;
  margin-left: 1.5vw;
  z-index: 10;
}
.autocomplete-location__box {
  list-style: none;
  background-color: #fff;
  padding-left: 0;
  margin-top: 0;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 400;
}
.autocomplete-location__box li {
  display: flex;
  align-items: center;
  padding: 0.4rem;
  color: #000;
  text-align: left;
  cursor: pointer;
}
.autocomplete-location__box li:hover {
  background-color: #f2f2f2;
}
.autocomplete-location__box li img {
  height: 16px;
  width: 16px;
  margin: 0.5rem;
  min-height: 16px;
  min-width: 16px;
}
.autocomplete-location__box .active {
  background-color: #f2f2f2;
}
.autocomplete-location__btn {
  display: flex;
  background-color: transparent;
  color: #fff;
  outline: none;
  align-items: center;
  border: 0.5px solid #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  cursor: pointer;
}
@media screen and (max-width: 527px) {
  .autocomplete-location__target-value {
    display: none;
  }
}
.autocomplete-location__field__plain-input::-webkit-input-placeholder {
  color: #fff;
}
.autocomplete-location__field__plain-input:-ms-input-placeholder {
  color: #fff;
}
.autocomplete-location__field__plain-input::placeholder {
  color: #fff;
}
@media only screen and (max-width: 375px) {
  .autocomplete-location {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 1;
    z-index: 401;
  }
  .autocomplete-location__field {
    display: flex;
    width: 100%;
    border-radius: 5px;
  }
}
.modal {
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}
.modal,
.modal__container {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.modal__body {
  background: transparent;
}
.modal-anim-enter {
  opacity: 0;
  transform: translateY(-100%);
}
.modal-anim-enter-active {
  transition: opacity 0.5s, transform 0.5s;
}
.modal-anim-enter-active,
.modal-anim-exit {
  opacity: 1;
  transform: translateY(0);
}
.modal-anim-exit-active {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s ease-in-out;
}
@media (max-width: 575px) {
  .modal__body {
    width: 90% !important;
  }
}
@media (min-width: 576px) and (max-width: 1024px) {
  .modal__body {
    width: 80% !important;
  }
}
.backdrop_backdrop__BoU-m {
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 1;
}
.dropdown {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #e4e4ed;
  overflow: auto;
  text-align: left;
  animation: grow-bottom 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  z-index: 9999999 !important;
}
.dropdown a {
  transform-origin: top left;
  color: inherit !important;
  text-decoration: none;
  font-size: 15px;
  animation: grow-bottom 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
.dropdown__option {
  height: 40px;
  padding: 4px 14px;
  text-overflow: ellipsis;
}
.dropdown__option:hover {
  background-color: var(--app-color-highlight);
}
.dropdown__padding {
  padding: 9px 0;
}
@keyframes grow-bottom {
  0% {
    transform: scaleY(0) scaleX(0);
  }
  to {
    transform: scaleY(1) scaleX(1);
  }
}
.MuiInputLabel-outlined {
  background-color: #fff;
}
.MuiPopover-paper {
  max-width: 500px;
}
.textExceed {
  text-overflow: ellipsis;
  overflow: hidden;
}
.EditProfile {
  width: 100%;
}
.EditProfile__page-title {
  background-color: #eff2f7;
  padding: 13px 20px 13px 40px;
}
.EditProfile__profile-picture-container img {
  border-radius: 100px;
  width: 166px;
  margin-left: 120px;
  max-width: 166px;
  max-height: 166px;
  min-height: 166px;
  min-width: 166px;
  margin-bottom: 15px;
}
.EditProfile__profile-picture-container__upload-input {
  display: none;
  margin-left: 120px;
}
.EditProfile__profile-picture-container__camera {
  position: absolute;
  margin-left: 120px;
  width: 166px;
  height: 166px;
  background: #484848;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  opacity: 0.6;
}
.EditProfile__transportIcons-container__transport-icon {
  border: 2px solid #edeeef;
  border-radius: 4px;
  padding: 21px;
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  position: relative;
}
.EditProfile__transportIcons-container__transport-icon__selected {
  border: 2px solid var(--primary-theme);
}
.EditProfile__transportIcons-container__transport-icon:not(:first-child) {
  margin-left: 10px;
}
.EditProfile__chips__tagInputField {
  margin-top: 0;
  margin-bottom: 10px;
}
.PageHeading_PageTitleContainer__ATAKI {
  padding: 13px 20px;
  font-size: 24px;
  font-weight: 700;
}
.Profile {
  width: 100%;
  margin-left: 5%;
  margin-top: 2%;
}
.Profile__page-heading {
  font-size: 22px;
  font-weight: 700;
  margin: 1rem 0;
}
.Profile__page-content__changeInfo {
  margin: 1.5rem 0;
}
.Profile__page-content__container-margin {
  margin-top: 20px;
}
.Profile__container {
  width: 50%;
}
.Profile__picture-container img {
  border-radius: 100px;
  width: 166px;
  max-width: 166px;
  max-height: 166px;
  min-height: 166px;
  min-width: 166px;
  margin-bottom: 15px;
}
.Profile__picture-container__camera {
  position: absolute;
  width: 166px;
  height: 166px;
  background: #484848;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  opacity: 0.6;
}
.Profile__picture-container__upload {
  display: none;
  margin-left: 120px;
}
.rdt_TableHead {
  border: 1px solid #e9edf0;
}
.rdt_TableCol {
  color: #868686 !important;
  font-size: 14px !important;
}
.rdt_TableCell {
  font-size: 14px;
  color: #000;
}
.supervisorDatatable .rdt_TableCell,
.teamDatatable .rdt_TableCell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.searchWord {
  margin: 20px;
}
.searchWord .MuiInputBase-inputTypeSearch {
  padding: 10px 15px;
}
.searchWord .MuiInputLabel-outlined {
  transform: translate(15px, 12px) scale(0.98);
}
.searchWord .MuiInputLabel-outlined.MuiInputLabel-shrink {
  transform: translate(14px, -6px) scale(0.75);
}
.searchWord .input__box-container {
  margin-bottom: 0;
}
.searchWord .MuiOutlinedInput-root {
  width: 300px;
  max-width: 100%;
}
.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.rdt_TableHeader {
  display: none !important;
}
.pageLoader {
  z-index: 9999;
  height: 100vh;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datatable .pageLoader {
  background-color: transparent !important;
}
body,
html {
  height: 100%;
  width: 100%;
  position: relative;
}
.primary-button {
  margin: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 0 30px;
  cursor: pointer;
  height: 46px;
  outline: none;
  background-color: var(--primary-theme);
  color: #fff;
  border: 1px solid var(--primary-theme);
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.primary-button:disabled {
  background-color: #ebeff7;
  color: var(--heading-text-1);
  opacity: 0.5;
  border: 1px solid #ebeff7;
  font-weight: 600;
  cursor: not-allowed;
}
.secondary-button {
  margin: 10px 7px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 0 30px;
  cursor: pointer;
  height: 46px;
  outline: none;
  background-color: #fff;
  color: var(--primary-theme);
  border: 1px solid var(--primary-theme);
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.secondary-button:disabled {
  background-color: #ebeff7;
  color: var(--heading-text-1);
  opacity: 0.5;
  border: 1px solid #ebeff7;
  font-weight: 500;
  cursor: not-allowed;
}
.primary-button:hover:enabled,
.secondary-button:hover:enabled {
  color: #fff;
  background-color: var(--secondary-theme);
  border: 1px solid var(--secondary-theme);
}
.back-default-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 0 30px;
  cursor: pointer;
  height: 46px;
  outline: none;
  color: var(--heading-text-1);
  background-color: #ebeff7;
  border: 1px solid #ebeff7;
  font-weight: 500;
  margin: 10px;
}
.back-default-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.disabled-button {
  cursor: not-allowed;
}
.app,
.app__outer {
  display: flex;
}
.app__outer {
  width: 100%;
  background-color: var(--page-bg-color) !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  overflow-x: hidden;
}
.slide-rl-enter {
  transform: translateX(100%);
  transition: transform 1s ease-in-out;
}
.slide-rl-enter-active {
  transform: translateX(0);
  transition: transform 1s ease-in-out;
}
.slide-rl-exit,
.slide-rl-exit-active {
  display: none;
}
.slide-lr-enter {
  transform: translateX(-100%);
  transition: transform 1s ease-in-out;
}
.slide-lr-enter-active {
  transform: translateX(0);
  transition: transform 1s ease-in-out;
}
.slide-lr-exit,
.slide-lr-exit-active {
  display: none;
}
.ant-select {
  width: calc(100% - 2rem);
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(124, 119, 153, 0.3);
  font-size: 15px;
  line-height: 23px;
  border-radius: 10px;
  color: #4b4279;
  font-weight: 400;
}
.ant-select-selector {
  width: 100%;
  height: 100%;
  border: none;
}
.ant-select-selector:focus {
  border: none;
}
.ant-select-multiple .ant-select-selector {
  width: 100%;
  height: 100%;
  border: none;
}
.ant-select-multiple .ant-select-selector:focus,
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector,
ant-select:not(.ant-select-disabled):hover {
  border: none;
}
.ant-select-arrow {
  top: 50%;
  right: 18px;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  color: #16449b;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .Sidemenu__outer {
    display: none;
  }
  .app__outer {
    width: 100%;
    margin: 0;
    overflow-x: hidden;
  }
}
.MuiOutlinedInput-root {
  border-radius: 10px !important;
}
@media screen and (max-width: 580px) {
  .secondary-button {
    padding: 0 15px;
    margin: 0;
    height: 35px;
  }
}
.Header_analytics-header__2K-CM {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
}
.Header_header__1v0yI {
  width: 100%;
  background-color: var(--ds_header_color);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  z-index: 2;
}
.Header_header__1v0yI .Header_pickerIcon__3B-cb {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Header_header__1v0yI .Header_datepicker__5BL2M {
  width: 100%;
  height: 30px;
}
.Header_header__1v0yI .Header_month-picker__4Y1ko {
  width: 3rem !important;
  display: inline-flex;
}
.Header_header__1v0yI .Header_registerBtn__VZz98 {
  margin-right: 1rem;
}
.Header_header__1v0yI .Header_transition-on-display__2tQlO {
  transition: height 0.3s linear, opacity 0.5s ease-in-out;
  overflow: hidden;
}
.Header_header__apps__2Ycal {
  display: block;
}
.Header_header__logo___qdaS {
  display: none;
}
.Header_header__image__1x8f2 {
  width: 250px;
  height: 80px;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header_header__image__image-cover__2XGJl {
  width: 169px;
  height: 60px;
  object-fit: contain;
}
.Header_header__flex__crv9y {
  display: flex;
  flex-direction: row;
  flex-grow: 0;
  height: 80px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.Header_header__flex__left-side__3daK8 {
  display: flex;
}
.Header_header__flex__item-spacing__1dAt8 {
  margin-left: 20px;
}
.Header_header__flex-buttons__PPAyi {
  flex-grow: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  order: 1;
  padding-left: calc(2rem - 10px);
}
.Header_header__flex-buttons__margin__3yDAj {
  margin-left: 1rem;
}
.Header_header__flex-buttons__button__30WEs {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  padding: 0 30px;
  cursor: pointer;
  height: 46px;
  outline: none;
  background-color: #fff;
  color: var(--primary-theme);
  border: 1px solid var(--primary-theme);
  font-weight: 500;
  margin: 5px;
}
.Header_header__flex-buttons__button__30WEs:hover:enabled {
  color: #fff;
  background-color: var(--secondary-theme);
  border: 1px solid var(--secondary-theme);
}
.Header_header__notification-corner__vtsW9 {
  flex: 20% 1;
  overflow: hidden;
  order: 2;
  margin-right: 3%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.Header_header__notification-corner__image__1qKfD {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.Header_header__notification-corner__image__image-cover__3BIXq {
  cursor: pointer;
  object-fit: cover;
}
.Header_header__notification-corner__profile-logo__1MCCS {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 4%;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid #16449b;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header_header__notification-corner__profile-logo__cover__1s3Iy {
  width: 60%;
  height: 60%;
  object-fit: cover;
  z-index: -1;
}
.Header_header__notification-corner__profile-logo__online__M1gX8 {
  position: absolute;
  margin-top: 30px;
  margin-right: 32px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #39dd84;
  z-index: 50;
}
.Header_header__logout-icon__2pwDM {
  margin-left: 10px;
  cursor: pointer;
}
.Header_header__1v0yI a {
  text-decoration: none;
}
@media screen and (max-width: 580px) {
  .Header_header__logo___qdaS {
    min-height: 25px !important;
  }
  .Header_header__image__1x8f2 {
    margin-left: 7px;
    width: 50px !important;
    background-color: #fff;
  }
  .Header_header__image__image-cover__2XGJl {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .Header_header__apps__2Ycal {
    display: none;
  }
  .Header_header__notification-corner__image__1qKfD {
    height: 30px;
  }
  .Header_header__notification-corner__image__image-cover__3BIXq {
    width: 30px;
    height: 30px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .Header_hide-button__3lvMq {
    display: none;
  }
  .Header_header__1v0yI {
    width: 100%;
    flex-grow: 1;
    justify-content: space-between;
  }
  .Header_header__image__1x8f2 {
    width: 196px;
    min-width: 0;
    background-color: #fff;
  }
  .Header_header__flex-buttons__PPAyi {
    padding: 0;
  }
  .Header_header__flex-buttons__margin__3yDAj {
    margin-left: 0;
  }
  .Header_header__flex__crv9y {
    flex-grow: 1;
  }
  .Header_header__logo___qdaS {
    display: block;
    order: 4;
    width: 40px;
    min-height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }
  .Header_header__flex-buttons__PPAyi {
    order: 3;
  }
  .Header_header__flex-buttons__button__30WEs {
    display: none;
  }
  .Header_header__notification-corner__vtsW9 {
    margin-right: 5px;
  }
  .Header_header__notification-corner__image__image-cover__3BIXq {
    margin: 0;
  }
  .Header_header__notification-corner__profile-logo__1MCCS,
  .Header_header__notification-corner__profile-logo__online__M1gX8 {
    display: none;
  }
}
.Header_dropdown-pre-icon__25LI3 {
  color: grey;
  padding: 0 0 10px;
}
.Header_dropdown-pre-icon__25LI3,
.HeaderDropdown_dropdown-pre-icon__1t7ry {
  margin-right: 10px;
  vertical-align: middle;
}
.HeaderSidebarWrapper_large-logo__28DGf {
  width: 200px;
  padding: 10px;
}
.Toast_toast-container__g1TFd {
  position: fixed;
  top: 15px;
  z-index: 1400;
  flex: 1 1;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.Toast_toast-container__toast__1gb3z {
  margin: 0.2rem;
  background-color: #f2dede;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__text__14IhE {
  margin: 0;
  color: #80282e;
}
.Toast_toast-container__success__1cIJi {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 100;
}
.Toast_toast-container__success-toast__3XKNT {
  margin: 0.2rem;
  background-color: #dff0d8;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__success-text__39RMQ {
  margin: 0;
  color: #006c32;
}
.Toast_toast-container-right__39TAL {
  position: fixed;
  bottom: 70px;
  z-index: 1400;
  flex: 1 1;
  display: flex;
  justify-content: flex-end !important;
  flex-direction: column;
  margin-left: 6px;
  margin-bottom: 20px;
  padding-top: 20px;
  right: 40px;
}
.Toast_toast-container-right__toast__1dUI- {
  margin: 0.2rem;
  background-color: #f2dede;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container-right__text__3Bo-_ {
  margin: 0;
  color: #80282e;
}
.Toast_toast-container__success-right__14yPn {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 100;
}
.Toast_toast-container__success-right-toast__8LE5D {
  margin: 0.2rem;
  background-color: #dff0d8;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__success-right-text__3t-uC {
  margin: 0;
  color: #006c32;
}
.Toast_toast-container__2nCil {
  position: fixed;
  top: 15px;
  z-index: 1400;
  flex: 1 1;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.Toast_toast-container__toast__3RaGF {
  margin: 0.2rem;
  background-color: #f2dede;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__text__2MQJi {
  margin: 0;
  color: #80282e;
}
.Toast_toast-container__success__3oCCT {
  position: fixed;
  top: 0;
  right: 20px;
  z-index: 100;
}
.Toast_toast-container__success-toast__182UA {
  margin: 0.2rem;
  background-color: #dff0d8;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__success-text__3unr9 {
  margin: 0;
  color: #006c32;
}
.Toast_toast-container-right__3NMv4 {
  position: fixed;
  bottom: 70px;
  z-index: 1400;
  flex: 1 1;
  display: flex;
  justify-content: flex-end !important;
  flex-direction: column;
  margin-left: 6px;
  margin-bottom: 20px;
  padding-top: 20px;
  right: 40px;
}
.Toast_toast-container-right__toast__zLhyD {
  margin: 0.2rem;
  background-color: #f2dede;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container-right__text__xuDPF {
  margin: 0;
  color: #80282e;
}
.Toast_toast-container__success-right__qlp7- {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 100;
}
.Toast_toast-container__success-right-toast__2MCaV {
  margin: 0.2rem;
  background-color: #dff0d8;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 4px 3px 0 rgba(60, 64, 67, 0.302),
    0 4px 8px 3px rgba(60, 64, 67, 0.149);
  padding: 0.8rem;
}
.Toast_toast-container__success-right-text__1noSP {
  margin: 0;
  color: #006c32;
}
/*# sourceMappingURL=main.e6fd0c23.chunk.css.map */
