/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pranesimo-forma{
    font-size: 1rem; 
    width: 100%;
}
.pranesimo-forma.is-hidden{
    display: none;
}
/* .pranesimo-forma a{
    color:var(--am-primary-color);
} */
.pranesimo-forma a:hover{
    color:var(--am-secondary-color);
}
.p-secondary-button{
    display: grid;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    background-color:#fff;
    color: var(--am-secondary-color);
    border: 1px solid var(--am-secondary-color);
    box-shadow: 0 0 0 0.5px var(--am-secondary-color) inset;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
    text-align: inherit;
    margin-top: 4px;
}
.p-secondary-button:hover{
    color:var(--am-primary-color);
    box-shadow: 0 0 0 0.5px var(--am-primary-color) inset;
    border: 1px solid var(--am-primary-color)
}
.p-button{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: var(--am-secondary-color);
    color: white;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 32px;
}
.p-button:hover{
    background-color: var(--am-primary-color);
}
.p-card {
    /* background-color: rgb(255, 255, 255);
    border: 1px solid var(--am-border-color);
    border-radius: 4px;
    padding: 8px 48px 48px 48px;
    margin: 0px 0px 8px; */
}
.p-form-label{
    text-align: left;
    font-size: 1rem;
    font-weight:500;
    letter-spacing: 0px;
    color: var(--am-label-color);
    margin-bottom:4px;
    display: inline-block;
}
.p-grid{
    display:grid;
}
.p-grid\:col-1{
    display:grid;
    gap: 1.4rem;
    grid-template-columns: repeat(1,1fr);
}
.p-grid\:col-2{
    display:grid;
    gap: 1.4rem;
    grid-template-columns: repeat(2,1fr);
}
.p-grid\:col-3{
    display:grid;
    gap: 1.4rem;
    grid-template-columns: repeat(3,1fr);
}
.p-grid\:col-4{
    display:grid;
    gap: 1.4rem;
    grid-template-columns: repeat(4,1fr);
} 
#invalid-custom-lng,
#invalid-custom-lat,
#custom-latlng{
    display:none;
}
#invalid-datetime{
    display: none;
}
@media(max-width:440px){
    #custom-latlng {
        grid-template-columns: repeat(2,1fr);
    }
    #custom-latlng >div:nth-child(3){
        grid-column: span 2;
        margin-top: -32px;
    }
}
.gyvunas-kita.visible{
    display:grid;
    position: relative;
    align-items: center;
}
.gyvunas-kita .revert-select-option{
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background-color: #6b7280;
    -webkit-mask-image: url(../assets/backspace.svg);
    mask-image: url(../assets/backspace.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}
.gyvunas-kita,
[data-plesrunai="true"],
[data-kita="true"],
[data-stumbras="true"]{
    display:none;
}
.plesrunu-zala-item-wrapper{
    display:grid;
    grid-template-columns: 200px 1fr 100px ;
    gap:8px;
    border: 1px solid #CDD5DF;
    background: #F8FAFC;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 8px;
}
.gyvuno-profilis{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    grid-column: span 3;
    align-items: center;
    margin-top: -12px;
}
.gyvuno-label{
    color: var(--am-secondary-color);
}
.delete-item{
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: end;
    color: var(--am-secondary-color);
    padding: 12px 0;
    height: 40px;
}
.delete-item > svg{
    height: 18px;
    fill:var(--am-secondary-color);
}
@media(max-width:768px){
    .plesrunu-zala-item-wrapper{
        grid-template-columns: 1fr;
    }
    .gyvuno-profilis{
        grid-column: span 1;
    }
}
.btn-group{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: white;
    font-size: 1rem;
    color: var(--am-text-color);
    border: 1px solid var(--am-border-color);
    border-radius: 4px;
    height: 40px;
    line-height: 27px;
    font-family: inherit;
}
.btn-group label{
    position: relative;
    height: 38px;
	border-radius: 4px;
	width: 100%;
	cursor: pointer;
}
.btn-group input[type="radio"]{
    position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.btn-group span {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 3px;
	box-sizing: border-box;
    text-align: center;
    line-height: 38px;
}
.btn-group input[type="radio"]:checked~span {
	box-shadow: 0 0 0 1px var(--am-secondary-color);
    background-color: #E8F2F4;
}
.btn-group input[type="radio"]:checked:focus~span {
    outline: 4px solid rgb(0 110 130 / 20%);
}
#prideti-plesrunu-zala-item{
    display: block;
    text-align: center;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    color: var(--am-secondary-color);
    border: 1px solid var(--am-secondary-color);
    box-shadow: 0 0 0 0.5px var(--am-secondary-color) inset;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
    line-height: 39px;
    margin-top: 4px;
}
.autocomplete-suggestions {
    text-align: left;
    border: 1px solid #999;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #FFF;
    overflow: auto;
}
.autocomplete-suggestion {
    padding: 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.bdar-sutikimas a{
    color: var(--am-primary-color);
}
.failai-wrapper {
    border: 1.5px dashed var(--am-border-color);
    padding: 1.5rem 1.25rem;
    border-radius: 0.375rem;
    text-align: center;
    cursor:pointer;
}
.failai-wrapper.invalid{
    border-color: #dc3545;
}
.failai-wrapper.valid{
    border-color: #198754;
}
.failai-wrapper .dz-preview .dz-image{
    border-radius:0;
}
.failai-wrapper .dz-preview .dz-remove{
    color:var(--am-primary-color);
}
.failai-wrapper svg{
    color: rgb(156 163 175 / 1);
    height: 5rem;
    width: 5rem;
    margin-left: auto;
    margin-right: auto;
}
.failai-wrapper div{
    margin-top:1rem;
}
.failai-wrapper .sm-text{
    color: #697586;
    font-size: 1rem;
    line-height: 1rem;
}
#zemelapis-wrapper { 
    overflow: hidden;
    width: 100%;
    height: 300px; 
    z-index: 0;
    border-radius: 0.375rem;
    border:1px solid transparent;
} 
#zemelapis-wrapper.invalid{
    border:1px solid #dc3545;
}
#custom-stebejimo-datalaikas{
    position:absolute;
    right:0;
    top:50%;
    border:0;
    background:transparent;
    outline: 0;
}
.p-form-check-input{
    width: 1.5em;
    height: 1.5em;
    border-radius: 0.25em;
    float:left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid var(--am-border-color);;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    margin:0;
    margin-right:8px;
    print-color-adjust: exact;
}
.p-form-check {
    display: grid;
    grid-template-columns: 32px auto;
    min-height: 1.5rem;
}
.p-form-check-input:focus {
    border-color: var(--am-secondary-color);
    box-shadow: var(--am-box-shadow);
    outline: 0;
}
.p-form-check-input:checked{
    background-color: var(--am-secondary-color);
    border-color: var(--am-secondary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.span-2{
    grid-column: span 2;
}
.p-form-control{
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 0.75rem;
    outline: 0;
    width: 100%;
    background-color: white;
    font-size: 1rem;
    color: var(--am-text-color);
    border: 1px solid var(--am-border-color);
    border-radius: 4px;
    height:40px; 
    line-height: 27px;
    font-family:inherit;
}
.pranesimo-forma h2,
.pranesimo-forma h3{
    margin-top:40px;
    font-size: 1.4em;
}
.mb-3 {
    margin-bottom: 1.5rem!important;
    position:relative;
}
.p-form-control:focus{
    border-color: var(--am-secondary-color);
    box-shadow: var(--am-box-shadow);
} 
.leaflet-popup-content {
    min-width: 140px;
    margin: 16px;
    line-height: 1.5;
    color: var(--am-label-color);
}
.remove-marker{
    height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: var(--am-secondary-color);
    color: white;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
}
select.p-form-control{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.pranesimo-forma .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}
.pranesimo-forma .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #198754;
}
.pranesimo-forma .is-valid~.valid-feedback, 
.pranesimo-forma .is-valid~.valid-tooltip, 
.pranesimo-forma .was-validated :valid~.valid-feedback, 
.pranesimo-forma .was-validated :valid~.valid-tooltip, 
.pranesimo-forma .is-invalid~.invalid-feedback, 
.pranesimo-forma .is-invalid~.invalid-tooltip, 
.pranesimo-forma .was-validated :invalid~.invalid-feedback, 
.pranesimo-forma .was-validated :invalid~.invalid-tooltip {
    display: block;
}
#fileInput{
    display:none;
} 
.pointer-events-none {
    pointer-events: none;
}
.p-form-control.is-valid, .was-validated .p-form-control:valid {
    border-color: #198754;
}
.p-form-control.is-invalid, .was-validated .p-form-control:invalid {
    border-color: #dc3545;
}
.failai-wrapper.is-valid{
    border: 1.5px dashed #198754;
}
.failai-wrapper.is-invalid{
    border: 1.5px dashed #dc3545;
}
.p-form-check-input.is-invalid, .was-validated .p-form-check-input:invalid {
    border-color: #dc3545;
}
.p-form-check-input.is-valid, .was-validated .p-form-check-input:valid {
    border-color: #198754;
}
.p-form-check-input.is-valid:checked, .was-validated .p-form-check-input:valid:checked {
    background-color: #198754;
}
.p-form-check-input.is-invalid:focus, .was-validated .p-form-check-input:invalid:focus {
    box-shadow: 0px 0px 0px 4px rgb(220 53 69 / 25%);
}
.p-form-control.is-valid:focus, .was-validated .p-form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0px 0px 0px 4px rgb(25 135 84 / 25%);
}
.p-form-control.is-invalid:focus, .was-validated .p-form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0px 0px 0px 4px rgb(220 53 69 / 25%);
}
.dropzone.dz-started .dz-message {
    display: block !important;
}
.leaflet-popup-content{
    font-size:1rem;
}
.leaflet-container{
    font-size:1rem;
}

