.buttonSendFormContainer button {
  margin-left: auto !important;
  margin-right: auto !important; }

.container-fluid {
  margin: 0;
  padding: 0; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

@font-face {
  font-family: volvoNovumR;
  src: url("../assets/fonts/Volvo Novum-Regular.ttf"); }
.mainFormContainer {
  width: 492px;
  height: 100%;
  position: fixed;
  left: auto;
  right: -100%;
  top: 0px;
  z-index: 999;
  transition: 0.5s;
  background: #fff; }
  @media only screen and (max-width: 575px) {
    .mainFormContainer {
      width: 100%; } }

.titleForm {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .titleForm .titleDescription p {
    font-family: volvoNovumR;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #0A0A0A;
    margin-bottom: 0px; }
  .titleForm .closeBtnContainer {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin-top: 2px; }
    .titleForm .closeBtnContainer img {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.mainFormBody {
  width: 100%;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 56px);
  overflow: hidden; }
  .mainFormBody .mainFormBodyTitle {
    width: 353px;
    height: 22px; }
    .mainFormBody .mainFormBodyTitle p {
      font-family: volvoNovumR;
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #0A0A0A; }
  .mainFormBody form {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 20px; }
    .mainFormBody form input {
      width: 100%;
      height: 44px;
      border-style: solid;
      border-radius: 4px;
      border-width: 1px;
      border-color: #D5D5D5;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 16px;
      margin-bottom: 12px; }
    .mainFormBody form textarea {
      width: 100%;
      height: 120px;
      border-style: solid;
      border-radius: 4px;
      border-width: 1px;
      border-color: #D5D5D5;
      margin-bottom: 0px;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-left: 16px;
      margin-bottom: 12px; }
    .mainFormBody form label {
      font-family: volvoNovumR;
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0px;
      display: flex;
      margin-bottom: 10px;
      color: #0A0A0A;
      position: relative; }
      .mainFormBody form label .morePrivacy {
        display: contents;
        color: #1C6BBA; }
      .mainFormBody form label input {
        width: 14px;
        height: 24px;
        margin-right: 4px; }
    .mainFormBody form .allert {
      display: none;
      color: #BF2012;
      align-items: center;
      position: relative;
      font-size: 12px;
      font-family: volvoNovumM;
      top: -10px; }
      .mainFormBody form .allert svg {
        margin-right: 5px; }
    .mainFormBody form .firstAgreement {
      margin-top: 8px; }
    .mainFormBody form .privacyFormContainer {
      padding-top: 0px;
      padding-bottom: 0px; }
      .mainFormBody form .privacyFormContainer p {
        font-family: volvoNovumR;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #0A0A0A; }

.mainFormBodySingleCar {
  height: auto; }

.formInputsContainer {
  flex: 1;
  overflow-y: auto;
  padding-right: 8px; }

.buttonSendFormContainer {
  width: 100%;
  position: sticky;
  top: auto;
  bottom: 0px;
  left: 0px;
  padding: 16px 16px;
  border-top-style: inset;
  border-width: 2px;
  border-color: #00000030; }
  .buttonSendFormContainer button {
    width: 90%;
    height: 40px;
    background: #0A0A0A;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #0A0A0A;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
    font-family: volvoNovumR;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff; }
    .buttonSendFormContainer button:hover {
      background: #fff;
      color: #0A0A0A;
      transition: 0.4s; }

.singleCarForm {
  position: relative; }

.blackcurtain {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  display: none; }

.morePrivacyText {
  width: 1px;
  height: 1px;
  display: none;
  overflow: hidden;
  font-family: volvoNovumR;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0A0A0A; }
  .morePrivacyText a {
    font-family: volvoNovumR;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #1C6BBA;
    display: contents; }
  .morePrivacyText br {
    margin-top: 2px; }

.btnPriacy {
  font-family: volvoNovumR;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #0A0A0A;
  display: contents;
  cursor: pointer; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 0; }

.select {
  background: #fff;
  margin-bottom: 10px;
  box-shadow: none;
  border-radius: 2px;
  border: 1px solid #D5D5D5;
  height: 44px !important;
  padding: 0 5px;
  width: 100%; }

.select_wrapper {
  max-height: 200px !important;
  overflow-y: visible !important;
  margin-bottom: 10px; }

.select2-selection__rendered {
  font-family: "Volvo Novum";
  font-size: 14px;
  color: #6D6D6D !important;
  font-weight: 400; }

.select2-results__options li {
  font-size: 13px; }

.select2-container .select2-selection--single {
  height: 44px !important; }

.select2-selection__arrow {
  height: 43px !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important; }

/*# sourceMappingURL=form.css.map */
