/* Font Format */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

.kd-panel-header .kd-panel-phone-email {
    padding-bottom: 0!important;
}

div.kd-panel-contact {
    overflow: hidden;
    padding: 30px 50px 22px 50px!important;
}

.jbq-inputs {
    position: relative;
}

.jbq-inputs label.placeholder {
    background: #ffffff;
    border-radius: 12px;
    color: #474747;
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    left: 14px;
    margin-left: 7px;
    margin-top: 9px;
    padding: 0px 8px;
    position: absolute;
    top: 14px;
    transition: all 0.2s ease-out;
}

div.form-inputs {
    position: relative;
}

div.form-inputs label {
    margin-bottom: 10px;
    color: #2E2E2E;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    font-family: 'Ubuntu', sans-serif;
    width: 100%!important;
}

div.form-inputs label.checkbox-text {
    margin-bottom: 0px!important;
}

label.placeholder {
    z-index: 9;
    position: absolute;
    top: 0.75rem;
    left: 0.2rem;
    border: 1px solid transparent;
    background-color: transparent;
    padding: 0 0.5rem;
    opacity: 0;
    transition: all 0.1s ease-in-out;
}

div.form-inputs>input.jbq-inputs:focus::placeholder,
div.form-inputs>textarea.jbq-inputs:focus::placeholder,
div.form-inputs>select.jbq-inputs:focus::placeholder {
    color: transparent;
}

input.jbq-inputs.input:focus~label.placeholder,
textarea.jbq-inputs.input:focus~label.placeholder,
select.jbq-inputs.input:focus~label.placeholder {
    top: -1.5rem;
    border: transparent;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    left: 0!important;
    color: #616161;
}

input:not(:placeholder-shown)~label.placeholder,
textarea:not(:placeholder-shown)~label.placeholder,
select:not(:placeholder-shown)~label.placeholder {
    top: -1.5rem;
    border: transparent;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    left: 0!important;
    color: #2E2E2E;
}

input:disabled~label.placeholder,
textarea:disabled~label.placeholder,
select:disabled~label.placeholder {
    top: -1.5rem;
    border: transparent;
    background-color: transparent;
    padding: 0;
    opacity: 1;
    left: 0!important;
    color: #696969!important;
}

input.jbq-inputs.input,
textarea.jbq-inputs.input,
select.jbq-inputs.input {
    border: solid 1px #C6C6C6;
    outline: none !important;
    border-radius: 5px;
    width: 353px;
    color: #616161;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

input.jbq-inputs.input,
select.jbq-inputs.input {
    height: 40px;
}

input.jbq-inputs.input:-webkit-autofill,
input.jbq-inputs.input:-webkit-autofill:hover,
input.jbq-inputs.input:-webkit-autofill:focus,
input.jbq-inputs.input:-webkit-autofill:active,
textarea.jbq-inputs.input:-webkit-autofill,
textarea.jbq-inputs.input:-webkit-autofill:hover,
textarea.jbq-inputs.input:-webkit-autofill:focus,
textarea.jbq-inputs.input:-webkit-autofill:active,
select.jbq-inputs.input:-webkit-autofill,
select.jbq-inputs.input:-webkit-autofill:hover,
select.jbq-inputs.input:-webkit-autofill:focus,
select.jbq-inputs.input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px white inset !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    color: #2E2E2E;
    -webkit-text-fill-color: #2E2E2E;
}

input.jbq-inputs.input:focus,
input.jbq-inputs.input:focus-within,
textarea.jbq-inputs.input:focus,
textarea.jbq-inputs.input:focus-within,
select.jbq-inputs.input:focus,
select.jbq-inputs.input:focus-within {
    border: solid 2px #1370C1!important;
    color: #616161!important;
    -webkit-text-fill-color: #616161!important;
    outline: none !important;
}

input.jbq-inputs.input:not(:placeholder-shown),
textarea.jbq-inputs.input:not(:placeholder-shown),
select.jbq-inputs.input:not(:placeholder-shown) {
    border: solid 1px #3D3D3D;
    outline: none !important;
    color: #2E2E2E;
    -webkit-text-fill-color: #2E2E2E;
}

