﻿/*#region Image zoom */

.img-zoom {
    transition: transform 1s; /* Animation */
    padding:20px;
}

    .img-zoom:hover {
        -ms-transform: scale(1.3); /* IE 9 */
        -webkit-transform: scale(1.3); /* Safari 3-8 */
        transform: scale(1.4);
    }

/*#endregion */
.height-120{
    height:120px;
}
.form-group input[type='file'] {
    border: 0;
    border-radius: 5px;
    height: 50px;
    color: #3e4140;
}
/*#region Hide powered by google text */

.goog-logo-link {
    display: none
}
.goog-te-combo {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.goog-te-gadget {
    height: 20px;
}
.skiptranslate {
    visibility: collapse;
}

    .skiptranslate div {
        visibility: visible;
    }

/*#endregion */

/*.logo img{
    width:100%
}*/

.preline {
    white-space: pre-line;
}
.maxh-100{
    max-height:100px;
    overflow:auto;
}
.maxh-200 {
    max-height: 200px;
    overflow: auto;
}

.maxh-300 {
    max-height: 300px;
    overflow: auto;
}
/*
.btn-common.disabled, .btn-common:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}*/

button.disabled, button:disabled {
    opacity: .65;
}










@media screen and (max-width: 992px) {
    .height-550{
        height:400px !important;
    }
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
    .height-550 {
        height: 200px !important;
    }
    .img-zoom:hover {
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Safari 3-8 */
        transform: scale(1);
    }
}






.shipment-card {
    border-radius: 20px;
    padding: 35px 25px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    transition: .3s ease;
}

    .shipment-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 20px rgba(0,0,0,0.18);
    }

.blue-card {
    background: #2980b9;
    color: white;
}

.shipment-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c3e50;
}

.shipment-title-underline {
    width: 60px;
    height: 4px;
    background: #2980b9;
    display: block;
    margin: 6px auto 0;
}

.shipment-title {
    font-size: 20px;
    font-weight: 700;
}

.shipment-date {
    color: #7f8c8d;
    font-size: 16px;
    margin-bottom: 10px;
}

.badge-active, .badge-inactive {
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
}

.badge-active {
    background: #27ae60;
    color: white;
}

.badge-inactive {
    background: #c0392b;
    color: white;
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.count-box {
    width: 90px;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255,255,255,0.15);
    color: white;
    font-size: 14px;
}

    .count-box span {
        display: block;
        font-size: 28px;
        font-weight: 700;
    }


/*form static test coundwon shipment*/
.count-box {
    background: rgba(255,255,255,0.35); /* previously 0.15, too transparent */
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    min-width: 90px;
}

/*form static test coundown legend form shipment*/
