*,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.header-row {
  background: #57718a;
}

.row {
  margin: 0;
}

section .row:first-child {
  margin: 0;
}

.span_full {
  margin-top: 60px;
}

.dsTitre {
  color: #212529 !important;
  font-family: "PeugeotNew-Regular" !important;
  font-size: 50px;
  text-align: center;
  line-height: normal;
  margin-top: 30px;
}

.dsSousTitre {
  color: #212529 !important;
  font-family: "PeugeotNew-Regular" !important;
  font-size: 20px;
  text-align: center;
  line-height: normal;
  margin-top: 10px;
}

.cta {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  padding: 10px 20px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "PeugeotNew-Regular" !important;
  text-decoration: none;
  margin: 0 0 40px 0;
  border-radius: 0px;
}

.cta#form-submit {
  font-size: 20px !important;
}

a {
  text-decoration: none;
  color: #358673;
  font-family: "PeugeotNew-Regular";
  font-weight: bold;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.form-control.select {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: #cac6c5 1px solid;
  border-radius: 12px;
  box-shadow: none;
  margin: 0px;
}
.form-control.select > option {
  font-size: 18px;
}

/* .form-control.select:focus,
.form-control.select:active,
.form-control.select:hover {
  border-color: #000;
} */

.form-check {
  width: 115px;
  display: inline-block;
}

.cta.ecommerce {
  background-color: #358673 !important;
  border: 1px solid #358673 !important;
  color: #ffffff !important;
}

.btnmylocation {
  background-color: #358673 !important;
  border: 1px solid #358673 !important;
  color: #ffffff !important;
  width: fit-content;
  margin: 0px 20px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  padding: 14px 14px !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "PeugeotNew-Regular" !important;
  text-decoration: none;
  margin: 0 0 40px 0;
  border-radius: 0px;
  height: 65px;
}

.cta.tabs {
  background-color: #358673 !important;
  border: 1px solid #358673 !important;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
}

.btn.picker {
  cursor: pointer;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "PeugeotNew-Regular" !important;
  text-decoration: none;
  border-radius: 0px;
  background-color: #358673 !important;
  border: 1px solid #358673 !important;
  color: #ffffff !important;
  width: 85%;
  height: 40px;
  margin: 7px 10px;
  padding: 10px;
}

.no-padding {
  padding: 0;
}

/* .cta.ecommerce:hover,
.btn.picker:hover,
.cta.tabs:hover,
button.btnmylocation:hover {
  background-color: #000 !important;
  border: 1px solid #000 !important;
} */

.cta.ecommerce:focus,
.btn.picker:focus,
.cta.tabs:focus {
  text-decoration: none;
  outline: none;
  background: linear-gradient(rgba(71, 102, 255, 0.1), rgba(71, 102, 255, 0.1));
}

.mandatory-text {
  font: 15px "PeugeotNew-Regular", sans-serif;
  color: #000;
  margin: 8px 0 35px 0;
  text-align: center;
}

.form-group > label {
  font: 15px "PeugeotNew-Regular", sans-serif;
  color: #000000 !important;
}

.form-group > input {
  border: 0;
  border-bottom: 1px solid #2125296f;
  height: 33px;
  font-size: 16px;
}

/* .form-group > input:hover {
  border-bottom: 1px solid #2125296f;
  -webkit-box-shadow: 0 1px 0 0 #2125296f;
  box-shadow: 0 1px 0 0 #2125296f;
} */

.justify-content-center {
  display: flex;
  justify-content: center;
}

/* .form-control:focus {
  border-bottom: 1px solid #2125296f;
  -webkit-box-shadow: 0 1px 0 0 #2125296f;
  box-shadow: 0 1px 0 0 #2125296f;
  outline: none;
} */

.title-text::after {
  content: "";
  width: 100%;
  height: 0px;
  border: 1px solid #2125296f;
  position: absolute;
  top: 40px;
  left: 0;
}

.mt-col {
  margin: 13px 0 6px 0;
}

.text-OSTANIMO {
  color: black;
  font-size: 25px;
  margin-bottom: 23px;
}

.form-group {
  margin-bottom: 43px;
}

.img-car {
  position: relative;
  top: -37px;
  right: 28px;
  max-width: 700px;
}

.left-side-section {
  padding-left: 0;
}

.discription-text {
  font: 12px "PeugeotNew-Regular", sans-serif;
  font-family: "PeugeotNew-Regular", sans-serif !important;
  font-size: 15px !important;
  line-height: 27px !important;
  letter-spacing: normal !important;
  color: #000;
  margin-bottom: 20px;
}

.link-zelite {
  text-decoration: none;
  font-size: 15px;
  font-family: "PeugeotNew-Regular";
  color: #358673;
}

.link-zelite:hover {
  text-decoration: none;
  color: #820030;
}

.footer-row {
  /* margin-top: 120px !important; */
  height: 37px;
  background: #fff;
}

.control {
  font-family: "PeugeotNew-Regular";
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 19px;
  padding-top: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}

.control-group-last {
  margin-top: 22px;
}

.add-control {
  font: 15px "PeugeotNew-Regular", sans-serif !important;
  color: #000000 !important;
  padding: 2px 0px 0px 28px;
}

/* .col-md-3 {
    width: 20%;
} */

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 3px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:checked ~ .control_indicator {
  background: #358673 !important;
  border: 1px solid #358673;
}

.control input:not(:checked) ~ .control_indicator {
  background: #fff !important;
}

/* .control input:checked ~ .control_indicator + .control_indicator:hover {
  border: 1px solid black !important;
  background: black !important;
} */

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #ffffff;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.4;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 5px;
  top: 0px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.addition-text {
  font: 13px "PeugeotNew-Regular", sans-serif;
  line-height: 18px !important;
  letter-spacing: normal !important;
  color: #000;
  margin-bottom: 20px;
}

.ds-redcolor {
  color: #358673;
}

.ds-redcolor:hover {
  color: #000;
}

.container {
  padding-top: 10px;
}

.thanks-title {
  margin: 0 0 34px 0;
}

.ds-car-name {
  text-align: center;
  font-family: "PeugeotNew-Regular";
  font-weight: bold;
  margin: 0;
  font-size: 25px;
}

.thanks-title1 {
  margin: 8px;
}

.thanks-title2 {
  margin: 7px;
}

.img-car-thanks {
  margin: 7px;
  width: 500px;
}

.text-thanks {
  font-size: 17px;
}

.text-thanks:last-child {
  margin-bottom: 40px;
  margin-top: 30px;
}

.img-col {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

#ds-form-done .span_full {
  margin-top: 20px;
}

.col-down-text {
  position: relative;
}

/* ///  DECORATION CSS ///  */

.icon_select_mate {
  position: absolute;
  top: 27px;
  right: 20px;
  font-size: 13px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  width: 100%;
  font-family: "PeugeotNew-Regular";
  font-size: 15px;
  color: #212529;
  border-bottom: 1px solid #2125296f;
  transition: all 375ms ease-in-out;
  height: 33px;
}

.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  box-shadow: 0px 3px 6px #00000029;
  background: white;
  position: absolute;
  left: 0px;
  top: -28px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  transition: all 375ms ease-in-out;
}

.cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  list-style-type: none;
  padding: 10px 2%;
  margin: 0px;
  display: block;
  cursor: pointer;
}

.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}

.cont_select_int li:hover {
  background-color: #c4b7a640;
}

.cont_select_int .active {
  background-color: #c4b7a640;
}

/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 6px 0 0 0;
  width: 96%;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.bi-info-circle-fill:hover {
  fill: currentColor;
}

.tooltip > .tooltip-inner {
  background-color: #358673;
  border-radius: 0;
  padding: 8px 2px 8px 10px;
  font: 14px "PeugeotNew-Regular";
}

.tooltip-arrow {
  border-right-color: #358673 !important;
}

textarea {
  resize: none;
  font-size: 16px !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

textarea:active,
textarea:focus {
  border-color: rgba(0, 0, 0, 1);
}

.textarea-form {
  border-radius: 0;
}

/* .form-control:focus {
  border-color: #70707070;
} */

.dsSousTitre br {
  display: none;
}

input[type="radio"] {
  cursor: pointer;
}

.has-error .form-control {
  border-color: #358673 !important;
  border-bottom: 2px solid #358673 !important;
}

element.style {
  color: rgb(178, 19, 0);
  font-family: "PeugeotNew-Regular";
  display: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #fff;
}
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
small.help-block {
  background-color: #358673;
  color: #fff !important;
  padding: 8px 12px;
  font-size: 13px;
  text-align: center;
  border-radius: 0px;
  width: fit-content;
  position: absolute;
  margin-top: -99px;
  right: 15px;
}
small.help-block[data-fv-for="varstvopodatkov"] {
  left: 30px;
  margin-top: 0px;
  position: relative;
}
small#newsletterError {
  left: 30px;
  position: relative;
  margin-top: 70px;
}
img.picked_model_img {
  width: 350px;
}
[data-fv-for="newsletterChb"] {
  left: 44px;
  margin-top: -26px !important;
}
.recaptcha-error::after {
  content: "Prišlo je do napake. Neuspešno preverjanje - Google reCaptcha. Poskusite znova kasneje.";
  display: flex;
  height: 60px;
  align-items: flex-end;
  margin-left: 10px;
  font-size: 12px;
  color: red;
}
button[disabled] {
  filter: opacity(0.5);
}

