.viva-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.viva-jc{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.viva-jsb{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.viva-gap-20{gap:20px}.viva-bg-bd-none{background:none;border:none}.viva-font-11{font-size:11px}.vform{}.vform.vdanger::-webkit-input-placeholder{color:rgb(220 53 69)!important;opacity:0.7}.vform.vdanger::-moz-placeholder{color:rgb(220 53 69)!important;opacity:0.7}.vform.vdanger:-ms-input-placeholder{color:rgb(220 53 69)!important;opacity:0.7}.vform.vdanger::-ms-input-placeholder{color:rgb(220 53 69)!important;opacity:0.7}.vform.vdanger::placeholder{color:rgb(220 53 69)!important;opacity:0.7}.vbg-success{background:#00d85d!important}.vtext-success{color:#00d85d!important}.v-mb-40{margin-bottom:40px}.v-mb-10{margin-bottom:10px}.v-circle-button{width:40px;height:40px;background:rgba(255,255,255,0.2);border:none;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;backdrop-filter:blur(10px)}.v-circle-button:hover{background:rgba(255,255,255,0.3);-webkit-transform:translateX(-2px);transform:translateX(-2px)}.v-circle-button i{color:#ffffff;font-size:1.1rem}.v-trans-0-5{-webkit-transition:all 0.5s;transition:all 0.5s}.v-click{cursor:pointer}.v-flex-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px;-ms-flex-wrap:wrap;flex-wrap:wrap}.v-flex-column-g10{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.v-blinking{color:red;-webkit-animation:blink 1s infinite;animation:blink 1s infinite}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}