input.jbq-inputs.input:disabled,
input.jbq-inputs.input:disabled:hover,
textarea.jbq-inputs.input:disabled,
textarea.jbq-inputs.input:disabled:hover,
select.jbq-inputs.input:disabled,
select.jbq-inputs.input:disabled:hover {
  border: 1px solid #696969;
  outline: none !important;
  background-color: #F5F5F5!important;
  box-shadow: 0 0 0 30px #F5F5F5 inset !important;
  -webkit-box-shadow: 0 0 0 30px #F5F5F5 inset !important;
  color: #696968!important;
  -webkit-text-fill-color: #696968!important;
}

input.jbq-inputs.jbq-submit.disabled {
  background-color: rgba(226, 226, 226, 1);
  border: 2px solid rgba(199, 199, 199, 1);
  color: rgba(141, 141, 141, 1);
}

textarea.jbq-inputs {
    resize: none;
    height: 100px;
}

.is-invalid {
    border: solid 1px #BD0505!important;
    color: #2E2E2E!important;
}

.is-invalid-label {
    color: #BD0505!important;
}

.form-inputs.form-input-submit .feedback {
    display: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.form-inputs.form-input-submit .feedback.success-feedback {
    display: block;
    color: #1370C1;
}

.form-inputs.form-input-submit .feedback.error-feedback {
    display: block;
    color: #BD0505;
}

.invalid-feedback {
    height: 50px;
    padding-top: 5px;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #BD0505;
}

div.form-input-message .invalid-feedback:last-of-type {
    height: 28px;
}

.invalid-feedback-icon::before {
    content: none!important;
}

div.form-inputs.form-input-checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 34px 0;
    margin-top: 0;
}

input.jbq-inputs.checkbox {
    margin: 0;
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    font: inherit;
    color: currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    overflow: hidden;
    border: 1px solid black;
    outline: none;
    box-shadow: none;
}

