@charset "utf-8";
.sidebar-wrapper .sidebar-header .text-logo{background:linear-gradient(to right, #f32170, #ff6b08, #cf23cf, #eedd44);background-clip:text;color:transparent;font-size:.6em;line-height:20px;}#showPassA, #hidePassA, #showPassB, #hidePassB, #showPassC, #hidePassC{cursor:pointer;}#hidePassA, #hidePassB, #hidePassC{display:none;}html[data-bs-theme=dark] .colored-toast.swal2-icon-success, .colored-toast.swal2-icon-success{background-color:#a5dc86 !important;}html[data-bs-theme=dark]  .colored-toast.swal2-icon-error, .colored-toast.swal2-icon-error{background-color:#f27474 !important;}html[data-bs-theme=dark] .colored-toast.swal2-icon-warning, .colored-toast.swal2-icon-warning{background-color:#f8bb86 !important;}html[data-bs-theme=dark] .colored-toast.swal2-icon-info, .colored-toast.swal2-icon-info{background-color:#3fc3ee !important;}html[data-bs-theme=dark] .colored-toast.swal2-icon-question, .colored-toast.swal2-icon-question{background-color:#87adbd !important;}.colored-toast .swal2-title{color:white;}.colored-toast .swal2-close{color:white;}.colored-toast .swal2-html-container{color:white;}html[data-bs-theme=dark] .modal, .modal{background-color:rgba(0,0,0,.8);}html[data-bs-theme=dark] .btn-close, .btn-close{background-size:25%;}.choices__inner{font-size:16px;padding:3.25px 3.75px;}@media screen and (max-width: 576px){html[data-bs-theme=dark] .user-name, .user-name{margin-right:.2rem !important;margin-top:.25rem !important;}html[data-bs-theme=dark] .user-name .info-name, .user-name .info-name{font-size:.8rem;}html[data-bs-theme=dark] .user-name .info-user, .user-name .info-user{font-size:.675rem;}}

.blink{animation:blinker 1.5s infinite;}@keyframes blinker{0%{opacity:1;}50%{opacity:0;}100%{opacity:1;}}

.spinner-loader{align-items:center;display:flex;height:100px;justify-content:center;padding:10px;position:relative;width:100%;}
.card-loader{border-radius:50%;color:#fff;height:48px;perspective:1000px;transform:rotateZ(45deg);width:48px;}.card-loader:before, .card-loader:after{animation:1s spin linear infinite;border-radius:50%;content:"";display:block;height:inherit;left:0;position:absolute;top:0;transform:rotateX(70deg);width:inherit;}.card-loader:after{animation-delay:.4s;color: #ff3d00;transform:rotateY(70deg);}@keyframes rotate{0%{transform:translate(-50%, -50%) rotateZ(0deg);}100%{transform:translate(-50%, -50%) rotateZ(360deg);}}@keyframes rotateccw{0%{transform:translate(-50%, -50%) rotate(0deg);}100%{transform:translate(-50%, -50%) rotate(-360deg);}}@keyframes spin{0%, 100%{box-shadow:.2em 0px 0 0px currentcolor;}12%{box-shadow:.2em .2em 0 0 currentcolor;}25%{box-shadow:0 .2em 0 0px currentcolor;}37%{box-shadow:-.2em .2em 0 0 currentcolor;}50%{box-shadow:-.2em 0 0 0 currentcolor;}62%{box-shadow:-.2em -.2em 0 0 currentcolor;}75%{box-shadow:0px -.2em 0 0 currentcolor;}87%{box-shadow:.2em -.2em 0 0 currentcolor;}}

.th-sm{font-size:12px;}.table .tr-sm{font-size:11px;}html[data-bs-theme=dark] .table td, .table td, table thead th.align-top{vertical-align:top !important;}.page-start{float:left !important;}.page-end{float:right !important;}.footer-start{float:left !important;}.footer-end{float:right !important;}@media(max-width:768px){footer{font-size:.8em;}.footer-start, .footer-end{float:none;text-align:center;width:100%;}.footer-end{margin-top:-1em;}}