/* form-fullwidth-row */
.form-fullwidth-row-section {width: 100%; display: block; margin: 4rem 0 0 0; padding: 0; border: 0;}
.form-fullwidth-row {width: 100%; margin: 0; padding: 0;}
.form-fullwidth-row-form {width: 100%; margin: 6.5rem 0 2rem 0; padding: 0;}
.form-fullwidth-row-form-inputs {width: 100%; margin: 0; padding: 0; display: flex; justify-content: space-between; gap: 2rem;}
.form-fullwidth-row-form-inputs-left {width: 50%; margin: 0; padding: 0;}
.form-fullwidth-row-form-inputs-left .form-floating {margin: 0 0 2rem 0;}
.form-fullwidth-row-form-inputs-right {width: 50%; margin: 0; padding: 0;}
.form-fullwidth-row-form-inputs-right .form-floating {height: 100%;}

/* form-fullwidth-row - input, textarea */
.form-fullwidth-row-form-inputs-input,
.form-fullwidth-row-form-inputs-textarea {padding: 3.8rem 3rem 3.8rem 3rem !important; background-color: #f5f5f5 !important; border: 1px solid #3a628c; 
    border-radius: 1rem; font-size: 2rem !important; color: #192B41;}
.form-fullwidth-row-form-inputs-textarea {padding: 2.7rem 3rem 2.7rem 3rem !important;}
.form-fullwidth-row-form-inputs-right .form-fullwidth-row-form-inputs-textarea {height: calc(100% - 2rem) !important;}
.form-fullwidth-row-form-inputs .form-floating > label {font-size: 2rem; color: #727d8a; padding: 2.2rem 0 0 3rem !important;}
.form-fullwidth-row-form-inputs-textarea~label::after {background-color: #f5f5f5 !important;}
/* form-fullwidth-row - input, textarea - focus */
.form-fullwidth-row-form-inputs-input:focus,
.form-fullwidth-row-form-inputs-textarea:focus {}
/* form-fullwidth-row - input, textarea - focus - label */
.form-fullwidth-row-form-inputs .form-floating>.form-control:focus~label, 
.form-fullwidth-row-form-inputs .form-floating>.form-control:not(:placeholder-shown)~label {font-size: 1.5rem; padding: 1.1rem 3rem 0 3.4rem !important;}

/* form-fullwidth-row - buttons */
.form-fullwidth-row-form-buttons {width: 100%; margin: 0; padding: 0; display: flex; justify-content: flex-end;}
.form-fullwidth-row-form-buttons-right {width: 40rem;}
.form-fullwidth-row-form-buttons-right-button {width: 100%; margin: 0 0 2rem 0;}
/* form-fullwidth-row - buttons - button */
.form-fullwidth-row-form-buttons-right-button > button {width: 100%; padding: 2.2rem 3.5rem 2.2rem 3.5rem; font-size: 2.3rem; color: #fff;
    text-transform: uppercase; background-color: #3a628c; border-radius: 1rem; line-height: 1; transition: background-color 0.3s ease;
    letter-spacing: 1px; border: none;}
.form-fullwidth-row-form-buttons-right-button > button:hover {background-color: #3a6fa7; }

/* form-fullwidth-row - text */
.form-fullwidth-row-form-buttons-right-text {width: 100%; margin: 0 0 2rem 0;}
.form-fullwidth-row-form-buttons-right-text > .form-check-input {float: left; width: 1.5em; height: 1.5em; margin: 0 1rem 0.2rem 0;
    border: 1px solid #3a628c; background-color: transparent; cursor: pointer;}
.form-fullwidth-row-form-buttons-right-text > .form-check-input:checked {background-color: #0d6efd;}
.form-fullwidth-row-form-buttons-right-text > p {font-size:1.4rem; color: #667280; line-height: 1.4; text-align: justify;}
.form-fullwidth-row-form-buttons-right-text > p > a {font-weight: 500; color: #667280;}

/* form-fullwidth-row - select */
.form-fullwidth-row-form-inputs-select {padding: 2rem 5rem 2rem 3rem !important; background-color: #f5f5f5 !important; border: 1px solid #3a628c;
    border-radius: 1rem; font-size: 2rem !important; color: #333; height: 7.8rem !important; background-image: none;}
.form-fullwidth-row-form-inputs .form-fullwidth-row-form-inputs-select~label {font-size: 1.5rem; padding: 1.1rem 3rem 0 3.4rem !important;}
.form-floating .form-fullwidth-row-form-inputs-select~.form-floating-select-arrow {position: absolute; top: calc(50% - 12px); right: 2rem;
    pointer-events: none; }
.form-floating .form-fullwidth-row-form-inputs-select~.form-floating-select-arrow::after {content: ""; width:23px; height: 10px; display: inline-block; transform: rotate(-180deg);  
    background: url("../../icon/filter-item-name-arrow.svg") center/contain no-repeat; transition: all 0.3s ease 0s;}
.form-floating .form-fullwidth-row-form-inputs-select:focus~.form-floating-select-arrow::after {transform: rotate(0deg); transition: all 0.3s ease 0s;}

/* form-fullwidth-row - radio */
.form-fullwidth-row-form-inputs-radio.form-check-input {width: 5rem; height: 5rem; border: 1px solid #333; margin-left: -7rem; background-color: #f5f5f5;
    background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18" cy="18" r="18" fill="%23e6e5f3"/></svg>');
    background-repeat: no-repeat; background-position: center; background-size: auto;}
.form-fullwidth-row-form-inputs-radio.form-check-input:checked {
    background-image: url('data:image/svg+xml;utf8,<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="18" cy="18" r="18" fill="%236156E0"/></svg>');}
.form-fullwidth-row-form-inputs-radio.form-check-input~label {font-size: 2.4rem; font-weight: 400; color: #333; margin-top: 1rem;}
.form-fullwidth-row-form-inputs .form-check {min-height: 5.8rem; padding-left: 7rem;}
.form-fullwidth-row-form-inputs .form-check.form-check-mt {margin-top: 1.2rem;}

/* form-cart-confirm-columns */
.form-cart-confirm-columns {width: 100%;}
.form-cart-confirm-columns.form-fullwidth-row-form-inputs {display: block !important;}
.cart-confirm-columns-left .form-floating {margin: 0 0 2rem 0;}
.cart-confirm-columns-left .form-fullwidth-row-form-inputs-textarea {min-height: 11rem !important;}


