 .gift_card__button_container{position: relative;display: flex;align-items: center;justify-content: space-evenly;gap: 2rem;}.gift_card-layover {position: fixed;top: 0;bottom: 0;left: 0;right: 0;max-width: 100%;max-height: 100dvh;z-index: 90;display: flex;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .9);padding: 15px;animation: form-fade-in 0.7s ease-out;}@keyframes form-fade-in{0%{transform: translateY(180px);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}.gift_card-modal{border: 1px solid var(--text-color);max-height: 100dvh;max-width: 700px;overflow-y: scroll;padding: 15px;border-radius: 5px;background-color: var(--bg-color);box-shadow: 1px 1px 2px 1px #555;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-around;}.gift_card-modal-closed{display: none;}.gift_card-modal-header{margin-bottom: 1rem;display: flex;flex-direction: row;justify-content: center;align-items: center;}.gift_card-modal-header h2{color: var(--text-color);}button.gift_card-close-modal{border-radius: 100%;border: none;outline: none;}img.gift_card-close-modal-icon{width:30px;height:30px;color: var(--text-color);background-color: var(--bg-color);border-radius: 100%;cursor: pointer;}.gift_card-items_container{color: var(--text-color);background-color: var(--bg-color);display: flex;flex-direction: column;justify-content: space-evenly;align-items:flex-start;gap: 1rem;}form.rekas_massage_gift_card_form{padding: 15px;background-color: var(--bg-color);display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 1rem;fieldset{margin: 0;padding: 0;border-color: var(--text-color);border-radius: 15px;overflow: hidden;}input{padding: 10px 15px;margin: 0;border:none;border-radius: 15px;background-color: var(--bg-color);color: var(--text-color);}textarea{padding: 10px 15px;margin: 0;border: none!important;border-radius: 15px;resize: none;background-color: var(--bg-color);color: var(--text-color);}legend{margin: 0;}#telefono > .telefono{display: flex;gap: .5rem;#country_code{width: 60px;}#phone_number{border:var(--text-color) 1px solid;border-radius: 15px;max-width: 180px;}}input#gcard_amount::-webkit-inner-spin-button, input#gcard_amount::-webkit-outer-spin-button {-webkit-appearance: none!important;margin: 0!important;}input#gcard_amount {width: 120px;}}.gcard-sending-msg-container{display: flex;flex-direction: column;justify-content: center;align-items: center;gap: 1rem;width: 100%;}.gcard_sending{border-radius: 10px;padding: 10px;background-color: var(--text-color);color: var(--bg-color);}.gcard-form-hidden{display: none;}.gcard-button-hidden{display: none;}@media only screen and (max-width:968px) {.gift_card__button_container{flex-direction: column;align-items: center;justify-content: space-evenly;gap: 2.5rem;}.gift_card-modal{max-width: 100vw;max-height: 100dvh;overflow-y: scroll;}}