.custom-forms__inner *{margin:0;padding:0}.custom-forms__inner{max-width:550px;margin:0 auto;display:flex;flex-direction:column;gap:25px}.custom-forms__headers{display:flex;flex-direction:column;gap:5px;text-align:center}.custom-forms__message-title{display:block;margin-bottom:15px;text-align:center;font-size:18px;font-weight:600}.custom-forms__message-title[data-success]{color:#000}.custom-forms__message-title[data-error]{color:red}.custom-forms__block{display:flex;flex-direction:column;gap:10px}.custom-forms__fields,.custom-forms__rows{padding:0 2px;display:flex;gap:12px;flex-direction:column}.custom-forms__rows{flex-direction:row}.custom-forms__field{width:100%;position:relative;display:flex;flex-direction:column;justify-content:center}.custom-forms__field:focus-within .custom-forms__label{transform:translateY(-.5em) scale(.85)}.custom-forms__label[data-active=true]{transform:translateY(-.5em) scale(.85)}.custom-forms__input,.custom-forms__select,.custom-forms__textarea{font-weight:400;font-size:14px;color:var(--field-text-color, #202020);border:none;outline:none;box-shadow:0 0 0 1px var(--field-border-color, #20202033);border-radius:5px}.custom-forms__input::placeholder,.custom-forms__textarea::placeholder{color:var(--field-placeholder-color, #20202080)}.custom-forms__input[type=number]{-webkit-appearance:none;-moz-appearance:textfield}.custom-forms__input[type=number]::-webkit-outer-spin-button,.custom-forms__input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-forms__input:focus,.custom-forms__select:focus,.custom-forms__textarea:focus{box-shadow:0 0 0 2px var(--field-focus-border-color, #00461b)}.custom-forms__input[data-error=true],.custom-forms__select[data-error=true],.custom-forms__textarea[data-error=true]{box-shadow:0 0 0 2px var(--field-error-border-color, #dc3545)}.custom-forms__input{padding:22.5px 17px 7.5px}.custom-forms__select{height:52px;padding:15px;box-shadow:none;border:1px solid var(--field-border-color, #20202033)}.custom-forms__textarea{padding:22.5px 15px 15px;resize:none}.custom-forms__label{position:absolute;left:17px;font-size:14px;font-weight:400;line-height:1;color:var(--field-placeholder-color, #20202080);word-break:keep-all;overflow-wrap:break-word;transform-origin:top left;transform:none;pointer-events:none;z-index:1;transition:.2s cubic-bezier(0,0,.2,1) 0ms}.custom-forms__field[data-select-field],.custom-forms__field[data-date-field]{gap:10px}.custom-forms__field[data-select-field] .custom-forms__label,.custom-forms__field[data-date-field] .custom-forms__label{position:static;color:#00461b;transform:none}.custom-forms__field[data-range-field] .custom-forms__label{color:var(--legend-color);transform:translateY(-.7em) scale(.85)}.custom-forms__field[data-range-field] .custom-forms__input{padding:22.5px 17px 7.5px}.custom-forms__field[data-textarea-field] .custom-forms__label{top:15px}.custom-forms__button{padding:15px;display:flex;justify-content:center;align-items:center;font-size:17px;line-height:normal;border:1.5px solid var(--button-border-color, currentColor);box-shadow:none;outline:none;border-radius:var(--button-border-radius);cursor:pointer;font-weight:600;color:var(--button-text-color, #ffffff);background-color:var(--button-bg-color, #00461b);transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}.custom-forms__button:hover{color:var(--button-hover-text-color, var(--button-text-color, #ffffff));background-color:var(--button-hover-bg-color, var(--button-bg-color, #00461b));border-color:var(--button-hover-border-color, var(--button-border-color, currentColor))}.custom-forms__under-text{text-align:center;font-size:12px}.custom-forms__error{display:none;font-size:12px;color:#dc3545;margin-top:4px}.custom-forms__error[data-show]{display:block}.custom-forms__input[type=date]{position:relative;padding:15px}.custom-forms__input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6}.custom-forms__input[type=date]:hover::-webkit-calendar-picker-indicator{opacity:1}.custom-forms__fieldset{border:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.custom-forms__legend{font-size:14px;font-weight:400;color:var(--legend-color, #00461b);margin-bottom:8px;padding:0}.custom-forms__checkbox-wrapper{display:flex;align-items:flex-start;gap:10px}.custom-forms__checkbox{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--field-focus-border-color, #00461b)}.custom-forms__checkbox-label{font-size:14px;font-weight:400;color:var(--field-text-color, #202020);cursor:pointer;line-height:1.4;flex:1}.custom-forms__fieldset[data-error=true]{border:1px solid var(--field-error-border-color, #dc3545);border-radius:5px;padding:15px}@media screen and (max-width:749px){.custom-forms__fields{padding:0 15px}}
/*# sourceMappingURL=/cdn/shop/t/46/assets/custom-forms.css.map */
