#qr-input-wrapper {
    position: relative;
    width: 90%;
    margin: 50px auto;
    padding: 20px;
    border: 2px dashed #01015e;
    border-radius: 10px;
    text-align: center;
    background: #f9f9f9;
}

#qr-input {
    font-size: 16px;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 5px;
    width: calc(100% - 20px);
    text-align: center;
    background-color: #f9f9f9;
}

#qr-scan-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#qr-input:focus {
    outline: none;
    background-color: #f9f9f9;
    box-shadow: none;
}

.modal-content {
    border-radius: 0;
    border: 2px solid #01015e;
}

.modal-header, .modal-footer {
    background-color: #01015e;
    color: white;
}

.modal-body {
    padding: 20px;
}

.modal button.close {
    color: white;
    text-shadow: none;
    opacity: 1;
}

.modal button.close:hover {
    color: #fff;
    background-color: transparent;
}
