
body {
    color: #141515;
    background-color: #4c03f5;

}

.parcel-create-form-wrapper {
    /*min-height: 100vh;*/
}
.big-input-label {
    font-size: 26px;
}

.input-lg {
    font-size: 26px;
    padding: 10px 18px;
}
.input-md-label {
    font-size: 19px;
}
.input-md {
    font-size: 19px;
    padding: 10px 15px;
}
.header-wrapper {
    padding: 20px 10px;
    background-color: blue;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
.header-wrapper h1 {
    text-align: center;
    color: #fff;
}
.app-name {
    color: #067df1;
}
.main-content {
    margin-top: 120px;
}
.step-card {
    background: radial-gradient(circle, #9895f0 25%, #dbe8ff 60%, #3164d8 100%);
    padding: 30px 20px 50px 20px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, 
                rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-bottom: 150px;
}

.bottom-navigation-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ddba0d;
    padding: 12px 5px;
}
.bottom-navigation-wrapper .btn-wrapper {
    display: flex;
}


.pdw-uf-recipient .info p {
    margin-bottom: 7px;
    font-size: 15px;
    display: flex;
    justify-content: start;
    gap: 7px;
}
.pdw-uf-recipient .info p .info-title {
    font-weight: 600;
    flex-basis: 65px;
}
.pdw-uf-recipient .info p.address .info-value span {
    display: block;
}
.recipient-list-body {
    display: flex;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}
.recipient-list-body .recipient-list-item {
    flex-basis: 33%;
    padding: 15px 15px 15px 15px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s all ease;
}
.recipient-list-body .recipient-list-item:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.start-qr-code-wrapper {
    display: flex;
}
.home-icon {
    left: 30px;
    position: absolute;
}
.home-icon a {
    font-size: 36px;
    color: #fff;
}


/*mobile device start*/
@media only screen and (max-width: 768px) {
    .mhide1{
        display: none ;
    }
    .start-qr-code-wrapper {
        display: none !important;
    }
    .header-wrapper {
        padding: 14px 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }
    .header-wrapper h1 {
        /*text-align: right;*/
        font-size: 18px;
        margin: 0;
    }
    .home-icon {
        left: 0;
        top: 0;
        position: relative;
        font-size: 12px;
    }
    .home-icon a {
        font-size: 20px;
    }
    .main-content {
        margin-top: 80px;
    }
    .recipient-list-body .recipient-list-item {
        flex-basis: 100%;
    }
    .recipient-list-header h4 {
        margin: 0;
        font-size: 15px;
    }
    .recipient-list-header .btn {
        font-size: 12px;
    }
    .show-qr-text {
        font-size: 17px !important;
    }
}
        .services-container {
            border: 4px solid hsl(203, 82%, 13%);
            border-radius: 10px;
            padding: 20px;
            background-color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .blinking-title {
            text-align: center;
            font-size: 3.5em;
            font-weight: bold;
            color: #e74c3c;
            margin-bottom: 20px;
            padding: 10px;
            animation: blink .8s infinite;
        }
        @keyframes blink {
            0% { opacity: 1; }
            50% { opacity: 0.3; }
            100% { opacity: 1; }
        }
        .service-list {
            display: flex;
            flex-direction: column;
            gap: 25px; /* Increased spacing between services */
        }
        .service-item {
            background-color: white;
            border-radius: 12px; /* Rounded corners for each service */
            border: 4px solid #bdc3c7; /* Thicker border for each service */
            padding: 20px; /* Increased padding */
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
            display: flex;
            align-items: center;
            gap: 20px; /* Increased gap between elements */
        }
        .service-item:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
            border-color: #3498db; /* Change border color on hover */
        }
        .service-icon {
            width: 90px; /* Larger icon */
            height: 90px;
            cursor: pointer;
            transition: transform 0.2s;
            background-color: #3498db;
            border-radius: 10%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.4em;
        }
        .service-icon:hover {
            transform: scale(1.1);
        }
        .service-price {
        font-size: 3em;        /* Large text */
        font-weight: bold;
        color: black;            /* White text */
        background-color: yellow;   /* Red background */
        min-width: 100px;        /* Space for price */
        text-align: center;      /* Center text horizontally */
        padding: 10px 20px;      /* Space inside the box */
        border-radius: 20px;     /* Rounded corners */
        display: inline-block;   /* Makes the background fit the text */
}
        .service-details {
            flex-grow: 1;
        }
        .service-code {
            font-weight: bold;
            color: #2c3e50;
            margin-bottom: 8px; /* More spacing */
            font-size: 1.1em;
        }
        .service-name {
            font-size: 2em; /* Much larger service name */
            font-weight: bold; /* Bold characters */
            color: #3498db;
            margin-bottom: 12px; /* More spacing */
            line-height: .5em;
        }
        .service-description {
            color: hsl(180, 68%, 16%);
            font-style: italic;
            font-size: 1em; /* Slightly larger description */
        }