@keyframes showFromAlert{0%{opacity:0;transform:translate3d(-50%,-150%,0)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes hideFromAlert{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate3d(-50%,-150%,0)}}:root{--default-font-text:'Roboto', Helvetica, Arial, Verdana, Tahoma, sans-serif}.animate__showFormAlert{animation-name:showFromAlert}.animate__hideFromAlert{animation-name:hideFromAlert}.modal_bg_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000}.container_form_alert{width:auto;height:auto;position:fixed;top:25%;left:50%;transform:translate(-50%,-50%);border:1px solid gray;box-shadow:2px 2px 1px 2px #80808024;border-radius:15px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;overflow:hidden;background-color:#f0f0f0;z-index:99999;min-width:35%}.container_form_alert .container_icon_form_alert{width:12.5%;display:grid;place-items:center}.container_form_alert .container_components_form_alert{width:87.5%;background-color:#fff;padding:10px 20px}.container_form_alert .container_components_form_alert .middle_form_alert{display:grid;place-items:center;padding:10px 5%}.container_form_alert .container_components_form_alert .middle_form_alert .text_header_form_alert{text-align:center;margin:0;padding:5px;font-weight:700;font-family:var(--default-font-text)}.container_form_alert .container_components_form_alert .middle_form_alert .text_description_form_alert{text-align:center;margin:0;padding:5px;color:#4d4d4d;font-family:var(--default-font-text)}.container_form_alert .container_components_form_alert .footer_form_alert{height:50px;display:grid;place-items:center;padding:5px}.container_form_alert .container_components_form_alert .footer_form_alert button{border-radius:25px;padding:5px 10px;background-color:#fff;border:1px solid #3b71d1;color:#3b71d1;width:25%;outline:0!important;transition:all .3s ease;font-family:var(--default-font-text)}.container_form_alert .container_components_form_alert .footer_form_alert button:hover{background-color:#1358bfe3;color:#fff;border:1px solid #1358bfe3}.container_form_alert .icon_form_alert{background-position:center;background-repeat:no-repeat;background-size:contain}.text_header_form_alert.icon_information{color:#1358bfe3}.text_header_form_alert.icon_success{color:#39b54a}.text_header_form_alert.icon_warning{color:#f7931e}.text_header_form_alert.icon_danger{color:#d4145a}.icon_form_alert.icon_information{background-image:url(../Image/icon_information.svg);height:35px;width:35px}.icon_form_alert.icon_success{background-image:url(../Image/icon_success.svg);height:35px;width:35px}.icon_form_alert.icon_warning{background-image:url(../Image/icon_warning.svg);height:40px;width:40px}.icon_form_alert.icon_danger{background-image:url(../Image/icon_danger.svg);height:30px;width:30px}@media (max-width:1212px){.container_form_alert{flex-direction:column;width:75%;top:35%}.container_form_alert .container_icon_form_alert{width:100%;height:90px}.container_form_alert .container_components_form_alert{width:100%}.container_form_alert .container_components_form_alert .footer_form_alert button{width:30%}}@media (max-width:680px){.container_form_alert{width:90%}.container_form_alert .container_components_form_alert .footer_form_alert button{width:40%}}.container_form_done_message{position:absolute;width:100%;height:100%;background-color:#ffffff75;display:grid;place-items:center;z-index:999999}.container_form_done_message .item_box_container{width:100%;height:auto;text-align:center;display:grid;place-items:center}.container_form_done_message .item_box_container .box_done_message{background-color:#3b71d1;width:50%;border-radius:10px}.container_form_done_message .item_box_container .box_done_message .text_description_done_message{margin:0;padding:20px;color:#fff;font-size:2rem}@media only screen and (max-width:899px){.container_form_done_message .item_box_container .box_done_message{width:80%}}