#attachments:not(:empty){
    margin-top:5px
}
#attachments .attachment-holder{
    display:grid;
    width: 100%;
    grid-template-columns: 64px auto;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CDD5DF;
    margin-top:5px;
}
#attachments .attachment button{
    background:transparent;
    border:0;
    outline: 0;
    cursor:pointer;
}
#attachments .img-preview{
    height:48px;
    width:48px;
    object-fit: cover;
}
#attachments .progress{
    margin-top: 12px;
    height: 0.6rem;
}
.filesize {
    color: rgb(156 163 175);
    font-size: 12px;
    margin-top: 4px;
}
.x67{
    display: grid;
    grid-template-columns: auto 24px;
}
.x68{
    display: grid;
    grid-template-columns: auto 24px;
}
.p-success{
    color:var(--am-primary-color);
}
.p-error{
    color:#dc3545;
}
.p-btn{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 40px;
    width: 100%;
    border-radius: 4px;
    padding: 6px 8px;
    background-color: var(--am-secondary-color);
    color: white;
    border: 1px solid transparent;
    font-weight: normal;
    font-size: 1rem;
    cursor: pointer;
    margin-top: 8px;
    text-align: center;
    line-height: 13px;
}
.p-btn-new:hover{
    background-color: var(--am-primary-color);
    color:white !important;
}
.p-btn-homepage{
    color:var(--am-secondary-color);
    border:2px solid var(--am-secondary-color);
    background-color:transparent;
}
.p-btn-homepage:hover{
    color:var(--am-primary-color) !important;
    border:2px solid var(--am-primary-color);
}
#sending-complete{
    display:none;
    grid-template-columns: repeat(2 , 1fr);
    gap: 8px;
}
@media(max-width:768px){
    .xs\:col-1{
        grid-template-columns: 1fr;
        gap:0;
    }
    #sending-complete{
        display:none;
        grid-template-columns: repeat(1 , 1fr);
        gap: 4px;
    }
}
.p-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
svg:not(:host).svg-inline, svg:not(:root).svg-inline {
    overflow: visible;
    box-sizing: content-box;
    display: inline-block;
    width: 2em;
    overflow: visible;
    vertical-align: -0.125em;
}
.p-input-group > .p-form-control, .p-input-group > .p-form-select, .p-input-group > .p-form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.p-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
.p-input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.p-input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.p-form-floating), 
.p-input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), 
.p-input-group:not(.has-validation) > .p-form-floating:not(:last-child) > .p-form-control, 
.p-input-group:not(.has-validation) > .p-form-floating:not(:last-child) > .p-form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.leaflet-touch .leaflet-bar a {
    color: #6b7280;
}
.leaflet-control-fullscreen a {
    background: #fff url(../assets/fullscreen.svg) no-repeat 0 0;
    background-size: 26px 52px;
}
@media
(-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
  .leaflet-control-fullscreen a {
    background-image:url(../assets/fullscreen@2x.svg);
  }
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 0 0 0;
    background-color: #6b7280;
    -webkit-mask-image: url(../assets/location-arrow-solid.svg);
    mask-image: url(../assets/location-arrow-solid.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 20px;
    mask-size: 20px;
}

#attachments .progress {
    display: flex;
    height: 0.3rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.375rem;
}
#attachments .attachment-holder{
    margin-top:initial;
    border:0;
    padding: 5px;
    border-radius: 0;
}
#attachments .attachment{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #CDD5DF;
    margin-top: 5px;
}
.was-validated #attachments .attachment.is-valid{
    border: 1px solid #198754;
}
#attachments .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--am-text-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--am-primary-color);
    transition: width 0.6s ease;
}
.disable:hover,
.disable{
    background:#dfdfdf
}
.p-80{
    height:80px;
}
.tempus-dominus-widget{
    width:29rem;
}
.p-input-group-text{
    cursor: pointer;
}
.p-ico{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 3px 0 0 0;
    background-color: #6b7280;
    
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 24px;
    mask-size: 24px;
}
.p-ico-clock{
    -webkit-mask-image: url(../assets/clock_black_24dp.svg);
    mask-image: url(../assets/clock_black_24dp.svg);
}
.p-ico-calendar{
    -webkit-mask-image: url(../assets/calendar_month_black_24dp.svg);
    mask-image: url(../assets/calendar_month_black_24dp.svg);
}
.p-ico-arrow-up{
    -webkit-mask-image: url(../assets/expand_less_black_24dp.svg);
    mask-image: url(../assets/expand_less_black_24dp.svg);
}
.p-ico-arrow-down{
    -webkit-mask-image: url(../assets/expand_more_black_24dp.svg);
    mask-image: url(../assets/expand_more_black_24dp.svg);
}
.p-ico-chevron-left{
    -webkit-mask-image: url(../assets/chevron_left_black_24dp.svg);
    mask-image: url(../assets/chevron_left_black_24dp.svg);
}
.p-ico-chevron-right{
    -webkit-mask-image: url(../assets/chevron_right_black_24dp.svg);
    mask-image: url(../assets/chevron_right_black_24dp.svg);
}
.p-ico-calendar-check{
    -webkit-mask-image: url(../assets/calendar_check_black_24dp.svg);
    mask-image: url(../assets/calendar_check_black_24dp.svg);
}
.p-ico-trash{
    -webkit-mask-image: url(../assets/delete_black_24dp.svg);
    mask-image: url(../assets/delete_black_24dp.svg);
}
.p-ico-xmark{
    -webkit-mask-image: url(../assets/close_black_24dp.svg);
    mask-image: url(../assets/close_black_24dp.svg);
}

