.cargo1224-wrap .cargo1224-section {
	background: #fff;
	padding: 16px;
	margin-bottom: 16px; 
	border: 1px solid #e5e5e5;
    width: 100% !important;
/*    width: fit-content; */
}

.cargo1224-status {
	margin-left: 10px;
}

.cargo1224-hidden-div {
    display: none; /* Hide by default */    
}

#progress-container {
    width: 100%;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
}
#progress-bar {
    height: 100%;
    background-color: #4CAF50;
    color: white;
    transition: width 0.4s ease;
}

th, td {
  padding: 5px;
}

.login h1 a {
  display: none !important;
}

.wp-block-site-title {
  background-color:Fuchsia; 
  color:White;
  font-weight: bold;
}

::selection {
    background-color: #FF69B4; /* Replace with your desired background color */
    color: #000000; /* Replace with your desired text color */
}


button:hover {
  background-color: rgb(230, 0, 230);   /* New background color on hover */
}

@media (max-width: 600px) {
    #qr-reader {
        width: 100%;
    }
}

@media print {

    @page {
        margin: 0;
    }

    body * {
        visibility: hidden;
        transform: scale(1.0); /* 1.0 = 100% */
        transform-origin: 0 0;
    }
    .sticker-container, .sticker-container * {
        visibility: visible;
    }
    .sticker-container {
        position: absolute;
        left: 0;
        top: 0;
    }
    button {
        display: none;
    }
    
}