@media (max-width: 490px) {
  .container {
    padding: 0;
  }

  .span_full {
    margin-top: 70px;
  }

  .col-md-6,
  .form-group {
    padding: 0;
  }

  .footer-row {
    margin-top: 20px !important;
  }

  .btn-row {
    text-align: center;
  }

  .dsTitre {
    font-size: 8vw !important;
  }

  .dsSousTitre {
    font-size: 5vw !important;
  }
  .logo-img {
    margin: 0 auto;
  }

  .contact-col {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

  #newsletter-container {
    padding: 0;
  }
  .dsSousTitre br {
    display: initial;
  }
  .footer-row {
    width: auto !important;
    position: initial !important;
    margin-top: 10px !important;
    background: #fff;
  }
  div.location_search {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-group > label {
    font-size: 13px;
  }
  .col-sm-12 > label {
    top: 17px !important;
    left: 15px !important;
  }
  input[type="text"]:focus ~ label,
  input[type="text"]:not(:focus):valid ~ label,
  input[type="date"]:focus ~ label,
  input[type="date"]:not(:focus):valid ~ label,
  textarea:focus ~ label,
  input[type="time"]:focus ~ label,
  input[type="time"]:not(:focus):valid ~ label,
  textarea:focus ~ label,
  textarea:not(:focus):valid ~ label,
  select:focus ~ label,
  select:not(:focus):valid ~ label {
    left: 15px !important;
  }
  .form-check {
    width: fit-content !important;
    margin-right: 20px;
  }
  small.help-block {
    right: 0px;
  }
  [data-fv-for="newsletterChb"] {
    left: 30px !important;
    margin-top: 180px !important;
  }
  .btnmylocation {
    margin: 0 0 20px 0;
  }
  #back-btn {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
  }
  .container-koncesionarji {
    margin-bottom: 20px!important;
  }
  .recaptcha-error::after {
    height: 10px;
    margin-bottom: 50px;
}
}
.chk-controlled-group .col-sm-3 {
  width: 100% !important;
  padding: 5px 0px 5px 0px !important;
}

@media (min-width: 989px) and (max-width: 1200px) {
  .img-car {
    position: relative;
    /* top: -37px; */
    right: 107px;
    min-width: 629px;
    width: 100%;
  }
}

@media (max-width: 988px) {
  .img-car {
    position: initial;

    width: 100%;
  }
  .koncesionar {
    display: none !important;
  }
  .double_container > div {
    width: 100% !important;
  }
  .box {
    width: 100% !important;
    padding: 10px !important;
  }
  .wf_dealer_locator_item {
    padding: 5px 20px !important;
  }
  .container {
    height: 400px !important;
  }
  ul.wf_dealer_locator_list {
    margin: 20px 0px !important;
  }
  .cta.mylocation {
    width: 90% !important;
  }
  input#pac-input {
    width: 90% !important;
  }
  .row.footer-row {
    display: none !important;
  }
  div#kontakt,
  div#vozilo {
    width: 100% !important;
  }
  small.help-block-predel {
    position: absolute !important;
    top: 245px !important;
    left: 1% !important;
  }
  small#noGeometryError {
    margin: 18px!important;
    margin-top: -32px !important;
  }
  .btnmylocation {
    width: 90% !important;
  }
  small#newsletterError {
    margin-top: 0px;
  }
}

.double_container {
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 10%), 0 4px 4px 0 rgb(0 0 0 / 15%);
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 500px;
  margin: 0px 0px;
}

#map {
  height: 100%;
  width: 70%;
  float: right;
}

.wf_dealer_locator_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: none;
  flex-direction: column;
}

.wf_dealer_locator_item:hover,
.wf_dealer_locator_item:focus {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-left: 4px solid rgba(0, 0, 0, 0.2);
}

.wf_dealer_locator_item {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
}

.container-koncesionarji {
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
  text-align: left;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  /*full width items*/
  padding: 0px;
}

.box {
  position: absolute;
  /*padding: 20px 50px 0px 30px;*/
  color: rgb(116, 124, 142);
  font-size: 15px;
  width: 100%;
}

li * {
  font-family: "PeugeotNew-Regular", Verdana;
  font-size: 14px;
}

li > h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: #868689;
  text-transform: uppercase;
}

.btn_picker {
  width: 100%;
  cursor: pointer;
}