/* #form-is-sending{
    position: fixed;
    background: #fff;
    width: 300px;
    height: 200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
} */

.p-modal-backdrop{
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.p-modal{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
}
.p-modal-dialog{
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
    transform: none;
}
.p-modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--am-text-color);
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid var(--am-border-color);
    border-radius: 0.5rem;
    outline: 0;
    padding: 2rem;
    margin: 0 12px;
}
.p-modal-close.damage-report-detail-close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: grid;
    place-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    cursor: pointer;
}
.p-modal-close.damage-report-detail-close:hover{
    border-color: var(--am-border-color);
}
.p-modal-close.damage-report-detail-close:focus-visible{
    outline: 2px solid var(--am-border-color);
    outline-offset: 2px;
}
.p-modal-close.damage-report-detail-close .p-ico{
    margin: 0;
    background-color: var(--am-secondary-color);
}
.p-modal-open{
    overflow: hidden;
}
#form-is-sending h4{
    margin:0;
    font-size:1rem;
    text-align: center;
}
#status-message{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
}
#form-is-sending .progress{
    display: flex;
    height: 0.3rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.375rem;
    margin-top: 12px;
    height: 0.6rem;
}
#form-is-sending .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--am-text-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--am-primary-color);
    transition: width 0.6s ease; 
}
.leaflet-mouse-marker{
    background:transparent;
}
.leaflet-div-icon{
    width:12px !important;
    height:12px !important;
}
#plesrunu-zala{
    display:none;
}
#plesrunu-zala.visible{
    display:block;
}