input.jbq-inputs.checkbox:disabled,
input.jbq-inputs.checkbox:disabled:hover {
  border: 1px solid #B1B1B1;
  outline: none !important;
  background-color: transparent!important;
  box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

input.jbq-inputs.checkbox:checked {
    border: #1370c1;
}

input.jbq-inputs.checkbox::before {
    content: url('../images/checkbox-icon.svg');
    width: 18px;
    height: 18px;
    transform: scale(0);
    transition: 0.01s transform ease-in-out;
    border-radius: 2px;
    background-color: transparent;
    border: none;
}

input.jbq-inputs.checkbox:disabled::before {
    content: url('../images/checkbox-disabled.svg');
    width: 18px;
    height: 18px;
    transform: scale(1);
    border-radius: 2px;
    background-color: transparent;
    border: none;
}

input.jbq-inputs.checkbox:checked::before {
    transform: scale(1);
}

label.checkbox-text {
    margin-bottom: 0;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

label.checkbox-text a {
    font-weight: bold;
}

.click-explosion {
  position: absolute;
  height: 33px;
  width: 33px;
  left: -7.7px;
  top: 7.2px;
  border-radius: 100%;
  background: rgba(15, 76, 129, 0.12);
  border: 1px solid #1370C1;
  transform: scale(0);
}

.animate-it {
  animation: clickCheckbox 0.5s ease-in-out;
}

input.jbq-inputs.jbq-submit {
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 17px;
    border: 1px solid #0F4C81;
    background-color: #0F4C81;
    padding-top: 0!important;
    padding-bottom: 0!important;
    height: 55px;
    margin: auto;
    color: #fff;
}

div.jbq-alert {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    width: 413px;
    height: 54px;
    border-radius: 5px;
    padding: 9px 20px 15px 12px;
    position: absolute;
    right: 0;
    top: 38rem;
}

div.jbq-alert.success {
    background-color: #059662;
    color: #FFFFFF;
    display: flex !important;
}

div.jbq-alert.error {
    background-color: #960505;
    color: #FFFFFF;
    display: flex !important;
}

div.jbq-alert span.info {
    width: auto;
    text-align: left;
    margin-right: 7.75px;
}

div.jbq-alert span.message {
    width: 323px;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02rem;
    text-align: left;
    height: 50px;
    top: 3px;
    left: 2.7rem;
    position: absolute;
    line-height: 21px;
}

div.jbq-alert span.close {
    width: auto;
    text-align: right;
    margin-left: 18px;
}

.jbq-check:before {
    content: url('../images/success.svg');
    height: 20px;
    width: 20px;
    border-radius: 0px;
}

.jbq-error:before {
    content: url('../images/error.svg');
    height: 20.25px;
    width: 20.25px;
    border-radius: 0px;
}

.jbq-close:before {
    content: url('../images/close.svg');
    height: 12px;
    width: 12px;
    border-radius: 0px;
}

div.form-inputs.form-input-submit svg {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 9;
    top: 1rem;
    left: 30%;
    animation: rotate 2s linear infinite;
}

div.form-inputs.form-input-submit svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke-width: 4px;
    stroke: #FFF;
    stroke-linecap: round;
    transform: translate(2px, 2px);
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: animate 4s linear infinite;
}

div.form-inputs.form-input-submit svg.show-loading {
    display: inline-block;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate {
    0%,
    100% {
        stroke-dashoffset: 150;
    }
    50% {
        stroke-dashoffset: 150;
    }
    50.1% {
        stroke-dashoffset: 150;
    }
}

@keyframes clickCheckbox {
    0% {
      transform: scale(0);
      border: 1px solid transparent;
      background: rgba(15, 76, 129, 0.12);
    }
    25% {
      transform: scale(0.5);
      border: 1px solid transparent;
      background: rgba(15, 76, 129, 0.12);
    }
    50% {
      transform: scale(1);
      border: 1px solid #1370C1;
      background: rgba(15, 76, 129, 0.12);
    }
    100% {
      transform: scale(1);
      border: 1px solid transparent;
      background: transparent;
    }
}

#show_pass {
    display: none!important;
}

.jbq-inputs label.placeholder-select {
    background: #ffffff;
    border-radius: 12px;
    color: #474747;
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    left: 105px;
    margin-left: 7px;
    margin-top: 9px;
    padding: 0px 8px;
    position: absolute;
    top: -23px;
    transition: all 0.2s ease-out;
}

@media only screen and (max-width: 414px) {
    div.kd-panel-contact {
        overflow: hidden;
        padding: 30px 25px 22px 25px!important;
    }
    input.jbq-inputs.input,
    textarea.jbq-inputs.input {
        width: 100%;
        margin: 0 auto;
    }
    div.jbq-alert {
        width: 260px;
        height: 73px;
        border-radius: 5px;
        padding: 9px 20px 15px 12px;
        position: absolute;
        right: 1.9rem;
        top: 37.5rem;
    }
    div.jbq-alert span.message {
        width: 178px;
        letter-spacing: -0.01rem;
        text-align: left;
        height: 50px;
        top: 3px;
        left: 2.7rem;
        position: absolute;
        line-height: 21px;
    }
}

@media only screen and (min-width: 768px) {
    .mav-popup-hide-icon .popup-succes h2 {
        font-size: 24px;
        line-height: 27px;
    }
    .popup-succes span {
        margin: 38px 0 48px 0;
    }
    .popup-succes button {
        width: 248px;
    }
    .popup-succes {
        height: auto;
        padding: 20px 0 40px 0;
        min-height: 300px;
    }
    .mav-popup-hide-icon .popup-succes {
        padding: 65px 0 40px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .jbq-inputs label.placeholder {
        left: 60px;
    }
    input.jbq-inputs.input:focus~label,
    input.jbq-inputs.input:not(:placeholder-shown)~label,
    textarea.jbq-inputs.input:focus~label,
    textarea.jbq-inputs.input:not(:placeholder-shown)~label {
        left: 65px;
    }
    .invalid-feedback {
        padding-left: 82px;
        padding-right: 82px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .jbq-inputs label.placeholder {
        left: 107px;
    }
    input.jbq-inputs.input:focus~label,
    input.jbq-inputs.input:not(:placeholder-shown)~label,
    textarea.jbq-inputs.input:focus~label,
    textarea.jbq-inputs.input:not(:placeholder-shown)~label {
        left: 113px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1359px) {}

@media only screen and (min-width: 1366px) {}
