.custom-dialog{background:var(--bg-color-2);border:1px solid var(--color-primary);border-radius:10px;padding:20px;width:400px;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.react-confirm-alert-overlay{background:rgba(0,0,0,.9)}.button-group{display:flex;justify-content:center;gap:10px;margin-top:20px}.no-button,.yes-button{padding:10px 20px;border-radius:5px;border:none;cursor:pointer;color:#fff}.yes-button{background-color:var(--color-primary)}.no-button{background-color:var(--color-yellow-shade);color:#000}.small-loader-big{width:120px;height:120px}.small-loader,.small-loader-big{border:2px solid #f3f3f3;border-top:2px solid var(--color-primary);border-radius:50%;animation:spin 1s linear infinite;margin:auto}.small-loader{width:20px;height:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dot{width:10px;height:10px;background-color:var(--color-primary);border-radius:50%;animation:bounce 1s ease-in-out infinite}.custom-loader{width:100%;gap:15px;justify-content:center;align-items:center}.dot-1{animation-delay:0s}.dot-2{animation-delay:.2s}.dot-3{animation-delay:.4s}@keyframes bounce{0%,to{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1)}50%{transform:scale(2);-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2)}}