.otp-wrapper {
    display: flex;
    gap: 10px;
}
.otp-input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 26px;
    border: 2px solid #ddd;
    border-radius: 6px;
}
.otp-input:focus {
    border-color: #333;
    outline: none;
}
#resendOtpBtn[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.damage-reports.is-hidden {
    display: none;
}
.damage-reports-header {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    gap: 1rem;
}
.damage-reports-actions {
    display: inline-flex;
    gap: 0.5rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.damage-reports-logout.is-hidden {
    display: none;
}
.damage-reports-header h3{
    margin-bottom: 0;
    font-size: 1.5rem;
}
.damage-reports-subtitle {
    margin: 0.25rem 0 0;
    color: var(--am-label-color);
    font-size: 0.95rem;
}
.damage-reports-loading {
    display: none;
    align-items: center;
    gap: 0.5rem;
    color: var(--am-secondary-color);
    font-size: 0.95rem;
}
.damage-reports-loading.is-active {
    display: inline-flex;
}
.damage-reports-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: damage-reports-spinner 0.75s linear infinite;
}
.damage-reports-loading-text {
    display: inline-block;
}
@keyframes damage-reports-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.damage-reports-status {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #d00000;
}
.damage-reports-list {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
}
.damage-reports-empty {
    margin-top: 1rem;
    font-size: 0.95rem;
    color: var(--am-label-color);
}
.damage-report-card {
    border: 1px solid #dce2ec;
    border-radius: 0.75rem;
    padding: 1rem;
    padding-right: 2.75rem;
    background: #fbfcff;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}
.damage-report-card:hover {
    border-color: var(--am-secondary-color);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.damage-report-card__header,
.damage-report-card__body,
.damage-report-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.damage-report-card__header {
    font-size: 0.95rem;
    gap: 0.75rem;
}
.damage-report-card__id {
    font-weight: 600;
}
.damage-report-card__date {
    font-size: 0.85rem;
    color: var(--am-label-color);
}
.damage-report-card__body {
    flex-direction: column;
    gap: 0.35rem;
}
.damage-report-card__body p {
    margin: 0;
    font-weight: 600;
    color: var(--am-text-color);
}
.damage-report-card__body small {
    color: var(--am-label-color);
}
.damage-report-card__footer {
    justify-content: flex-end;
}
.damage-report-card__footer span {
    color: var(--am-secondary-color);
    font-weight: 600;
}

.damage-report-card__title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.damage-report-card__title {
    font-weight: 700;
    color: var(--am-text-color);
    font-size: 1rem;
    line-height: 1.2;
}

.damage-report-card__pill {
    display: inline-flex;
    align-items: center;
    background:#dfdfdf;
    color: #000;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0;
}

.damage-report-card__target {
    display: flex;
    gap: 0.35rem;
    font-size: 0.9rem;
    line-height: 1.25;
}

.damage-report-card__target-label {
    flex-shrink: 0;
    font-weight:600;
}

.damage-report-card__target-value {
    color: var(--am-text-color);
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

.damage-report-card__meta {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    justify-content: space-between;
    color: var(--am-label-color);
    font-size: 0.85rem;
}

.damage-report-card__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
}

.damage-report-card__meta-item::before {
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.damage-report-card__meta-item--date::before {
    background-image: url('../assets/calendar.svg');
}

.damage-report-card__meta-item--date{
    flex-shrink: 0;
}
#damage-reports-refresh:before{
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url('../assets/refresh.svg');
}
#damage-reports-logout:before{
    content: '';
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url('../assets/exit.svg');
}
#damage-reports-refresh,
#damage-reports-logout{
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--am-secondary-color);
    font-size: 0. nine rem;
    cursor: pointer;
}
.damage-report-card__meta-item--location::before {
    background-image: url('../assets/pin.svg');
}

