.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.075),0 1px 2px rgba(0,0,0,.075),1px 2px 4px rgba(0,0,0,.075),1px 3px 8px rgba(0,0,0,.075),2px 4px 16px rgba(0,0,0,.075);pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:rgba(0,0,0,.4)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible{box-shadow:0 0 0 3px rgba(112,102,224,.5)}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible{box-shadow:0 0 0 3px rgba(220,55,65,.5)}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible{box-shadow:0 0 0 3px rgba(110,120,129,.5)}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible{box-shadow:0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:rgba(0,0,0,0);color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:0;padding:1em 1.6em .3em;overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:rgba(0,0,0,0);box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px rgba(0,0,0,.06),0 0 0 3px rgba(100,150,200,.5)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:rgba(0,0,0,0);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:rgba(0,0,0,0);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:0.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static !important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(63 131 248 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}.tooltip-arrow,.tooltip-arrow:before{position:absolute;width:8px;height:8px;background:inherit}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";visibility:visible;transform:rotate(45deg)}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}input[type=time]::-webkit-calendar-picker-indicator{background:none}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}:is([dir=rtl]) select:not([size]){background-position:left .75rem center;padding-right:.75rem;padding-left:0}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #1C64F2;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1f2937;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#374151}:is([dir=rtl]) input[type=file]::file-selector-button{padding-right:2rem;padding-left:1rem}.dark input[type=file]::file-selector-button{color:#fff;background:#4b5563}.dark input[type=file]::file-selector-button:hover{background:#6b7280}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9ca3af}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6b7280}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1px;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9ca3af}.dark input[type=range]:disabled::-moz-range-thumb{background:#6b7280}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#d1d5db;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}h1{font-size:2.25rem;line-height:2.5rem;font-weight:700;--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}h2{font-size:1.875rem;line-height:2.25rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}h3{font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-\[60px\]{bottom:60px}.left-0{left:0}.right-0{right:0}.top-0{top:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mt-1{margin-top:-.25rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.me-2{margin-inline-end:.5rem}.mr-1{margin-right:.25rem}.mr-3{margin-right:.75rem}.ms-3{margin-inline-start:.75rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-\[110px\]{max-height:110px}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-4{width:1rem}.w-56{width:14rem}.w-64{width:16rem}.w-8{width:2rem}.w-\[220px\]{width:220px}.w-full{width:100%}.min-w-full{min-width:100%}.max-w-md{max-width:28rem}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.table-auto{table-layout:auto}.origin-top-right{transform-origin:top right}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-\[\#5DBEF7\]{--tw-border-opacity: 1;border-color:rgb(93 190 247 / var(--tw-border-opacity))}.border-\[\#e0e0e0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(26 86 219 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.\!bg-gray-50{--tw-bg-opacity: 1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity))!important}.bg-\[\#246896\]{--tw-bg-opacity: 1;background-color:rgb(36 104 150 / var(--tw-bg-opacity))}.bg-\[\#D8E4ED\]{--tw-bg-opacity: 1;background-color:rgb(216 228 237 / var(--tw-bg-opacity))}.bg-\[\#EAF6FC\]{--tw-bg-opacity: 1;background-color:rgb(234 246 252 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(63 131 248 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900\/50{background-color:#11182780}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/50{background-color:#ffffff80}.object-contain{-o-object-fit:contain;object-fit:contain}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pt-2{padding-top:.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-7xl{font-size:4.5rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-9{line-height:2.25rem}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.text-\[\#2c5170\]{--tw-text-opacity: 1;color:rgb(44 81 112 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(26 86 219 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 66 159 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(142 75 16 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-60{opacity:.6}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}body{font-family:Open Sans,sans-serif}.div_main{background-color:#ecfff4;border-radius:5px;padding:8px;margin-bottom:5px;border:solid 1px #51ccad}.bg-main{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.text-error{color:red;margin-top:.5rem;font-weight:600;display:flex}input[type=text],input[type=password]{border:1px solid #3883CC;padding:5px 10px;font-size:15px}.post-content a{color:#0a2fd6;font-weight:700;text-decoration:underline}.post-content ul{list-style-type:disc;margin-left:20px}body{background:#b3afaf;width:100%;margin:0;padding:0;font-family:Arial;font-size:9pt;cursor:url(/assets/trochuot-p-xpzOS8.cur),progress}a:hover,a:focus{cursor:url(/assets/trochuotnhanvao-Cw-YvqPY.cur),progress}.rmenu2{background-color:#fff;border-radius:5px;border:1px solid #FFC9D6;color:#000;margin:1px 0;padding:10px;width:99%}.gach{background:url(../../i.imgur.com/7kK4wQN.png)}.legiaitri{background:url(/assets/le-CJr30EXY.png) repeat-x;height:30px;margin:0}.nendn{background:url(/assets/nhasang-y0XwAm-z.png) repeat-x}.rank{text-shadow:0 1px 1px #cc9900,1px 0 1px #cc9900,0 -1px 1px #cc9900,-1px 0 1px #cc9900;border:1px solid#ff0000;border-radius:10px;padding:2px;margin:2px;box-shadow:1px 1px 7px red}.rank2{border:1px solid#FFCC00;border-radius:10px;padding:2px;margin:2px;box-shadow:1px 1px 7px #fc0}.rank3{border:1px solid#00CC00;border-radius:10px;padding:2px;margin:2px;box-shadow:1px 1px 7px #0c0}.pmenu{background-color:#eaf6fc;border-radius:5px;border:1px solid #bce8f1;color:#31708f;margin:5px 0;padding:10px}.rmenu{background:#f5e9eb;border:1px solid #E2C0C7;margin:1px 0;padding:4px}.hu2{background-image:url(/assets/2-B1lRul7j.gif)}.map img:hover{-moz-transform:rotate(360deg);-moz-transition:all 3s ease;-webkit-transform:rotate(360deg);-webkit-transition:all 3s ease;position:relative;transform:rotate(360deg);transition:all 1s ease}.pmenu{background-color:#f5f5f5;border-bottom:1px solid #EBEBEB;padding:5px}.tuoitho{background:url(/assets/tuoitho-CBLVA5cX.gif)}.fmod{-webkit-animation:hue 1s linear infinite;color:orange;text-shadow:0px 0px 1px #00FFFF!important}.xblue{text-shadow:1px 2px 10px #00FFC0;background-image:url(/assets/hu1-beJAdw06.gif)}.fmod{margin:0;padding:0;color:#1967f5}.admin{margin:0;padding:0;color:#ff0a0a;text-shadow:rgb(17,17,17) 0px 0px 0px,rgb(255,10,10) 0px 0px .5em,rgb(255,10,10) 0px 0px .4em}.lucifer{background-color:#ecfff4;border-radius:5px;padding:8px;margin-bottom:5px;border:solid 1px #51ccad}.nennongtrai{background:url(/assets/nennongtrai-C6dIo0AF.png) repeat-x;height:141px}.nennongtrai_toi{background:url(/assets/nennongtrai-toi-Dqj8m_F-.png) repeat-x;height:141px}.tmn{background-color:#e0f3ff;border:1px #b2f3af solid;margin:3px 0 5px;padding:15px;border-radius:5px}.bautroiboss{border:1px solid #5ac1c7;text-align:center;background:url(/assets/bautroiboss-irYL6wq3.png);margin:4px 0}.hangraoboss{background:url(/assets/hangraoboss-CGJpa9Uy.png) repeat-x;height:60px}.datboss{text-align:center;background:url(/assets/datboss-biDVhJfb.png);padding:5px}.nennhatu{background:url(/assets/da-0shUjrfk.png);padding:4px}.da{background:url(/assets/da-0shUjrfk.png)}.cola{margin:10px 0;background:url(/assets/cola-DZ8Ym9fj.png);padding:2px}.leduong{background-image:url(/assets/leduong-3E9TtK8J.png);height:30px;margin:0;max-width:900px;width:100%}.le{background-image:url(/assets/le-uzSMVaME.png);height:30px;margin:0;max-width:900px;width:100%}.nencay{background:url(/assets/nencanh1-DOqOgQf-.png) repeat-x;height:96px;max-width:900px;width:100%}.nengach{background:url(/assets/nengach-D7eBgdH3.png);padding:2px}.nhatoi{background:url(images/nhatoi.png) repeat-x;height:96px;max-width:900px;width:100%}.nenbetong{background:url(/assets/betong-BPjm4G8l.png);padding:2px}.nengo{background:url(/assets/nengo-Dvn-LX7b.png);padding:2px}.buico{background:url(/assets/buico-BZDUISn2.png) repeat-x;margin-bottom:4px;height:24px}.cotinhte{background:url(/assets/background-RVZA9Pt9.png);padding:2px}.nhasang{background:url(/assets/nencanh-V3lOCVM_.png) repeat-x;height:96px;max-width:900px;width:100%}.nencat{background:url(/assets/nencat-VqRgqKmr.png);max-width:100%;margin:auto;min-height:100px;border-bottom:0px;text-align:center}.bien{background:url(/assets/bien-oiemWj8B.png);max-width:100%;margin:auto;min-height:100px}.vaoshop{background:url(/assets/fashion-ABnTEX4L.png) no-repeat bottom center;padding-top:85px;text-align:center}.topic_qt{float:left;width:100%;line-height:15px;background-color:#eee;border-bottom:1px #C1C1C1 solid}.topic_name_qt{float:left;width:100%;padding:5px 0 5px 15px}box_name_qt{font-size:11px;color:#666}.box_pc{float:left;width:100%;color:#fff;background-color:#3883cc;height:5px}.box_thong_ke{float:left;width:100%;border-bottom:3px solid #246896}.box_cm{float:left;width:100%;line-height:15px;background-color:#d8e4ed;border-bottom:1px #C1C1C1 solid}.topic_name_cm{float:left;width:100%;padding:5px 0 5px 15px}.box_topsss{float:left;width:100%;color:#fff;background-color:#3883cc}.a{height:48px;text-align:center;margin-top:-10px;z-index:1;position:relative;background-image:url(images/buom.gif)}.buicay{background:url(../../i.imgur.com/onZqEVP.png) repeat-x;height:25px;width:100%}.gd_{border:1px solid #2E9AFE;background-color:#a9e2f3;margin:2px 0;padding:10px;border-radius:5px}.gd_new{border:1px solid #bce8f1;background-color:#eaf6fc;margin:2px 0;padding:10px;border-radius:5px;height:110px;overflow:hidden}.gd_con{border:1px solid #A9E2F3;background-color:#a9e2f3;margin:2px 0;padding:8px;border-radius:5px}.gd_con_1{border:1px solid#bce8f1;background-color:#eaf6fc;margin:2px 0;padding:8px;border-radius:5px}.gd_ruong{border:1px solid #A9E2F3;background-color:#a9e2f3;margin:2px 0;padding:10px;border-radius:5px;max-width:75px}.gd_ruong_1{border:1px solid #A9E2F3;background-color:#a9e2f3;margin:2px 0;padding:10px;border-radius:5px;min-height:195px;max-height:195px}.conduong{background:url(/assets/conduong-D5voQiZF.png);padding:6px}.clear{clear:both}.chuong{background:url(/assets/chuong-BRwe_Ycb.png) no-repeat;height:100px;margin-top:-4px;float:left;width:250px}.hoca{background:url(/assets/hoca-sMGLtTqj.png) no-repeat;height:80px;float:left;width:200px;margin-left:90px;margin-top:10px}body{background:#b3afaf;width:100%;margin:0;padding:0;font-family:Arial;font-size:10pt}img{max-width:99%}input[type=file]{border-radius:3px;background-color:#fff;color:#3883cc;text-align:center;border:1px solid #3883CC;font-size:11px;cursor:url(/assets/trochuotnhanvao-Cw-YvqPY.cur),progress}div.body{padding-top:1px}textarea{width:99%;max-width:693px}hr{border:1px inherit}.body_body{max-width:830px;margin-left:auto;margin-right:auto;margin-bottom:80px;padding-right:5px}.body-content{background:#5dbef7;width:98%;margin-left:5px;margin-bottom:-27px;box-shadow:0 -10px 10px}.label{border-radius:3px;padding:2px 4px}.label,.badge{background-color:#999;color:#fff;font-size:11.844px;font-weight:700;line-height:14px;text-shadow:0 -1px 0 rgba(0,0,0,.25);vertical-align:baseline;white-space:nowrap}.label-success,.badge-success{background-color:#093}.label-pm,.badge-pm{background-color:#ff8c00}.label-important,.badge-important{background-color:#cd0000}.label-inverse,.badge-inverse{background-color:#ff8c00}.label-info,.badge-info{background-color:#3a87ad}.profile{text-align:center;padding:10px 5px 5px}.profile-info{background-color:#f9f0da;border-radius:4px}td.left-info{vertical-align:bottom;text-align:left;background-color:#dedede;padding:5px;margin:3px 5px 2px 7px;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:#c1c1c1;width:120px;-webkit-border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-topleft:4px;-moz-border-radius-bottomleft:4px;border-top-left-radius:4px;border-bottom-left-radius:4px}td.right-info{border-width:0 0 1px;padding:2px 0 2px 5px;border-style:solid;border-color:#c1c1c1}.omenu{background-color:#f5f5f5;border-bottom:1px solid #EBEBEB;padding:5px}.bg_top{background:url(/assets/bg_top-1mmHthLt.png) repeat-x;position:relative;z-index:0;width:98%;height:21px;margin-top:5px;margin-left:5px;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.a{height:48px;text-align:center;margin-top:-10px;z-index:1;position:relative}.btn_write{border:0;background:url(/assets/button-send-yFOdhKzX.png) no-repeat;padding:4px 0;height:24px;width:37px}input[type=noidung]{width:99%}input[type=noidung],textarea{border-radius:3px;border:1px solid #3883CC;color:#3883cc;padding:2px;max-width:790px}button{padding:5px;font-size:14px}.link-more{width:100%;padding-left:2px}tr.menu td,tr.menu td a{color:#fff;font-weight:none;text-decoration:none;text-align:center;vertical-align:bottom;padding:5px 0}td#selected a{color:#032e58}tr.menu td a:hover,td#selected a:hover{text-shadow:.3em .3em .3em #3883CC;cursor:url(/assets/trochuotnhanvao-Cw-YvqPY.cur),progress}tr.menu td{background-color:#4089ba;border-right:1px solid #5dbef7}tr.menu td:hover,tr.menu td:focus{background-color:#a0e5ff;border-right:0 solid #5DBEF7;border-bottom:0 solid #5DBEF7}tr.menu td a:hover,tr.menu td a:focus{color:#032e58}tr.menu td#selected{background-color:#a0e5ff;border-right:0 solid #5DBEF7;border-bottom:0 solid #5DBEF7}tr.menu td#selected:hover,tr.menu td#selected:focus{background-color:#4089ba;border-right:1px solid #5dbef7}tr.menu td#selected a:hover,tr.menu td#selected a:focus{color:#fff}.h{padding-left:0;padding-right:4px;padding-top:5px}.h a{color:#ad4105}.h img{margin:0;padding:0}.h li{margin-left:20px}.phantrang{text-transform:uppercase;background-color:#3688c7;color:#fff;font-weight:700;font-size:13px;padding:8px 10px}.phantrang a{color:#fff}.hoanganh{line-height:15px;background-color:#3688c7;color:#fff;padding:3px 14px}.hoanganh a{color:#fff}.phancach{background-color:#3688c7;color:#fff;font-weight:700;padding:2px}.phancach a{color:#fff}.danhmuc{background:#78b6cf url(img/danhmuc.html) repeat-x bottom;border-top:3px solid #65a7bf;padding:3px 6px;color:#fff;margin:-5px -5px 2px;font-weight:700}.phdr{background-color:#3883cc;text-align:left;border:1px solid #3773CC;color:#fff;padding:7px 1px 6px 5px}.login{background-color:#fff;border-bottom:1px solid #F5F5F5;padding:2px}.list1{background:none repeat scroll 0 0 #d8e4ed;border-bottom:1px #C1C1C1 solid;padding:15px 0 10px;padding:15px 0 10px 15px}.list2{background:none repeat scroll 0 0 #f96;line-height:15px;border-left:1px solid #F96;border-right:1px solid #F96;border-bottom:1px solid #F96;padding:3px 14px}.forumlist{background-color:#ededed;border-bottom:1px #b7c2c7 solid;padding:4px 0 4px 14px}.menu{padding:4px}.footer{background:url(/assets/nongtraibanngay-Yk3tP2vw.png) repeat-x;position:absolute;width:98%;height:57px;margin-left:7px;z-index:-1;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-radius-bottomright:10px;-moz-border-radius-bottomleft:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-shadow:0 9px 10px}.copyright{position:relative;z-index:3;width:95%;margin-left:auto;margin-right:auto;text-align:center;color:#000;font-size:12px;margin-top:2px}.left_b_bottom{width:100%;margin-top:-1px;position:relative;margin-left:-1px}.bg_bottom{background:url(../images/bg_bottom.png) repeat-x;position:relative;width:94%;height:98px;margin-left:auto;margin-right:auto;padding-bottom:5px}.right_b_bottom{position:relative;z-index:2;background-position:right;width:100%;margin-top:-5px;margin-left:-1px}.chat_row{padding:2px;border-bottom:1px dashed #ddd;overflow:hidden}.me_row{padding:4px;border-bottom:1px dashed #ddd;overflow:hidden}.chat_row img,.me_row img{vertical-align:top}.chatbox-user-online img{padding:0!important;margin:0!important;vertical-align:middle}.time_chatbox{font-size:10px;color:#888}.chatbox_avatar{padding:1px;border:1px solid #d1d1d1;vertical-align:text-top;margin-right:0;display:table-cell;float:left;border-radius:50%}.chatbox_avatar_online{border:1px solid #FFD9BB}.chatbox_message{display:table-cell}.chatbox_message a{color:#750500}.chatbox_message a:hover{color:#e74946}.chatbox_message_wrapper{padding:3px}.content_block{background:#fff}.content_block_bottom{padding:5px;background-color:#ededed;border-top:1px solid #f2f2f2}.content_block_bottom a{color:#999}.dangbai{background:#5dbef7;padding:3px 0}.topmenu{background-color:#3883cc;color:#fff;font-weight:700;padding:4px 4px 5px 11px}.topmenu a{color:#fff}.currentpage{font-size:10px;background-color:#246896;color:#fff;border:#e5e5e5 2px solid;width:15px;padding:2px 5px;margin-left:2px;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;font-weight:700}a.pagenav{font-size:10px;background-color:#fff;color:red;border:#e5e5e5 2px solid;width:15px;padding:2px 5px;margin-left:2px;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;font-weight:700}a.pagenav:hover{font-size:10px;background-color:#3688c7;border:#e5e5e5 2px solid;color:#f8f8ff;width:15px;padding:2px 5px;margin-left:2px;text-decoration:none;-moz-border-radius:5px;-webkit-border-radius:5px;font-weight:700}.quote{border:1px solid #A29C9C;border-radius:5px;padding:3px;margin:3px;font-style:italic;font-size:14px;background:none repeat scroll 0 0 #fdf2f2}.user1{border-bottom:1px solid #B3B3B3}.quote2{padding:3px}.forumtext{padding:5px 0 1px 5px}.text{border-top:1px solid #e0e0e0;padding-top:2px;width:100%}.menuforum{text-align:right}.tieudeforum{font-weight:700;color:#1e5b7e}.pageforum{background-color:#3883cc;color:#fff;text-align:right;font-size:13px;padding:7px 1px 6px 5px}.pageforum a{color:#036}.sobaigui{font-size:13px;text-align:center;color:#333;margin-right:10px;width:30px}.homeforum{background-image:url(/assets/top_box02_bgrepx-Bd8Adx-r.png);padding:4px;font-weight:700;color:#1e5b7e;font-size:13px}.homeforum a{color:#1e5b7e}.icon-home{background-image:url(/assets/house-Cs15seF5.png);background-repeat:no-repeat}.home{padding-left:20px}.topicindex a{color:#2c5170;font-weight:700;padding-left:5px}.comentindex{color:#ad4105;padding-left:10px}.dat{background:url(/assets/dat-DfFxFUoh.png);padding:6px}.cola{margin:10px 0;background:url(/assets/cola-DZ8Ym9fj.png);padding:2px}.thanhpho{background:url(/assets/nencauca-RBhOZuUw.png);padding:6px;max-width:100%;margin:auto;height:40px;border-bottom:2px solid #e7e7e7}a{text-decoration:none}.nenshop{background:url(/assets/nenshop-CAk0qGUK.png) repeat-x;height:124px;border-bottom:1px solib #fff}.nenda{background:url(/assets/nenda-BWCtk2rI.png);padding:50px;max-width:100%;margin:auto;height:60px;border-bottom:2px solid #e7e7e7}.troixanh{background:url(/assets/troixanh-Dp_LZwrn.png);max-width:100%;margin:auto;height:130px;border-bottom:2px solid #e7e7e7}.legend{text-shadow:0 0 8px purple;font-weight:700}.friendly{text-shadow:0 0 8px green;font-weight:700}.rich{text-shadow:0 0 8px #ffd700;font-weight:700}.darkness{text-shadow:0 0 8px #000;font-weight:700}.hero{text-shadow:0 0 8px red;font-weight:700}.box_profile .box_avatar,.box_profile .box_avatar a{text-align:center;padding:5px 0}.box_profile .box_avatar a:hover{text-decoration:underline}.box_profile .infomation{float:left;width:100%}.clearfix{clear:both;float:none}#box_forums .box_list_parent a{color:#1e5b7e;text-decoration:none}#box_forums .box_list_parent a:hover{color:#1e5b7e;text-decoration:underline}#box_forums .box_home .box_icon a{color:#1e5b7e;text-decoration:none}#box_forums .box_home .box_icon a:hover{color:#1e5b7e;text-decoration:underline}#box_forums .box_home_bot .box_icon a{color:#1e5b7e;text-decoration:none}#box_forums .box_home_bot .box_icon a:hover{color:#1e5b7e;text-decoration:underline}#box_forums{float:left;width:100%;margin-top:0}#box_forums .box_home .box_icon{float:left;width:90%;height:15px;background-attachment:scroll;background-color:transparent;background-image:url(images/house.png);background-position:5px 5px;background-repeat:no-repeat;font-weight:700;color:#1e5b7e;font-size:13px;padding:6px 0 0 25px}#box_forums .box_home_bot{float:left;width:100%;height:25px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom:1px #C1C1C1 solid;background-attachment:scroll;background-color:transparent;background-image:url(images/top_box02_bgrepx.png);background-position:center top;background-repeat:repeat-x;border-top:2px #3883CC solid}#box_forums .box_home_bot .box_icon{float:left;width:90%;height:16px;background-attachment:scroll;background-color:transparent;background-image:url(images/house.png);background-position:5px 5px;background-repeat:no-repeat;font-weight:700;color:#1e5b7e;font-size:13px;padding:6px 0 0 25px}#box_forums .box_home{float:left;width:100%;height:25px;border-bottom:1px #C1C1C1 solid;background-attachment:scroll;background-color:transparent;background-image:url(images/top_box02_bgrepx.png);background-position:center top;background-repeat:repeat-x}#box_forums .box_title_forum{float:left;width:100%;text-align:center;background-color:#d8e4ed;line-height:22px;font-weight:700}#box_forums .box_title_forum_next{float:left;width:100%;text-align:left;background-color:#d8e4ed;line-height:22px}#box_forums .box_title_forum_next span{font-weight:700;padding-left:8px}#box_forums .box_title_forum .box_logos{float:left;max-width:9%;border-right:1px #C1C1C1 solid}#box_forums .box_title_forum .box_list{float:left;width:66%;border-right:1px #C1C1C1 solid}#box_forums .box_title_forum .box_list_2{float:left;max-width:198px}#box_forums .box_list_parent .box_parent_list{float:left;width:100%;color:#fff;background-color:#9bdb4a;line-height:22px;font-weight:700}#box_forums .box_list_parent .box_parent_list span{padding-left:18px}#box_forums .box_list_parent{float:left;width:100%;background-color:#d8e4ed}#box_forums .box_list_parent .box_logos{float:left;max-width:9%}#box_forums .box_list_parent .box_parent_list .box_left_lust{float:left;width:20%;padding-left:15px}#box_forums .box_list_parent .box_parent_list .box_right_lust{float:left;padding-left:15px}#box_forums .box_list_chuyenmuc{float:left;width:100%;line-height:22px}#box_forums .box_list_chuyenmuc .box_topss{float:left;width:100%;color:#fff;background-color:#3883cc;height:5px}#box_forums .box_topss form{float:left;width:100%;padding:3px 0}#box_forums .box_list_chuyenmuc .box_topss span{font-weight:700;padding-left:8px}#box_forums .box_list_chuyenmuc .box_topsss{float:left;width:100%;color:#fff;background-color:#3883cc}#box_forums .box_topsss form{float:left;width:100%;padding:3px 0}#box_forums .box_list_chuyenmuc .box_topsss span{font-weight:700;padding-left:8px}#box_forums .box_list_chuyenmuc .box_midss{float:left;width:100%;background-color:#d8e4ed;font-weight:700;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_chuyenmuc .box_midss .box_detai{float:left;width:100%;border-right:1px #C1C1C1 solid}#box_forums .box_list_chuyenmuc .box_midss .box_detai span{padding-left:15px}#box_forums .box_list_chuyenmuc .box_midss .box_baimoi{float:left;max-width:180px;padding-left:15px}#box_forums .box_list_chuyenmuc .box_botss{float:left;width:100%;line-height:15px;background-color:#d8e4ed;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_chuyenmuc .box_botss .topic_name{float:left;width:100%;padding:5px 0 5px 15px}#box_forums .box_list_chuyenmuc .box_botss .user_name{float:left;max-width:180px;padding:5px 0 5px 15px}#box_forums .box_list_chuyenmuc .box_botsss{float:left;width:100%;line-height:15px;background-color:#eee;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_chuyenmuc .box_botsss .topic_name{float:left;width:100%;padding:5px 0 5px 15px}#box_forums .box_list_chuyenmuc .box_botsss .user_name{float:left;max-width:180px;padding:5px 0 5px 15px}#box_forums .box_list_parent .box_parent_list_next{float:left;width:100%;color:#fff;background-color:#3883cc}#box_forums .box_list_parent .box_parent_list_next .box_phantrang{text-align:right;padding:2px 4px 1px 0}#box_forums .box_list_parent .box_parent_list_next .box_phantrang a:hover{color:#fff;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next,#box_forums .box_list_parent .box_list_parent_next .box_infomation{float:left;width:100%}#box_forums .box_list_parent .box_list_parent_next .box_infomation .left_info{float:left;height:22px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info{float:left;width:80%;padding-top:15px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_a{float:left;width:7px;background-image:url(images/left-blog.gif);background-repeat:no-repeat;height:40px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_b{float:left;width:90%;padding:0 4px;background-color:#fff;border-radius:5px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_b .box_title_date{float:left;width:100%;line-height:10px;font-size:11px;font-style:italic;color:#ad4105}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_b .box_title_date .box_left_all{float:left;padding:0 0 5px 5px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_b .box_title_bviet{float:left;width:100%;font-weight:700;line-height:18px}#box_forums .box_list_parent .box_list_parent_next .box_infomation .right_info .box_list_b .box_title_noidung{float:left;width:100%;line-height:15px;padding-bottom:5px}#box_forums .box_list_parent .box_list_parent_next .box_title_name{float:left;max-width:550px;font-weight:700;margin:5px 10px 5px 20px;padding:5px;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_topic{float:left;max-width:550px;margin:0 10px 0 20px;padding-bottom:15px}#box_forums .box_list_chuyenmuc .box_midss form{float:left;width:100%;padding:0 0 10px}#box_forums .box_list_chuyenmuc .box_midss form .textbox{float:left;width:100%}#box_forums .box_list_chuyenmuc .box_midss form .textbox .box_test{float:left;text-align:left;padding-left:14px}#box_forums .box_list_chuyenmuc .box_midss form .textbox .box_inputs{float:left;width:100%}#box_forums .box_list_chuyenmuc .box_midss form .textbox .box_inputs input,#box_forums .box_list_chuyenmuc .box_midss form .textbox .box_inputs textarea{width:90%}#box_forums .box_list_chuyenmuc .box_midss form .textbox .box_inputs button{width:80px}#box_forums .box_list_parent .box_list_parent_index{float:left;width:100%;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_parent .box_list_parent_index .box_list{float:left;width:100%;padding-bottom:3px}#box_forums .box_list_parent .box_list_parent_index .box_list .box_top{float:left;width:100%;padding-top:5px;font-weight:700}#box_forums .box_list_parent .box_list_parent_index .box_list .box_top span{padding-left:6px}#box_forums .box_list_parent .box_list_parent_index .box_list .box_bot{float:left;width:100%}#box_forums .box_list_parent .box_list_parent_index .box_list .box_bot .box_canhdeu{padding:0 6px}#box_forums .box_list_parent .box_list_parent_index .box_list_2{float:left;width:100%;line-height:16px;-x-system-font:none;font-family:verdana,geneva,lucida,lucida grande,arial,helvetica,sans-serif;font-size:11px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;line-height:normal}#box_forums .box_list_parent .box_list_parent_index .box_list_2 .topic_name{padding-left:10px;background-image:url(images/post_old.gif);background-repeat:no-repeat;background-position:10px 2px;padding-bottom:3px}#box_forums .box_list_parent .box_list_parent_index .box_list_2 .user_name{padding-left:10px;padding-bottom:3px}#box_forums .box_list_parent .box_list_parent_index .box_list_2 .topic_name a{color:#ad4105;padding-left:11px;text-decoration:none}#box_forums .box_list_parent .box_list_parent_index .box_list_2 .topic_name a:hover{color:#ad4105;padding-left:11px;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_index .box_list .box_list_bot{float:left;width:100%}#box_forums .box_list_parent .box_list_parent_index .box_list .box_list_bot .box_list_con{float:left;background-image:url(images/arrow04_icon.png);background-position:3px 6px;background-repeat:no-repeat;padding:1px 0 0 14px;margin-left:6px}#box_forums .box_list_parent .box_list_parent_next .box_list_c_s{vertical-align:top;background-image:url(images/left-forum.html);background-repeat:no-repeat;background-position:37px 10px}#box_forums .box_list_parent .box_list_parent_next .box_list_c{vertical-align:top;background-image:url(images/left-blog.png);background-repeat:no-repeat;background-position:37px 10px}#box_forums .box_list_parent .box_list_parent_next .box_list_b{padding:5px 4px;background-color:#fff;border-radius:5px;color:#333;position:relative;vertical-align:top}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s{padding:5px 4px;background-color:#f6f3f3;border-radius:5px;color:#333}#box_forums .box_list_parent .box_list_parent_next .box_list_a{vertical-align:top;padding-top:11px;height:40px}#box_forums .box_list_parent .box_list_parent_next table{padding:3px 0 0}#box_forums .box_list_parent .box_list_parent_detai{float:left;width:100%}#box_forums .box_list_parent .box_list_parent_detai .box_list{float:left;width:100%;padding:3px 0}#box_forums .box_list_parent .box_list_parent_detai .box_list .box_top{float:left;width:100%;padding-left:10px;font-weight:700;font-size:13px}#box_forums .box_list_parent .box_list_parent_detai .box_list .box_bot{float:left;width:100%;padding-left:10px}#box_forums .box_list_parent .box_list_parent_detai .box_list_2{float:left;width:100%;padding-bottom:3px;border-bottom:1px #C1C1C1 solid}#box_forums .box_list_parent .box_list_parent_detai .box_list_2 .topic_name{float:left;padding-left:20px;background-image:url(images/post_old.gif);background-repeat:no-repeat;background-position:10px 2px}#box_forums .box_list_parent .box_list_parent_detai .box_list_2 .user_name{float:left;width:100%;padding-left:10px}#box_forums .box_list_parent .box_list_parent_detai .box_list_2 .topic_name a{color:#ad4105;text-decoration:none}#box_forums .box_list_parent .box_list_parent_detai .box_list_2 .topic_name a:hover{color:#ad4105;text-decoration:underline}#box_forums .box_list_chuyenmuc .box_botss .topic_name .box_name_eman span{font-size:11px;color:#666;font-style:italic}#box_forums .box_list_chuyenmuc .box_botss .topic_name .box_name_eman_s{background-color:#fff;width:93%;padding:4px;border-radius:5px}#box_forums .box_list_chuyenmuc .box_botss .topic_name .box_name_eman_s span{font-size:12px;color:#333}#box_forums .box_list_chuyenmuc .box_botss .topic_name .box_name_eman a{color:#1e5b7e;text-decoration:none}#box_forums .box_list_chuyenmuc .box_botss .topic_name .box_name_eman a:hover{color:#1e5b7e;text-decoration:underline}#box_forums .box_list_parent .box_parent_list_boxx{float:left;width:100%;color:#fff;border-bottom:2px #3883CC solid;font-size:11px}#box_forums .box_list_parent .box_list_parent_next .box_list_b .oxx_aaaas a{color:red;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .oxx_aaaas a:hover{color:red;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .oxx_aaaas a{color:red;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .oxx_aaaas a:hover{color:red;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .oxx_aaaa a{color:#1e5b7e;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .oxx_aaaa a:hover{color:#1e5b7e;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .oxx_aaaa a{color:#1e5b7e;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .oxx_aaaa a:hover{color:#1e5b7e;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads{float:left;width:100%;color:#000;font-size:12px}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_member{float:left;width:100%;font-weight:700;color:#013481;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_member a{color:#013481;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_member a:hover{color:#013481;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_baned{float:left;width:100%;font-weight:700;color:#000;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_baned a,#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_baned a:hover{color:#000;text-decoration:line-through}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_baned{float:left;width:100%;font-weight:700;color:#000;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_baned a,#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_baned a:hover{color:#000;text-decoration:line-through}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_admin{float:left;width:100%;font-weight:700;color:#f44;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_admin a{color:#f44;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_admin a:hover{color:#f44;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_tmod{float:left;width:100%;font-weight:700;color:teal;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_tmod a{color:teal;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_tmod a:hover{color:teal;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_smod{float:left;width:100%;font-weight:700;color:green;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_smod a{color:green;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_smod a:hover{color:green;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_mod{float:left;width:100%;font-weight:700;color:#9932cc;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_mod a{color:#9932cc;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_mod a:hover{color:#9932cc;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_gm{float:left;width:100%;font-weight:700;color:#ea9415;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_gm a{color:#ea9415;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_gm a:hover{color:#ea9415;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_dsat{float:left;width:100%;font-weight:700;color:#00f;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_dsat a{color:#00f;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_oxx_dsat a:hover{color:#00f;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_title_bviet{float:left;width:100%;color:#1e5b7e;font-weight:700;font-size-adjust:none;font-style:normal;font-variant:normal;line-height:normal}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_ndung_bviet{float:left;width:100%;min-height:40px}#box_forums .box_list_parent .box_list_parent_next .box_list_b_s .box_list_ads .box_timee_bviet{float:left;width:100%;color:#676767;position:relative;bottom:-3px;font-size:10px}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads{float:left;width:100%;color:#000;font-size:12px}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_member{float:left;width:100%;font-weight:700;color:#013481;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_member a{color:#013481;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_member a:hover{color:#013481;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .oxx_baned{float:left;width:100%;font-weight:700;color:#013481;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .oxx_baned a,#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .oxx_baned a:hover{color:#013481;text-decoration:line-through}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_admin{float:left;width:100%;font-weight:700;color:#f44;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_admin a{color:#f44;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_admin a:hover{color:#f44;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_tmod{float:left;width:100%;font-weight:700;color:teal;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_tmod a{color:teal;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_tmod a:hover{color:teal;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_smod{float:left;width:100%;font-weight:700;color:green;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_smod a{color:green;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_smod a:hover{color:green;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_mod{float:left;width:100%;font-weight:700;color:#9932cc;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_mod a{color:#9932cc;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_mod a:hover{color:#9932cc;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_gm{float:left;width:100%;font-weight:700;color:#ea9415;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_gm a{color:#ea9415;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_gm a:hover{color:#ea9415;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_dsat{float:left;width:100%;font-weight:700;color:#00f;font-size:8pt;border-bottom:1px #E1E1E1 solid}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_dsat a{color:#00f;text-decoration:none}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_oxx_dsat a:hover{color:#00f;text-decoration:underline}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_title_bviet{float:left;width:100%;color:#1e5b7e;font-weight:700;font-size-adjust:none;font-style:normal;font-variant:normal;line-height:normal}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_ndung_bviet{float:left;width:100%;min-height:35px}#box_forums .box_list_parent .box_list_parent_next .box_list_b .box_list_ads .box_timee_bviet{float:left;width:100%;font-size:10px;color:#676767}#box_forums .box_list_parent .box_list_parent_next .box_bai_gui{font-size:10px;text-align:center;color:#333;padding-top:2px;padding-right:5px}#box_forums .box_list_parent .box_list_parent_next .box_list_bga{width:53px;background-image:url(images/left-blog.gif);background-repeat:no-repeat;background-position:45px 20px}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new{float:left;width:100%;padding-top:3px;border-bottom:1px #E5EAF1 solid}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_list_b{padding:5px 4px;-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:5px;-moz-border-radius-topright:5px;border-radius:5px;background-color:#fff;color:#333;width:100%}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_list_c{vertical-align:top;background-image:url(images/left-blog.png);background-repeat:no-repeat;background-position:37px 10px}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_img_avatar,#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_list_cnang{float:left;width:100%}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_list_cnang button{float:left;width:37px;height:23px;border:0px;cursor:pointer;margin-left:6px;background-image:url(images/button-send.png);background-repeat:no-repeat}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_top_name,#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_top_name .box_topname{float:left;width:100%}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_top_name .box_topname input,#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_top_name .box_topname textarea{width:98%}#box_forums .box_list_chuyenmuc .box_midss .box_comment_new .box_top_name .boxndungbot{float:left;width:100%}#box_forums .box_thong_ke{float:left;width:100%;border-bottom:3px solid #246896}#box_forums .box_thong_ke .box_thongke_top{float:left;width:100%;line-height:22px;font-weight:700;color:#fff;background-color:#3883cc}#box_forums .box_thong_ke .box_thongke_top span{padding-left:15px}#box_forums .box_thong_ke .box_thongke_bot{float:left;width:100%;line-height:18px;background-color:#d8e4ed}#box_forums .box_thong_ke .box_thongke_bot .box_thong_ke_a{float:left;width:100%;color:#333;padding:3px 0}#box_forums .box_thong_ke .box_thongke_bot .box_thong_ke_a span{padding-left:7px}#box_forums .box_thong_ke .box_thongke_bot .box_thong_ke_a span b{color:#00f}#box_login_ads{float:left;width:100%;background-color:#d8e4ed;padding:5px 0}#box_login_ads .box_inputboxx{float:left;width:100%}#box_login_ads .box_inputboxx .box_input_login{float:left}#box_login_ads .box_inputboxx .box_input_login input{width:50px;margin-left:2px}#box_login_ads .box_inputboxx .box_button_login{float:left;width:20%}#box_login_ads .box_inputboxx .box_welcome_team{float:left;width:98%;text-align:right}#box_login_ads .box_inputboxx .box_welcome_team a{color:#1e5b7e;text-decoration:none}#box_login_ads .box_inputboxx .box_welcome_team a:hover{color:#f44;text-decoration:underline}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b_s div.box_list_ads div.box_timee_bviet img,#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b div.box_list_ads div.box_timee_bviet img{padding-left:3px}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b_s div.box_list_ads div.box_timee_bviet span a{background-image:url(images/reply.png);background-repeat:no-repeat;background-position:0px 0px;width:40px;height:14px}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b_s div.box_list_ads div.box_timee_bviet span a:hover{background-image:url(images/reply.png);background-repeat:no-repeat;background-position:0px -16px;width:40px;height:14px}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b div.box_list_ads div.box_timee_bviet span a{background-image:url(images/reply.png);background-repeat:no-repeat;background-position:0px 0px;width:40px;height:14px}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b div.box_list_ads div.box_timee_bviet span a:hover{background-image:url(images/reply.png);background-repeat:no-repeat;background-position:0px -16px;width:40px;height:14px}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b_s div.box_list_ads div.box_ndung_bviet center img{max-width:90%}#box_forums div.box_list_parent div.box_list_parent_next table tbody tr td.box_list_b div.box_list_ads div.box_ndung_bviet center img{max-width:90%}#box_forums div.box_list_chuyenmuc div.box_midss span img{width:60px;padding-left:13px}#box_forums div.box_list_chuyenmuc div.box_midss form div{float:left;width:100%}#box_forums div.box_list_chuyenmuc div.box_midss form div .box_check{float:left;width:120px}#box_forums div.box_list_chuyenmuc div.box_midss form div .box_check span{float:left;width:120px;padding:1px 0 1px 5px}img.blog-avatar{width:30px;position:relative;margin-right:5px;z-index:0}td.blog-avatar{vertical-align:top}td.current-blog{width:800px;padding:4px;position:relative;z-index:0;background-color:#fff;border-radius:4px}div.blog-bg-left{height:0}div.blog-bg-left img{position:relative;left:-11px;top:-6px}td.current-blog2{width:800px;padding:4px;position:relative;z-index:0;background-color:#f6f3f3;border-radius:4px}td.current-blog3{padding:5px 4px;background-color:#fff;border-radius:5px;color:#333;position:relative;vertical-align:top}#miniGame{position:fixed;z-index:9998;background:transparent;top:82px;right:15px;width:60px;height:60px;border-radius:50%}#miniGame.transition{transition:all .5s cubic-bezier(0,0,.59,1.32)}.miniTaixiu{width:38px;height:38px;top:20%;left:20%;position:absolute;background-image:url(../../tpdieuki.tk/assets/images/minigame-taixiu.png);background-position:-3px -4px;background-size:45px auto;padding:4px;border-radius:50%;box-shadow:0 0 1px #bab7b7,0 0 10px #bab7b7;z-index:20;transition:all .5s cubic-bezier(.68,-.55,.265,1.55)}.miniBaucua{width:38px;height:38px;top:20%;left:20%;position:absolute;background:#fff;padding:4px;border-radius:50%;box-shadow:0 0 1px #bab7b7,0 0 10px #bab7b7;z-index:20;transition:all .5s cubic-bezier(.68,-.55,.265,1.55) .2s}.test3{width:38px;height:38px;top:20%;left:20%;position:absolute;background:#fff;padding:4px;border-radius:50%;box-shadow:0 0 1px #bab7b7,0 0 10px #bab7b7;z-index:20;transition:all .5s cubic-bezier(.68,-.55,.265,1.55) .4s}.test4{width:38px;height:38px;top:20%;left:20%;position:absolute;background:#fff;padding:4px;border-radius:50%;box-shadow:0 0 1px #bab7b7,0 0 10px #bab7b7;z-index:20;transition:all .5s cubic-bezier(.68,-.55,.265,1.55) .6s}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:bg-\[\#A0E5FF\]:hover{--tw-bg-opacity: 1;background-color:rgb(160 229 255 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(26 86 219 / var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 66 159 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(63 131 248 / var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(63 131 248 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-80:disabled{opacity:.8}.peer:checked~.peer-checked\:border-blue-600{--tw-border-opacity: 1;border-color:rgb(28 100 242 / var(--tw-border-opacity))}.peer:checked~.peer-checked\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(225 239 254 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(28 100 242 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:text-blue-600{--tw-text-opacity: 1;color:rgb(28 100 242 / var(--tw-text-opacity))}.peer:checked~.peer-checked\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.peer:checked~.peer-checked\:shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:max-w-md{max-width:28rem}.sm\:p-8{padding:2rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 768px){.md\:mt-0{margin-top:0}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width: 1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:text-9xl{font-size:8rem;line-height:1}}@media (min-width: 1280px){.xl\:p-0{padding:0}}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.error-boundary{padding:20px;border:1px solid #f56c6c;border-radius:4px;background-color:#fef0f0}.error-boundary pre{margin-top:10px;padding:10px;background-color:#f8f8f8;overflow-x:auto}