[data-modal-name]{
  display: none;
}

[data-modal-name].open{
  display: flex;
}

.modal-blur{
  display: none;
}
body.modal-open{
  overflow: hidden;
}
body[data-modal-open="profile-modal"] .modal-blur{
  display: block;
}

[data-button-disabled]{
  cursor: not-allowed;
}
[data-button-disabled]:hover{
  background:  inherit;
  color: inherit;
}

[data-disconnected-only], [data-connected-only]{
  display: none;
}

.notify-wrapper{
  display: none;
}

.css-t47bn7 {
    -webkit-box-align: center;
    align-items: center;
    align-self: flex-end;
    border: transparent;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 24px 0px;
    cursor: pointer;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    justify-content: center;
    outline: none;
    padding: 0px;
    width: 60px;
    background-color: rgb(59 130 246/1);
    transition: transform 0.1s ease-out;

    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 1;
}
.css-t47bn7:hover{
    transform: scale(1.05);
}

.light .theme-changer button.active{
  color: rgb(17 24 39 / var(--tw-text-opacity));
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}
.dark .theme-changer button.active{
  color: rgb(17 24 39 / var(--tw-text-opacity));
  background-color: rgb(253 253 253 / var(--tw-bg-opacity));
}