.damage-report-card__meta-item--location{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 55%;
}

.damage-report-card__desc {
    color: #999;
    font-size: 0.9rem;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.damage-report-card__chevron {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 20px;
    height: 20px;
    background: url('../assets/chevron_right_black_24dp.svg') no-repeat center;
    background-size: 20px 20px;
    opacity: 0.75;
}

.damage-report-card:hover .damage-report-card__chevron {
    opacity: 1;
}
.damage-report-detail-row {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
    border-bottom: 1px dashed #e5e7eb;
    padding-bottom: 0.4rem;
}
.damage-report-detail-row--notes{
    display: block;
}
.damage-report-detail-notes{
    margin-top: 0.35rem;
    color: var(--am-label-color);
    white-space: pre-wrap;
    word-break: break-word;
}
.damage-report-detail-row strong {
    flex-shrink: 0;
    font-weight: 600;
}

.damage-report-notify {
    margin-top: 1rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
}
.damage-report-notify [data-notify-button][disabled],
.damage-report-notify [data-notify-button]:disabled{
    cursor: not-allowed;
    opacity: 0.55;
    background-color: var(--am-border-color);
    border-color: var(--am-border-color);
    color: var(--am-label-color);
    box-shadow: none;
}
.damage-report-notify [data-notify-button][disabled]:hover,
.damage-report-notify [data-notify-button]:disabled:hover{
    background-color: var(--am-border-color);
    border-color: var(--am-border-color);
    color: var(--am-label-color);
}
.damage-report-notify-text {
    margin: 0.5rem 0 0;
    color: var(--am-label-color);
    font-size: 0.9rem;
    line-height: 1.35;
}
.damage-report-notify-status {
    margin-top: 0.5rem;
    font-size: 0.95rem;
}
.damage-report-detail-row span {
    flex: 1;
    text-align: right;
    color: var(--am-label-color);
}
.damage-report-detail-files-label {
    margin-top: 1rem;
    font-weight: 600;
}
.damage-report-files {
    display: grid;
    gap: 0.75rem;
}
.damage-report-file-item {
    display: grid;
    gap: 0.35rem;
    max-width: 48px;
}
.damage-report-file-thumb {
    display: block;
    border: 1px solid #dce2ec;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.damage-report-file-thumb img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.damage-report-file-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}
.damage-report-file-caption {
    font-size: 0.9rem;
    color: var(--am-label-color);
    word-break: break-word;
}
@media (max-width: 640px) {
    .damage-reports-header {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .damage-reports-actions {
        justify-content: flex-start;
    }
}
