html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Inter";
  width: 100%;
  overflow-x: hidden;
}

.main-background-color {
  background-color: #f7f7f7;
}
.bg-main-orange {
  background-color: #db551e;
}
.bg-main-blue {
  background-color: rgba(82, 94, 224, 0.95);
}

.text-color-background-white-title {
  color: #45454e;
}

.text-color-background-white-base {
  color: #686872;
}

.text-color-background-blue-title {
  color: #ffffff;
}

.text-color-background-blue-base {
  color: #dcdff9;
}

.text-color-orange {
  color: #db551e;
}

.text-color-blue {
  color: #525fe1;
}

.modal-background-color{
  background-color: rgba(0, 0, 0, 0.5);
}

.box-shadow {
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.gradient-form{
  background: linear-gradient(to bottom, #F7F7F7 1px, #5B66E2 48px, #5B66E2 100%);
  box-shadow: inset 0 48px 48px -24px #F7F7F7;
  height: calc(100vh + 48px);
}

.modal-border-radius{
  border-radius: 14px;
}



@media (max-width: 1280px) {
  .flex-important{
  display: flex !important;
  } 
}

@media (max-width: 1024px) {
  .gradient-form{
  background: linear-gradient(to bottom, #F7F7F7 1px, #5B66E2 48px, #5B66E2 100%);
  box-shadow: inset 0 48px 48px -24px #F7F7F7;
  height: auto;
  }
}

@media (max-width: 500px) {
  .iframe-map{
    width: 100% !important;
  }
}


