.arlet-alert-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px;background-color:rgba(0,0,0,.3);font-family:sans-serif}.arlet-alert-container ::-webkit-scrollbar{width:3px;background-color:rgba(44,44,44,.5)}.arlet-alert-container ::-webkit-scrollbar-thumb{background-color:rgba(127,127,127,.5)}.arlet-alert-container ::-webkit-scrollbar-thumb:hover{background-color:rgba(127,127,127,.8)}.arlet-alert-container ::-webkit-scrollbar-track{background-color:rgba(44,44,44,.5)}.arlet-alert-container .arlet-alert{padding:10px 20px;padding-right:10px;border-radius:5px;width:100%;max-width:500px;box-shadow:0 0 10px rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;background-image:linear-gradient(to right, #043ebb, #2c2c2c)}.arlet-alert-container .arlet-alert .arlet-alert__icon{margin-right:10px;background-color:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;color:rgba(255,255,255,.5);padding:10px;width:50px;height:50px}.arlet-alert-container .arlet-alert button.arlet-alert__close{margin-right:10px;background-color:rgba(0,0,0,0);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;color:rgba(255,255,255,.5);padding:10px;width:50px;height:50px}.arlet-alert-container .arlet-alert button:hover{cursor:pointer;color:#fff}.arlet-alert-container .arlet-alert .arlet-alert__text{width:calc(100% - 100px)}.arlet-alert-container .arlet-alert .arlet-alert__text .arlet-alert__title{font-size:18px;font-weight:bold;color:#fff}.arlet-alert-container .arlet-alert .arlet-alert__text .arlet-alert__message{font-size:14px;color:rgba(255,255,255,.6);margin-top:5px}.arlet-alert-container .arlet-alert .arlet-alert__text .arlet-alert__buttons{display:flex;justify-content:flex-end;margin-top:10px}.arlet-alert-container .arlet-alert .arlet-alert__text .arlet-alert__buttons button{border:none;border-radius:5px;padding:5px 10px;font-size:14px;margin-left:10px;box-shadow:0 0 5px rgba(0,0,0,.3)}.arlet-alert-container .arlet-alert .arlet-alert__text .arlet-alert__buttons button:hover{cursor:pointer;filter:brightness(0.8)}.arlet-alert-container.error-type .arlet-alert{background-image:linear-gradient(to right, #c00000, #2c2c2c)}.arlet-alert-container.success-type .arlet-alert{background-image:linear-gradient(to right, #066106, #2c2c2c)}.arlet-alert-container.info-type .arlet-alert{background-image:linear-gradient(to right, #043ebb, #2c2c2c)}.arlet-alert-container.warning-type .arlet-alert{background-image:linear-gradient(to right, #8b8b3b, #2c2c2c)}.arlet-alert-container.form-type .arlet-alert{background-image:linear-gradient(to right, #c06a00, #2c2c2c)}.arlet-alert-container.question-type .arlet-alert{background-image:linear-gradient(to right, #b0b0b0, #2c2c2c)}.arlet-alert-container.confirm-type .arlet-alert{background-image:linear-gradient(to right, #4f4fff, #2c2c2c)}.arlet-alert-container.dark-type .arlet-alert{background-image:linear-gradient(to right, #13131b, #2c2c2c)}.arlet-alert-container.blur-dark-type .arlet-alert{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5))}.arlet-alert-container.custom-type .arlet-alert{background-image:none}.arlet-alert-container.fade-in{animation:fadeIn .2s ease-in-out}.arlet-alert-container.fade-out{animation:fadeOut .2s ease-in-out}@keyframes fadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeOut{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0.9)}}.arlet-alert-container .form-container-arlet{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%}.arlet-alert-container .form-container-arlet .form-group-arlet{display:flex;flex-direction:column;align-items:flex-start;margin:7px}.arlet-alert-container .form-container-arlet .form-group-arlet label{color:rgba(255,255,255,.8);font-size:14px;display:inline-block;width:100%}.arlet-alert-container .form-container-arlet .form-group-arlet input,.arlet-alert-container .form-container-arlet .form-group-arlet select,.arlet-alert-container .form-container-arlet .form-group-arlet textarea{width:150px;padding:10px;border-radius:5px;border:1px solid rgba(255,255,255,.3);background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:14px;margin-top:5px;margin-bottom:10px;box-shadow:0 0 5px rgba(0,0,0,.3)}.arlet-alert-container .form-container-arlet .form-group-arlet input:focus,.arlet-alert-container .form-container-arlet .form-group-arlet select:focus,.arlet-alert-container .form-container-arlet .form-group-arlet textarea:focus{outline:none;border:1px solid rgba(255,255,255,.8);box-shadow:0 0 5px rgba(0,0,0,.5)}.arlet-alert-container .form-container-arlet .form-group-arlet input.error,.arlet-alert-container .form-container-arlet .form-group-arlet select.error,.arlet-alert-container .form-container-arlet .form-group-arlet textarea.error{border:1px solid rgba(192,0,0,.8);box-shadow:0 0 5px rgba(192,0,0,.5)}.arlet-alert-container .form-container-arlet .form-group-arlet input[type=checkbox],.arlet-alert-container .form-container-arlet .form-group-arlet input[type=radio],.arlet-alert-container .form-container-arlet .form-group-arlet select[type=checkbox],.arlet-alert-container .form-container-arlet .form-group-arlet select[type=radio],.arlet-alert-container .form-container-arlet .form-group-arlet textarea[type=checkbox],.arlet-alert-container .form-container-arlet .form-group-arlet textarea[type=radio]{width:auto;margin-right:5px;margin-left:0;padding:0;background-color:rgba(0,0,0,0);border:none;box-shadow:none}.arlet-alert-container .form-container-arlet .form-group-arlet input[type=checkbox]:checked,.arlet-alert-container .form-container-arlet .form-group-arlet input[type=radio]:checked,.arlet-alert-container .form-container-arlet .form-group-arlet select[type=checkbox]:checked,.arlet-alert-container .form-container-arlet .form-group-arlet select[type=radio]:checked,.arlet-alert-container .form-container-arlet .form-group-arlet textarea[type=checkbox]:checked,.arlet-alert-container .form-container-arlet .form-group-arlet textarea[type=radio]:checked{background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.8);box-shadow:0 0 5px rgba(0,0,0,.5)}.arlet-alert-container .form-container-arlet .form-group-arlet select{background-color:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.3);border-radius:5px;padding:10px;font-size:14px;box-shadow:0 0 5px rgba(0,0,0,.3)}.arlet-alert-container .form-container-arlet .form-group-arlet select.error{border:1px solid rgba(192,0,0,.8);box-shadow:0 0 5px rgba(192,0,0,.5)}.arlet-alert-container .form-container-arlet .form-group-arlet select:focus{outline:none;border:1px solid rgba(255,255,255,.8);box-shadow:0 0 5px rgba(0,0,0,.5)}.arlet-alert-container .form-container-arlet .form-group-arlet select option{background-color:#2c2c2c;color:rgba(255,255,255,.8);padding:10px}.arlet-alert-container .form-container-arlet .form-group-arlet select option:hover{background-color:#a0a0a0;color:#fff}.arlet-alert-container.left-style{justify-content:flex-start;align-items:flex-start;padding:0px;overflow:auto;top:0}.arlet-alert-container.left-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.left-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.left-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.right-style{justify-content:flex-end;align-items:flex-end;padding:0px;overflow:auto;top:0}.arlet-alert-container.right-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.right-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.right-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.container-style{justify-content:center;align-items:center;padding:0px;overflow:auto;top:0}.arlet-alert-container.container-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:calc(100% - 30px);width:calc(100% - 20px);min-width:300px;align-items:flex-start}.arlet-alert-container.container-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.container-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.left-inputs-left-style{justify-content:flex-start;align-items:flex-start;padding:0px;overflow:auto;top:0}.arlet-alert-container.left-inputs-left-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.left-inputs-left-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.left-inputs-left-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.left-inputs-left-style .form-container-arlet{justify-content:flex-start;width:100%}.arlet-alert-container.left-inputs-right-style{justify-content:flex-start;align-items:flex-start;padding:0px;overflow:auto;top:0}.arlet-alert-container.left-inputs-right-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.left-inputs-right-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.left-inputs-right-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.left-inputs-right-style .form-container-arlet{justify-content:flex-end;width:100%}.arlet-alert-container.right-inputs-left-style{justify-content:flex-end;align-items:flex-end;padding:0px;overflow:auto;top:0}.arlet-alert-container.right-inputs-left-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.right-inputs-left-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.right-inputs-left-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.right-inputs-left-style .form-container-arlet{justify-content:flex-start;width:100%}.arlet-alert-container.right-inputs-right-style{justify-content:flex-end;align-items:flex-end;padding:0px;overflow:auto;top:0}.arlet-alert-container.right-inputs-right-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:50vw;width:100%;min-width:300px;align-items:flex-start}.arlet-alert-container.right-inputs-right-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.right-inputs-right-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.right-inputs-right-style .form-container-arlet{justify-content:flex-end;width:100%}.arlet-alert-container.container-input-left-style{justify-content:center;align-items:center;padding:0px;overflow:auto;top:0}.arlet-alert-container.container-input-left-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:calc(100% - 30px);width:calc(100% - 20px);min-width:300px;align-items:flex-start}.arlet-alert-container.container-input-left-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.container-input-left-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.container-input-left-style .form-container-arlet{justify-content:flex-start;width:100%}.arlet-alert-container.container-input-right-style{justify-content:center;align-items:center;padding:0px;overflow:auto;top:0}.arlet-alert-container.container-input-right-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:calc(100% - 30px);width:calc(100% - 20px);min-width:300px;align-items:flex-start}.arlet-alert-container.container-input-right-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.container-input-right-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.container-input-right-style .form-container-arlet{justify-content:flex-end;width:100%}.arlet-alert-container.container-inputs-left-style{justify-content:center;align-items:center;padding:0px;overflow:auto;top:0}.arlet-alert-container.container-inputs-left-style .arlet-alert{height:100%;overflow:auto;border-radius:0%;max-width:calc(100% - 30px);width:calc(100% - 20px);min-width:300px;align-items:flex-start}.arlet-alert-container.container-inputs-left-style .arlet-alert .arlet-alert__text{width:100%}.arlet-alert-container.container-inputs-left-style .arlet-alert .arlet-alert__icon+.arlet-alert__text{width:calc(100% - 50px)}.arlet-alert-container.container-inputs-left-style .form-container-arlet{justify-content:flex-start;width:100%}/*# sourceMappingURL=arlet-alert.css.map */