.koncesionar {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 5px 15px;
  position: absolute;
  right: 10px;
  top: 620px;
  box-shadow: 2px 2px 2px 0px rgb(0 0 0 / 10%), 0 4px 4px 0 rgb(0 0 0 / 15%);
}

.koncesionar-txt {
  color: #868689;
  font-family: "PeugeotNew-Regular", Verdana;
  margin: 0px;
}

.gm-style-iw-d > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "PeugeotNew-Regular";
  font-weight: 600;
  color: #868689;
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 25px;
}

button.gm-ui-hover-effect {
  display: none !important;
}
.span_full.col.model {
  width: fit-content;
}
.carselector3col > .row > .row_model {
  display: flex;
  justify-content: center;
}
input#pac-input {
  margin: 20px;
  height: 65px;
  border: rgba(0, 0, 0, 0.2) 1px solid;
  border-radius: 0px !important;
  width: 530px;
  text-align: center;
  font-size: 1.5rem;
}
.container.main-form {
  height: unset;
}
input,
textarea,
select > option {
  font-family: "PeugeotNew-Regular";
}
span.radio_label {
  font-family: "PeugeotNew-Regular";
}

.tab-switcher {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
button.tablinks {
  width: fit-content;
  margin: 5px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #358673;
  opacity: 0.5;
}
button.tablinks.active {
  opacity: 1;
}
h1.tab-title {
  font-family: "PeugeotNew-Regular";
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  text-align: center;
}

div#kontakt {
  visibility: visible;
  width: 1030px;
}
div#vozilo {
  visibility: hidden;
  width: 0px;
  position: absolute;
  top: -9999px;
}
.podjetnik-row {
  display: none;
}
small.help-block-predel {
  position: absolute;
  top: 205px;
  left: 39%;
}
label.control.control-checkbox {
  margin-bottom: 5px;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  display: flex;
  width: 85%;
  height: 400px;
  justify-content: center;
  align-items: center;
}
.spinner-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  display: flex;
  padding-right: 50px;
}
.lds-spinner div {
  transform-origin: 30px 25px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 27px;
  width: 4px;
  height: 12px;
  border-radius: 20%;
  background: #868689;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.col-sm-12 > label,
.col-md-12 > label {
  position: absolute !important;
  pointer-events: none;
  left: 30px;
  top: 15px;
  transition: 0.2s ease all;
}
input[type="text"],
input[type="date"],
input[type="time"],
select,
textarea {
  border-radius: 12px !important;
  border: 1px solid rgba(0, 0, 0, 0.5);
  height: 40px;
}
input[type="text"] ~ label,
input[type="date"] ~ label,
input[type="time"] ~ label,
textarea ~ label,
select ~ label {
  color: #796f6e !important;
}
/* input[type="text"]:focus ~ label,
input[type="text"]:not(:focus):valid ~ label,
input[type="date"]:focus ~ label,
input[type="date"]:not(:focus):valid ~ label,
textarea:focus ~ label,
input[type="time"]:focus ~ label,
input[type="time"]:not(:focus):valid ~ label,
textarea:focus ~ label,
textarea:not(:focus):valid ~ label,
select:focus ~ label,
select:not(:focus):valid ~ label {
  position: absolute !important;
  top: -8px!important;
  bottom: 10px;
  left: 30px;
  font-size: 12px !important;
  background-color: white;
  padding: 0px 5px;
  height: fit-content;
  border-color: 1px solid rgba(0, 0, 0, 1) !important;
}*/
.form-control:focus,
.form-control:active {
  outline: unset;
  box-shadow: unset;
  border-color: #cac6c5;
}
input:-internal-autofill-selected ~ label,
textarea:-internal-autofill-selected ~ label,
select:-internal-autofill-selected ~ label {
  background: linear-gradient(180deg, #fff 60%, #fff 40%);
}
input.form-control,
.form-control.select,
textarea {
  height: 65px;
  border: #cac6c5 1px solid;
  border-radius: 0px !important;
  color: #000 !important;
  padding: 15px 20px !important;
}
.form-control.select:first-child {
  color: grey !important;
  font-family: "PeugeotNew-Regular";
  font-size: 16px;
  padding: 15px 20px;
}
/* input.form-control:active,
input.form-control:focus,
input.form-control:hover {
  border: 1px solid #000 !important;
} */
:focus-visible {
  outline: none !important;
}
.has-error .form-control:focus {
  box-shadow: none !important;
  border-color: #358673 !important;
}
.has-success .form-control {
  border-color: #cac6c5 !important;
  box-shadow: none !important;
}
[placeholder] {
  text-overflow: ellipsis;
}
