.picture input[type="file"], .picture_secondary input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.picture-src{
    width: auto;
    height: 88px;
}
.d-block {
    display: block !important;
}

img.manufacturer-img {
    height: 50px;
    width: 100px;
    object-fit: cover;
}


.dropzone, .dropzone * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.dropzone-previews {
    box-sizing: border-box;
}

#images_old_preview {
    box-sizing: border-box;
}

.dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}
.dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, .9);
    line-height: 150%;
}
.dz-details, .dz-details:hover {
    background: #2563eb;
    opacity: 1;
    color: #fff;
    height: 120px;
}

.dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}
.dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}
.dz-details, .dz-details:hover {
    background: #2563eb;
    opacity: 1;
    color: #fff;
    height: 120px;
}

.dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0,0,0,.9);
    line-height: 150%;
}

.dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255,255,255,.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dz-upload {
    display: block;
    height: 100%;
    width: 0;
    background: green;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transition: width .3s ease-in-out;
}

.dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom,#be2626,#a92222);
    padding: .5em 1.2em;
    color: #fff;
}

.dz-success-mark {
    position: absolute;
    display: none;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    margin-top: -27px;
}

.dz-error-mark {
    position: absolute;
    display: none;
    top: 30px;
    width: 54px;
    height: 58px;
    left: 50%;
    margin-left: -27px;
    pointer-events: none;
    opacity: 0;
    margin-top: -27px;
    z-index: 500;
}

.dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin: 0.5em;
    vertical-align: top;
    min-height: 100px;
}

.dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.property-view {
    position: static;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-height: 60vh;

}

img.img.img-rounded.img-thumbnail.property-thumbnail, video.img.img-rounded.img-thumbnail.property-thumbnail {
    position: static;
    transform: none;
    -o-object-fit: cover;
    object-fit: cover;
    width: 93.5%;
    max-height: 15.75vh;
}

video.img.img-rounded.img-thumbnail.property-thumbnail {
    min-height: 144px;
}

.epl-gallery-remaining--desktop {
    display: flex !important;
}
.epl-gallery-remaining {
    display: none;
}
.epl-gallery-remaining {
    position: absolute;
    background: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    width: 93.5%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.2em;
    cursor: pointer;
    border-radius: 4px;
}
.epl-gallery-item--desktop {
    display: block;
}

.epl-gallery-item {
    position: relative;
}
.dz-active{
    opacity: 1 !important;
}
.kb-search .form-control-feedback {
    left: 6px !important;
    top: 10px;
    font-size: 16px;
}

.list-status h3 {
    margin-top: 0px;
}

.list-status:last-child {
    border-right: 0px;
}

.list-status a {
    border: 1px solid #eeeeee;
    padding: 5px 15px;
    width: 100%;
    border-radius: 10px;
}

.list-status a.active {
    background: #f9fafb;
}

.cs-portal-a-total-hours {
    font-weight: 700;
    background: #673ab7;
}

.cs-portal-a-avg-resolution-time {
    font-weight: 700;
    background: #3f51b5;
}
.cs-portal-a-customer-satisfaction-score {
    font-weight: 700;
    background: #3f51b5;
}

.cs-portal-a-cancelled{
    border: 4px solid red;
    font-weight: 700;
    background: #d71a1a;
}
.cs-portal-h-cancelled{
    color: #f9fafb;
}
.cs-portal-span-cancelled{
    color:#f9fafb; font-size: 17px;
}

.cs-portal-a-renewal{
    border: 4px solid #2196f3; font-weight: 700; background: #2196f3;
}

.cs-portal-a-expired{
    border: 4px solid #ffa500; font-weight: 700; background: #ffa500;
}

.cs-portal-a-pause{
    border: 4px solid #3db8da; font-weight: 700; background: #3db8da;
}

.cs-portal-a-activate{
    border: 4px solid #4caf50; font-weight: 700; background: #4caf50;
}

.cs-portal-a-complete{
    border: 4px solid #84c529; font-weight: 700; background: #84c529;
}
.tw-justify-space-around {
    justify-content: space-around
}

.overflow-y-scroll-50{
    overflow-y:scroll;
    min-height: 0vh;
    max-height: 50vh;
}

.overflow-y-scroll-80{
    overflow-y:scroll;
    min-height: 0vh;
    max-height: 80vh;
}
.color_74C0FC{
    background-color: #74C0FC;
}

.wshop-dashboard .list-status h4{
    font-size: 16px;
    text-transform: uppercase;
}

.wshop-dashboard .list-status span{
    font-size: 16px;
    text-transform: uppercase;
}

/* =========================================================================
 * MODERN BUTTONS (Workshop module only — this file loads only on /admin/workshop)
 * Rounded corners, soft shadow, smooth hover — a cleaner, current look.
 * ========================================================================= */
.btn {
    border-radius: 8px !important;
    font-weight: 500;
    border: 1px solid transparent;
    transition: background-color .15s ease, border-color .15s ease,
                box-shadow .15s ease, transform .12s ease, color .15s ease !important;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    padding: 7px 16px;
}
.btn-lg  { border-radius: 10px !important; padding: 10px 22px; }
.btn-sm  { border-radius: 7px  !important; padding: 6px 13px; }
.btn-xs  { border-radius: 6px  !important; padding: 4px 11px; font-size: 12px; }

/* Icon-only round buttons stay round */
.btn-icon,
.btn.btn-icon { border-radius: 50% !important; }

/* Subtle lift on hover — but not for select/dropdown toggles (avoids glitches) */
.btn:hover:not(.dropdown-toggle):not(.no-lift):not(.bs-deselect-all):not(.bs-select-all) {
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.12);
}
.btn:active { transform: translateY(0); box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06); }
.btn:focus, .btn.focus { outline: none !important; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18) !important; }

/* Neutral / default */
.btn-default {
    background-color: #ffffff !important;
    border-color: #e5e7eb !important;
    color: #374151 !important;
}
.btn-default:hover, .btn-default:focus {
    background-color: #f9fafb !important;
    border-color: #d1d5db !important;
    color: #111827 !important;
}

/* Primary */
.btn-primary {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

/* Info */
.btn-info {
    background-color: #0ea5e9 !important;
    border-color: #0ea5e9 !important;
    color: #fff !important;
}
.btn-info:hover, .btn-info:focus {
    background-color: #0284c7 !important;
    border-color: #0284c7 !important;
}

/* Success */
.btn-success {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #fff !important;
}
.btn-success:hover, .btn-success:focus {
    background-color: #059669 !important;
    border-color: #059669 !important;
}

/* Danger */
.btn-danger {
    background-color: #ef4444 !important;
    border-color: #ef4444 !important;
    color: #fff !important;
}
.btn-danger:hover, .btn-danger:focus {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
}

/* Warning */
.btn-warning {
    background-color: #f59e0b !important;
    border-color: #f59e0b !important;
    color: #fff !important;
}
.btn-warning:hover, .btn-warning:focus {
    background-color: #d97706 !important;
    border-color: #d97706 !important;
    color: #fff !important;
}

/* Outline-ish variants (Perfex sometimes uses these) */
.btn[class*="btn-outline"] {
    background-color: #ffffff !important;
    box-shadow: none;
}

/* Keep bootstrap-select trigger visually consistent (no lift, subtle border) */
.bootstrap-select > .btn.dropdown-toggle {
    border-radius: 8px !important;
    border-color: #e5e7eb !important;
    box-shadow: none !important;
}