@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/PrintLabels/PrintLabel.razor.rz.scp.css */
body[b-flk94iek9e] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f9f9f9;
}

.settings[b-flk94iek9e] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

    .settings label[b-flk94iek9e] {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .settings input[b-flk94iek9e] {
        padding: 8px;
        font-size: 14px;
        width: 100px;
    }

.label-container[b-flk94iek9e] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.label[b-flk94iek9e] {
    padding: 10px;
    border: 2px solid #333;
    font-size: 14px;
    text-align: center;
    background-color: white;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}

.barcode[b-flk94iek9e] {
    margin-top: 10px;
    width: 70%;
}

.print-btn[b-flk94iek9e] {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

    .print-btn:hover[b-flk94iek9e] {
        background-color: #45a049;
    }

@media print {
    body *[b-flk94iek9e] {
        display: none !important;
    }

    #print-content[b-flk94iek9e], #print-content *[b-flk94iek9e] {
        display: block !important;
    }
}
/* /Components/Shared/InputImage.razor.rz.scp.css */
.image-selector-wrapper[b-yuu96v1goy] {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-flow: column;
  -webkit-flex-flow: column;
  flex-flow: column;
  margin: 5px 0;
  padding: 10px;
  border: 1px dashed #dcdcdc;
}
/* /Components/Shared/Tag/HimiTag.razor.rz.scp.css */
.tag-wrapper[b-a5zjjoa25w] {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: 5px;
    border: 1px dashed #dcdcdc;
    border-radius: 4px;
    padding: 5px;
}

    .tag-wrapper .tags[b-a5zjjoa25w] {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
    }

        .tag-wrapper .tags a[b-a5zjjoa25w] {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 5px;
            width: fit-content;
            padding: 5px;
            font-size: 12px;
            background: #dcdcdc;
            border-radius: 4px;
            cursor: pointer;
        }

.tag[b-a5zjjoa25w] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tag-added[b-a5zjjoa25w] {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

    .tag-added > a[b-a5zjjoa25w] {
        color: #fff;
        background: #4caf50;
    }

.tag-removed[b-a5zjjoa25w] {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

    .tag-removed > a[b-a5zjjoa25w] {
        color: #fff;
        background: #e95e51;
    }
