* {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans';
    color: #0d0d0d;
}

main {
    width: 100%;
}

.textGradient {
    color: #6336ca;
    background: linear-gradient(127deg, #9b28bb, #a644f8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.grid {
    display: grid;
    grid-template-columns: 1 / 2;
    grid-template-rows: 1 / 2;

}

.grid-2col {
    grid-template-columns: 1fr 1fr;
}

.layer {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}

.row {
    display: flex;
    gap: 6px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-split {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.text-center {
    text-align: center;
}

.w100 {
    width: 100%;
}

.w1152 {
    width: min(1152px, 100%);
}

.w1280 {
    width: min(1280px, 100%);
}

.w1440 {
    width: min(1440px, 100%);
}

.navContent {

    margin: auto;
    width: 100%;
}

.navR {
    justify-content: flex-end;
}

.logo {
    place-items: center;
    place-content: center;
    font-weight: 800;
    font-family: 'Inter';
    font-size: calc(1.455rem + 2px);
    transform: translate(-2px, -2px);
}

.logoSpan {
    font-weight: 300;
}

.link {
    place-items: center;
    place-content: center;
    gap: 6px;
}

.links {
    gap: 21px;
}

.modContent {
    width: 100%;
}

.barcode {
    font-family: 'Libre Barcode 128';
    font-size: 20rem;
    line-height: 0.3;
}

.barcodeNumber {
    font-size: 5rem;
    line-height: 1.2;
}

.mainGrid {
    grid-template-columns: 1fr calc(22vw + 151px);
}

@media print {
    .mainGrid {
        grid-template-columns: 1fr 0px;
    }

    .itemR {
        display: none;
    }

    nav {
        display: none;
    }

    .display {
        background-color: transparent;
    }

    .overlay {
        display: none;
    }
}

html,
body,
main {
    height: 100%;
}

nav {
    z-index: 10;
    background-color: white;
    position: fixed;
    width: 100%;



    width: fit-content;
    border-radius: 15px;
    padding: 0.37rem 1.05rem;
    margin: 1rem;
}

.display {
    place-content: center;
    /* background: #fcfcfc; */
    flex-direction: column-reverse;
    overflow-x: auto;
    white-space: nowrap;
    container-type: inline-size;
    gap: 4px;
}

.sidebar {
    padding-top: 5px;
    gap: calc(1rem - 2px);
}

.itemR {
    border-left: 1px solid #f2f2f2;
}

.sidebar .button {
    border: 1px solid rgb(228, 228, 228);
    font-weight: 600;
    font-size: calc(1.35rem + 1px);
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-auto-flow: column;
    align-items: center;
    padding: 1.42rem 1rem 1.43rem;

    border-radius: 45px;
    margin: 0 1rem 1rem;
}

.sideBarButtonSmall {
    justify-content: center;
    text-align: center;
    grid-template-columns: 1fr;
    font-weight: 700;

    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 43px;
    border: 1px solid rgb(228, 228, 228);
    font-size: 0.9rem;
    text-align: center;
    font-weight: 400;
    overflow: hidden;
    padding: 0.5rem 1rem;
}

.sideBarButtonSmall:active {

    filter: contrast(1.1);

    transition: all 66ms linear;

}

.sideBarButtonSmall .padding {
    padding: 1rem;
}

.sideBarButtonText {
    margin-left: -40px;
}

button {
    cursor: pointer;
    user-select: none;
    background: #f5f5f5;
}

.sideBarIcon {
    height: 26px;
    background-size: 28px;
    opacity: 0.83;
}

.printer {
    background-image: url("icons/printer.svg");
}

.generate {
    background-image: url("icons/plus1.svg");
}

.sideBarIcon {}

.button:hover .sideBarIcon {
    opacity: 1;
}

.button:active {
    filter: contrast(1.1);

    transition: all 66ms linear;
}

.button:active .sideBarButtonText {}

.sideBarTitle1 {
    font-size: 15px;
    display: none;
}

.sideBarRow1 {
    gap: calc(1rem - 4px);
    padding-bottom: 1rem;
    margin-top: 8px;
}

.activeType .dotInner {
    background-color: lime;
}

.activeType {
    border-color: #9f9 !important;
}


.tabs {
    margin-bottom: -14px;
    margin-top: 11px;
    padding-bottom: 0px;
    gap: 22px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.line {
    height: 1px;
    background: #f2f2f2;
    width: 100%;
}

.tab.activeTab {
    border-bottom: 3px solid #72ff81;
    font-weight: 400;
    color: black;
    opacity: 1;
}

.tab {
    padding: 4px calc(1.15rem + 3px) 0.8rem;
    user-select: none;

    opacity: 0.4125;
    transform: translateY(1px);
}

.zoomInput {}

.zoom {
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transition: all 333ms ease;
}

.itemL:hover .zoom {
    opacity: 1;
}

.overlay {
    margin-bottom: 3rem;
    height: max-content;
    align-self: last baseline;
}

.dotInner {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: rgb(255, 255, 255);
    margin: 2px;
}

.dot {
    border-radius: 100%;
    border: 1px solid rgb(204, 204, 204);
    width: fit-content;
    height: fit-content;
}

.boldText {
    font-weight: 600;
}



.inputRow {

    gap: 1rem;
    margin: calc(1.5rem + 0px) 1rem 0.5rem;
    border-radius: 16px;
    border: 1px solid #76df76;
    background: #f6fff6;
    background-image: url("barcodeIcon.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.createBarcode {
    border-radius: 45px;
    border: none;
    background: #f0f0f0;
    padding: 1rem;
    border: 1px solid rgb(228, 228, 228);
    font-size: 0.9rem;
    display: none;
}

.barcodeInput {

    font-size: 0.9rem;
    border-radius: 14px;
    border: none;
    background: transparent;
    padding: calc(1rem + 2px) calc(1rem + 0px) calc(1rem + 2px) calc(1rem + 32px);
}


.print {}

.generateBarcode>p:nth-child(2) {
    font-weight: 400 !important;
}

.barcodeInput::placeholder {
    color: #818181;
}

@media (max-width:1200px) {

    .sideBarRow1 {
        grid-template-columns: 1fr;
    }

}



.sideBarItem1 {

    place-self: center;
    width: calc((100% - 2.5rem) + 6px);
    margin-top: 8px;
}

.rangeItem {
    width: 100%;
}

.sidebarTitle {
    font-size: calc(0.9rem - 1px);
    color: #818181;
    margin-bottom: 4px;
}
.number {
    color: rgba(0, 104, 237, 0.54);
    padding: 2px 3px;
    background: #eeeeee8a;
    border-radius: 3px;
    margin-right: 2px;
    font-weight: 400;   
}
.padder {
    height: 12px;
}

.sideBarItem1 input {
    opacity: 0.6;
    transition: all 200ms ease;
}

.sidebarItem1 input:active {
    opacity: 1;
}

.sideBarItem1 input:hover {
    opacity: 1;
}

.print {
    margin-top: calc(1rem + 11px) !important;
}

.line2 {
    background: transparent;
    margin: 4px 0 5px 0;
    height: 0px;
}

.generateBarcode {
    margin: 0 !important;
}

.sidebarItem {}

.sidebarItemTitle {
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    background-size: 25px;
    background-position: calc(100% - 1rem) 50%;
    background-image: url("icons/arrow-open.svg");
    background-repeat: no-repeat;
    transition: all 211ms ease;
    cursor: pointer;

}

.sidebarItemOpen {
    background-image: url("icons/arrow-closed.svg");
    margin-bottom: calc(1.45rem - 4px);
}


.sidebarItemClosed {
    background-image: url("icons/arrow-open.svg");
    margin-bottom: 0rem;
}

.sidebarItemTitleText {
    padding: 14px 1rem 14px 1rem;
    color: #727272;
    font-weight: 300;
    font-size: 15px;
}

.sidebarItemContent {
    width: calc(100% - 2rem);
    place-self: center;
    overflow: hidden;
    opacity: 0;
    height: 100%;
    transform: translateY(33px);
    transition: all 211ms ease;
}

.sidebarItemContentOpen {
    opacity: 1;
    height: 100%;
    transform: translateY(0px);
}

.sidebarItemContentClosed {
    opacity: 0;
    height: 100%;
    transform: translateY(33px);
    grid-template-rows: max-content 0px;
}

.sidebarTitleButton {
    z-index: 10;
}


.dot {
    display: none;
}

.sidebarTitle2 {
    font-size: calc(1rem - 1px);
    color: #727272;
    margin-bottom: 4px;
    font-weight: 300;
}

.buttonText {
    font-weight: 500;
}
.sideBarButtonSmall:hover {
    
     border-color: rgb(211, 211, 211) !important
   
}
.sidebar .button:hover {
  
    border-color: rgb(211, 211, 211) !important
}



.itemR {
  width: calc(22vw + 151px);
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  
}

.sidebar {
  position: sticky;
  scrollbar-width: thin;
  top: 0;
  overflow-y: auto;
}


