.side-bar {
    background: white;
    border-right: 1px solid var(--color-border);
    display: flex;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    margin: auto;
    max-height: 600px;
    border-radius: 1.5rem;
    color: black !important;
    max-width: 500px;
    max-height: 90%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
}

.label {
    color: rgb(109, 106, 106);
}

.side-bar input {
    background: rgb(244 246 248);
    color: var(--color-dark-primary);
    border: 1px solid rgb(244 246 248) !important;
    border-radius: 0.5rem;
    /* padding: 8px;
    margin: 8px 0; */
    width: calc(100% - 16px);
    font-size: 14px;
}

#qrcode {
    padding: 0.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

#qrcode img {
    background-color: var(--color-dark-primary);
    padding: 0.5rem;
    border-radius: 0.75rem;
}

#qrText {
    color: black;
    padding: 0 0 1rem 0;
    font-size: 20px !important;
    font-weight: 1000 !important;
    text-align: center;
    margin-top: 0.5rem;
}

#id-area {
    padding: 15px 0;
    color: var(--color-dark-secondary);
}

.dropdown-container {
    position: relative;
    display: inline-block;
}

/* .device-icon {
    background: #fff;
    border: 1px solid #ccc;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .device-icon:hover {
    background-color: #f9fafb;
  } */
#deviceLogoutBtn {
    display: none;
}

.connected #deviceLogoutBtn {
    display: block;
}

#deviceDropdown {
    /* background: var(--color-background-dark-primary); */
    color: var(--color-dark-primary);
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
    padding: 8px;
    margin: 8px 0;
    width: calc(100% - 16px);
    font-size: 25px;
    cursor: pointer;
}

.side-bar {
    overflow: auto;
}

.dropzone {
    margin-top: 20px !important;
    border: 2px solid rgb(166 178 193 / 0.4);
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    color: black;
}

.dropzone input {
    display: none;
}

.progress {
    margin-top: 15px;
    background: #444;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100% !important;
    opacity: 0.9;
    margin: 0;
    padding: 0;
    z-index: 999;
}

.progress-bar {
    width: 0%;
    transition-duration: 0.3s !important;
    background: rgb(91, 196, 91, 0.4) !important;
    color: black;
    font-size: 15px;
    font-weight: 700;
}

.sharing-log {
    margin-top: 15px;
    font-size: 14px;
}

.progress-text-table {
    padding: 0 !important;
    margin: 0 !important;
}

.progress-text-table td {
    padding: 0 !important;
    margin: 0;
}

.progress-text-table .progress-percentage {
    color: rgb(166 178 193);
    font-size: 0.8rem;
    vertical-align: bottom;
    text-align: right;
}

.progress-files {
    color: rgb(166 178 193);
    font-size: 0.95rem;
    vertical-align: bottom;
    text-align: right;
}

.file-zone {
    position: relative;
    border: 2px dashed rgb(166 178 193 / 0.4);
    border-radius: 12px;
    padding: 15px;
    overflow: auto;
    height: 220px;
}

.text-zone {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 0 !important;
}

.text-zone button {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}

.add-text {
    width: 100%;
    margin: 0;
}