body {
  margin: 0;
  background-color: #f6f7f8;
  font-family: "Inter", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  min-width: 320px;

  --height-header: 96px;
  --height-footer: 80px;
  --width-sidebar: 232px;
  --margin-top-content: 176px;
  --margin-left-content: 296px;
  --margin-right-content: 40px;
}


h1 {
  font-size: 61px;
  margin-bottom: 0;
  margin-block-start: 0;
}

h2 {
  font-size: 27px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-block-start: 0;
}

input {
  height: 36px;
  width: 336px;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  border-radius: 8px;
  border: solid 1px #d1d1d1;
  margin-bottom: 32px;
  padding: 4px 16px;
}

input:focus {
  border-color: #29abe2;
  outline: none;
}

input:hover {
cursor: pointer;
}

::placeholder {
  color: #d1d1d1;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.mt-48 {
  margin-top: 48px;
}

.ft-sz-16 {
  font-size: 16px !important;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.input-icon {
  position: absolute;
  margin-left: -40px;
  margin-top: 12px;
  height: 20px;
  width: 20px;
}

.btn-db {
  border: unset !important;
  border-radius: 8px !important;
  background-color: #2a3647 !important;
  color: #ffffff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
}

.if-button-disabled {
  border: unset !important;
  border-radius: 8px !important;
  border-color: rgba(118, 118, 118, 0.3) !important;
  background-color: rgba(239, 239, 239, 0.3) !important;
  color: rgba(16, 16, 16, 0.3) !important;
  font-family: "Inter", sans-serif !important;
  font-size: 21px;
  font-weight: 700 !important;
  padding: 12px 16px !important;
  display: flex !important;
  align-items: center !important;
}

.btn-db:hover {
  cursor: pointer;
  background-color: #29abe2 !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-outline {
  border: solid 1px #2a3647;
  border-radius: 8px;
  background-color: #ffffff;
  color: #2a3647;
  font-family: "Inter", sans-serif;
  font-size: 21px;
  font-weight: 700;
  padding: 12px 16px;
}

.btn-outline:hover {
  cursor: pointer;
  border-color: #29abe2;
  color: #29abe2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.icon-btn {
  width: 32px;
  height: 32px;
}

.checkbox {
  height: 16px;
  width: 16px;
  margin-bottom: 0;
  margin-right: 8px;
  padding: 0;
  filter: drop-shadow(2px 6px 16px rgba(0, 0, 0, 0.3));
}

.checkbox:hover {
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  height: 17px;
  width: 17px;
  margin-right: 7px;
}

.disable-scroll {
  overflow: hidden;
}

.landscape-msg {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  text-align: center;
  line-height: 200%;
  background-color: #2a3647;
  opacity: 0.9;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.successfullyMessage {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
  z-index: 200 !important;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2a3647 !important;
  color: white !important;
  border: none !important;
  border-radius: 10px !important;
  width: 300px !important;
  height: 70px;
}

.transp-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 150 !important;
  animation: start-animations-helper_animation 1.5s ease-in-out forwards;
}

.pos-rel {
  position: relative;
}

.rotate180 {
  transform: rotate(180deg);
}

.d-none {
  display: none;
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 8px;
  margin-top: var(--height-header);
  margin-bottom: 4px;
}

*::-webkit-scrollbar-track:hover {
  background-color: rgb(235, 235, 235);
}

*::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/* **** RESPONSIVE DESIGN **** */

@media (max-width: 784px) {
  body {
    --height-header: 80px !important;
    --margin-top-content: 128px !important;
    --margin-left-content: 64px !important;
  }

  ::-webkit-scrollbar {
    width: 0;
    height: 8px;
}

  *::-webkit-scrollbar-track {
    margin-bottom: var(--height-footer);
  }

  *::-webkit-scrollbar-track {
    margin-bottom: var(--height-footer);
  }
}

@media (max-width: 600px) {
  body {
    --margin-left-content: 16px !important;
    --margin-right-content: 16px !important;
  }

  h1 {
    font-size: 47px;
  }
}

@media (max-width: 420px) {
  input {
    width: 255px;
    font-size: 16px;
  }
}

@media screen and (max-height: 480px) and (orientation: landscape) {
  .landscape-msg {
    display: flex;
  }
}
