@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/* META */

:root {
    --primary-color: #06AB6F  !important; 
    --secondary-color: #E8EFE6  !important;
    --com-white: white  !important;
    --com-yellow: #ffcc00  !important;
    --com-black: black  !important;
    --text: #3a3a3a  !important;
    --text-a: #999999  !important;
    --text-p: #666  !important;
    --com-grey: #d1d1d1 !important;
    --com-red: #EA3323 !important;
    --primary-color-rgb: 6, 171, 111; 
    --com-red-rgb: 234, 51, 35;
}


section{
    margin: 1rem  !important;
}

/* TEXT */

.com-text-right{
    text-align: right  !important;
}

.com-text-v-center{
    display: flex  !important;
    align-items: center  !important; 
}

.com-button{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 1.1vw  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0rem  !important;
    max-height: 3rem;
}

.com-a{
    font-family: Open Sans,Arial,sans-serif  !important;
    font-size: 11px  !important;
    color: var(--text-a)  !important;
    line-height: 1.3em  !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
}

.com-p{
    font-family: Open Sans,Arial,sans-serif  !important;
    font-size: 11px  !important;
    color: var(--text-p)  !important;
    line-height: 1.7em  !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
    overflow-wrap: break-word  !important; 
    word-wrap: break-word  !important; 
    word-break: break-word  !important;
    white-space: normal  !important;
}

.docket-title{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 20px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 800  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
    padding: 0rem;
}

.docket-subtitle{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 12px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
}

.docket-secondary-title{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 15px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 600  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
}

.docket-mini{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 10px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 400  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0rem  !important;
    width: 100%  !important;
}

.docket-score{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 20px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 700  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
}

.docket-footer{
    font-family: Open Sans,Arial,sans-serif  !important;
    font-size: 12px  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 400  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.2rem  !important;
}

.primary-value{
    font-family:  "Quicksand", sans-serif  !important;
    font-size: 2.3vw  !important;
    color: var(--text)  !important;
    line-height: 1.3em  !important;
    font-weight: 800  !important;
    -webkit-font-smoothing: antialiased  !important;
    margin: 0.4rem  !important;
}

/* BUTTONS */

.com-button{
    display: inline-block  !important;
    padding: 10px 20px  !important;
    margin: 0rem 0rem  !important;
    font-size: 12px  !important; 
    font-weight: bold  !important; 
    text-align: center  !important;
    text-decoration: none  !important;
    cursor: pointer  !important;
    border-radius: 5px  !important;
    transition: background-color 0.3s ease, color 0.3s ease  !important;
    min-width: 8rem  !important;
    border: 2px solid transparent  !important;
}

.progressive-button{
    background-color: var(--primary-color)  !important;
    color: white  !important; 
    min-width: 8rem  !important;
}

.secondary-progressive-button{
    background-color: var(--primary-color)  !important;
    color: white  !important; 
    min-width: 4rem  !important;
}

.persist-button{
    background-color: var(--secondary-color)  !important;
}

.regressive-button{
    background-color: var(--com-grey)  !important;
    min-width: 6rem  !important;
}

.additional-button{
    background-color: var(--com-white)  !important;
    min-width: 6rem  !important;
}

.red-button{
    background-color: var(--com-white)  !important;
    min-width: 6rem  !important;
    border: 2px solid var(--com-red)  !important;
}

/* BUTTON EXTRA */

.progressive-button:hover{
    border: 2px solid var(--primary-color)  !important;
    background-color: var(--com-white)  !important;
    color:#222  !important;
}

.secondary-progressive-button:hover{
    border: 2px solid var(--primary-color)  !important;
    background-color: var(--com-white)  !important;
    color:#222  !important;
}

.persist-button:hover{
    border: 2px solid #E8EFE6  !important;
    background-color: var(--com-white)  !important;
    color:#222  !important;
}

.regressive-button:hover{
    border: 2px solid var(--secondary-color)  !important; 
    background-color: #d1d1d1  !important; 
    color:#222  !important;
}

.com-button-select{
    background-color: var(--com-yellow)  !important;
}

.com-button:hover {
    opacity: 70%  !important;
}

.com-button:active {
    opacity: 90%  !important;
}

.com-button:disabled {
    opacity: 0.5  !important;
    cursor: not-allowed  !important;
}

.input-button{
    padding: 0.5rem 2.5rem 0.5rem 1rem  !important;
    width: 100%  !important;
    min-height: 1rem  !important;
    border: 1px solid var(--secondary-color)  !important;
    background-color: transparent  !important;

    font-family: Open Sans,Arial,sans-serif  !important;
    font-size: 11px  !important;
    color: var(--text-p)  !important;
    line-height: 1.7em  !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
}

.upload-button {
    display: inline-block  !important;
    padding: 10px 20px  !important;
    margin: 0rem 0rem  !important;
    font-size: 12px  !important; 
    font-weight: bold  !important; 
    text-align: center  !important;
    text-decoration: none  !important;
    cursor: pointer  !important;
    border-radius: 5px  !important;
    transition: background-color 0.3s ease, color 0.3s ease  !important;
    min-width: 8rem  !important;
    width: 100%;
    border: 2px solid var(--primary-color)  !important;
    background-color: var(--primary-color)  !important;
    color:#ffffff  !important;
    margin-bottom: 0.5rem !important;
}

.upload-button:hover {
    border: 2px solid var(--primary-color)  !important;
    background-color: var(--com-white)  !important;
    color:#222  !important;
}

/* COLUMN */

.com-col{
    display: flex  !important;
    justify-content: space-evenly  !important;
}

.com-col-not-break{
    display: flex  !important;
    justify-content: space-evenly  !important;
}

.com-col-left{
    display: flex  !important;
    justify-content: left  !important;
}

.com-col-right{
    display: flex  !important;
    justify-content: right  !important;
}

.com-col-split{
    display: flex  !important;
    justify-content: space-between  !important;
}

.com-col-pos-left{
    display: flex  !important;
    justify-content: flex-start !important;
}

.com-col-pos-right{
    display: flex  !important;
    justify-content: flex-end !important;;
}

.com-col-pos-centre{
    display: flex  !important;
    justify-content: center !important;
}


/* ROWS */

.delete{
    border: 2px solid var(--primary-color)   !important;
    height: 1rem  !important;
}

.com-col-five{
    min-width: 50%  !important;
    max-width: 50%  !important;
}
.com-col-two-five{
    min-width: 25%  !important;
    max-width: 25%  !important;
}
.com-col-seven-five{
    min-width: 75%  !important;
    max-width: 75%  !important;
}
.com-col-six{
    min-width: 60%  !important;
    max-width: 60%  !important;
}
.com-col-four{
    min-width: 40%  !important;
    max-width: 40%  !important;
}
.com-col-one-five{
    min-width: 15%  !important;
    max-width: 15%  !important;
}
.com-col-three-three{
    min-width: 33%  !important;
    max-width: 33%  !important;
}

.com-col-three{
    min-width: 30%  !important;
    max-width: 30%  !important;
}

.com-col-two{
    min-width: 20%  !important;
    max-width: 20%  !important;
}

/* BORDER */

.border-under-bottom{
    border-bottom: 1px solid var(--text-a)  !important;
}
.border-upper-top{
    border-top: 1px solid var(--text-a)  !important;
    border-color: #e8e8e8  !important;
}
.border-side-left{
    border-left: 1px solid var(--text-a)  !important;
}
.border-side-right{
    border-right: 1px solid var(--text-a)  !important;
}
.border-white{
    border: 2px solid var(--com-white)  !important;
}
.border-green{
    border: 1px solid var(--primary-color)  !important;
}
.border-mint{
    border: 2px solid var(--secondary-color)  !important;
}

.border-mint-left{
    border-left: 2px solid var(--secondary-color)  !important;
}

/* FORM */

.select-drop {
    width: 100%;
    padding: 10px;
    height: 38px;
    font-size: 12px;
    border: 1px solid var(--secondary-color) !important;
    border-radius: 0px;
    box-sizing: border-box;
    appearance: none; /* Remove default styles for the select arrow */
    background-color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 12L6 8h8l-4 4z" /></svg>'); /* Custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
    color: #00000099;
    font-family: "Open Sans", Arial, sans-serif;
}

.com-input {
    box-sizing: border-box;
    height: 38px;
    padding: 0.5rem !important;
    width: 100% !important;
    max-width: 50vw !important;
    font-family: Open Sans, Arial, sans-serif !important;
    font-size: 12px !important;
    color: var(--text-p) !important;
    line-height: 1.7em !important;
    font-weight: 500 !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative; 
    border: none !important;
}

.com-input-block{
    padding: 0.5rem 2.5rem 0.5rem 1rem  !important;
    width: 80%  !important;
    height: 1rem  !important;
    max-width: 25vw  !important;
}

.com-input-textarea {
    box-sizing: border-box;
    width: 100%  !important;
    max-width: 50vw  !important;
    height: 150px  !important;
    padding: 0.5rem !important;
    resize: none  !important; 
    font-family: Open Sans,Arial,sans-serif  !important;
    font-size: 11px !important;
    color: var(--text-p)  !important;
    line-height: 1.7em !important;
    font-weight: 500  !important;
    -webkit-font-smoothing: antialiased  !important;
    border: none !important;
}


.com-input-icon {
    padding-top: 0.5rem;
    color: var(--text-p); /* Adjust color if necessary */
    min-width: 3rem;
    text-align: center;
}

.com-input-textarea-icon{
    position: relative  !important;
    top: -0.75rem  !important;
    margin: 0rem 0rem 0rem -2.5rem  !important;
    font-size: 16px  !important;
}

.edit-icon{
    padding: 0.1rem 2rem  !important;
}

/* DOCKET MAIN */

.docket-container{
    width: 69vw  !important;
    margin: auto  !important;
}

.docket-block:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2)  !important;
}

.docket-block{
    width: 100%  ;
    min-width: 50rem  !important;
    min-height: 12rem  !important;
    border-radius: 9px  !important;
    border: 1px solid var(--text-p)  !important;
    border-color: #666  !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)  !important;
    overflow: hidden  !important;
}

.docket-informational-block{
    width: 100%  !important;
    height: auto  !important;
    margin: 0.75rem 0rem !important;
}

.docket-secondary-block{
    width: 80%  !important;
    height: 4rem  !important;
    margin: 0.75rem 0rem !important;
}

.docket-margin-default{
    margin: 0rem 0.75rem  !important;
}

.docket-padding-default{
    padding: 0.75rem 0rem  !important;
}

.docket-focal-block{
    background-color: var(--secondary-color)  !important;
    max-width: 90%  !important;
    display: flex  !important;
    flex-direction: column  !important;
    justify-content: space-evenly  !important;
    height: calc(100% - 1rem);
    box-sizing: border-box;
    margin: 0.5rem !important;
}

.docket-image-block {
    height: calc(100% - 1rem);
    overflow: hidden  !important;
    position: relative  !important;
    margin: 0.5rem !important;
}

.docket-image-block img {
    width: 100%  !important;
    height: 100%  !important;
    object-fit: cover  !important; 
    display: block  !important;
    position: absolute  !important;
    top: 0  !important;
    left: 0  !important;
}


.docket-focus-scores, .docket-informational-scores, .docket-focus-scores-footer, .docket-focal-element, .com-center{
    text-align: center  !important;
}


/* SIDE ICONS */

.docket-notice-icon{
    position: absolute !important;
    display: block  !important;
    font-size: 2.5rem  !important;
    margin: -1rem auto auto 68rem !important;
    width: 3rem  !important;
}

.docket-close-icon {
    font-size: 1rem  !important;
    position: relative  !important;
    right: -48%  !important;
    bottom: -11rem  !important;
}

.docket-chat-icon{
    display: block  !important;
    font-size: 2.3rem  !important;
    margin: -4rem -1.2rem auto auto  !important;
    position: relative  !important;
    width: 3rem  !important;
}


/*  TOP BAR */

.docket-top-bar{
    background-color: var(--primary-color)  !important;
    width: 100%  !important;
    height: 2rem  !important;
}

.docket-top-bar-status {
    padding-top: 0.2rem  !important;
    
}

.docket-top-bar-status-text{
    color: var(--com-white)    !important;
    font-weight: 900    !important;
    margin: 0rem  !important;
}


/* SPACING */

.com-top-spacing{
    margin-top: 2rem  !important;
}

.com-bottom-spacing{
    margin-bottom: 12px  !important;
}

.com-width100{
    width: 100%  !important;
}

/* PROMOTER CARD */

.mint-banner{
    background-color: var(--secondary-color)  !important;
    max-width: 12rem  !important;
    min-width: 12rem  !important;
    height: 100%  !important;
    margin-left: -21vw  !important;
    margin-top: -1rem  !important;
    padding: 1rem 0rem  !important;
    z-index: 10  !important;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15)  !important;
}

.mint-banner-icon{
    background-color: white  !important;
    border-radius: 1.5rem  !important;
    width: 10rem  !important;
    height: 10rem  !important;
    margin: 0rem auto 1rem auto  !important;
}

.mint-banner-icon img{
    width: 9rem  !important;
    height: 9rem  !important;
    margin: 0.5rem auto  !important;
}

.mint-banner-side-text{
    position: absolute  !important;
    top: 100%  !important; 
    right: -6rem  !important; 
    transform-origin: top left  !important;
    transform: rotate(-90deg)  !important;
    white-space: nowrap  !important; 
}

/* Sticky */

.sticky-container {
    background-color: lightcoral  !important;
    padding: 10px  !important;
    margin-bottom: 20px  !important;
    transition: top 0.3s  !important;
}

.spacer {
    height: 150vh  !important; /* Large height to allow for scrolling */
}


/* CHECKBOX */

.com-checkbox input[type="checkbox"] {
    position: absolute  !important; 
    opacity: 0  !important;
    cursor: pointer  !important;
}

.com-checkbox {
    display: flex  !important;
    align-items: center  !important;
    cursor: pointer  !important;
    user-select: none  !important;
    position: relative  !important; 
}

.com-checkbox .com-check-mark {
    width: 25px  !important;  
    height: 25px  !important; 
    min-width: 25px  !important;
    min-height: 25px  !important;
    background-color: #eee  !important;
    border-radius: 5px  !important;  
    display: inline-block  !important;
    position: relative  !important;
    transition: background-color 0.3s  !important;
    margin-right: 0.5rem  !important;
}

.com-checkbox input:checked + .com-check-mark {
    background-color: var(--primary-color)  !important;
}


.com-checkbox .com-check-mark:after {
    content: ""  !important;
    position: absolute  !important;
    display: none  !important;
}
   


.com-checkbox input:checked + .com-check-mark:after {
    display: block  !important;
}



.com-checkbox .com-check-mark:after {
    left: 8px  !important;
    top: 3px  !important;
    width: 6px  !important;
    height: 12px  !important;
    border: solid white  !important;
    border-width: 0 3px 3px 0  !important;
    transform: rotate(45deg)  !important;
}


/* POP UP */

.popup {
    display: none  !important;
    position: fixed  !important;
    top: 50%  !important;
    left: 50%  !important;
    transform: translate(-50%, -50%)  !important;
    width: 300px  !important;
    padding: 20px  !important;
    background-color: #fff  !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)  !important;
    border-radius: 8px  !important;
    z-index: 1000  !important;
}

/* Overlay styles */
.overlay {
    position: fixed  !important;
    top: 0  !important;
    left: 0  !important;
    width: 100%  !important;
    height: 100%  !important;
    background-color: rgba(0, 0, 0, 0.5)  !important;
    z-index: 999  !important;
}

/* GRID */

.com-grid-container {
    margin: 2rem auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-height: 650px; 
    overflow-y: auto; 
    justify-content: center; 
    align-items: center;
}
.com-grid-item {
    width: 13vw;
    height: 13vw;
    max-width: 180px;
    max-height: 180px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.com-grid-item img {
    max-width: 100%;
    max-height: 100%;
}

.com-grid-item input[type="file"] {
    display: none;
}

.com-top-popup-grid-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1000; /* Ensure it is above the overlay */
    max-width: 80%;
    overflow: hidden; /* Adjusted from overflow-y */
    padding: 1rem 2rem;
    margin: auto; 
    margin-top: 3rem;
    background-color: #ffffff;
}

/* TABLES */ 

.entry-content .com-table tr td{
    padding: 6px;
}

.com-table table{
    width: 100%;
    border-collapse: collapse;
    
}
.com-table th, td {
    padding: 8px;
    border-top: none !important; 
}

.com-table th {
    text-align: center;
    font-weight: bold !important;
}

.com-table tbody tr:hover {
    background-color: #f5f5f5;
}

.com-table{
    margin-top: 3rem;
    padding: 1rem;
    border: 1px solid #ddd;
}

.com-table table{
    border: none !important; 
    margin: 0px !important; 
}

/* PROGRESS DOTS */

.com-progress-dots {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.com-dot {
    width: 1rem;
    height: 1rem;
    background-color: var(--com-grey);
    border-radius: 50%;
    border: 1px solid transparent; /* Minimal border */
}

.com-dot.com-dot-active {
    background-color: var(--primary-color);
}


/* EXTRA */

.hidden{
    display: none  !important;
}

.clickable {
    cursor: pointer  !important;
}

.non-highlight{
    -webkit-user-select: none  !important; 
    -moz-user-select: none  !important;   
    -ms-user-select: none  !important;     
    user-select: none  !important;         
}

.mobile-off{
    display: block;
}

.mobile-on{
    display: none;
}

  
/* ANIMATIONS */

.shimmer-green {
    animation: shimmerGreen 1s ease-out;
}

@keyframes shimmerGreen {
    0% {
        background-color: rgba(var(--primary-color-rgb), 0.1); 
    }
    25% {
        background-color: rgba(var(--primary-color-rgb), 0.2); 
    }
    50% {
        background-color: rgba(var(--primary-color-rgb), 0.2); 
    }
    75% {
        background-color: rgba(var(--primary-color-rgb), 0.1); 
    }
    100% {
        background-color: rgba(var(--primary-color-rgb), 0.0); 
    }
}

@keyframes shimmerRed {
    0% {
        background-color: rgba(var(--com-red-rgb), 0.1); /* Shimmer color */
        opacity: 1; /* Fully visible */
    }
    25% {
        background-color: rgba(var(--com-red-rgb), 0.2); 
        opacity: 0.75;
    }
    50% {
        background-color: rgba(var(--com-red-rgb), 0.3); 
        opacity: 0.5;
    }
    75% {
        background-color: rgba(var(--com-red-rgb), 0.4); 
        opacity: 0.25;
    }
    100% {
        background-color: rgba(var(--com-red-rgb), 0.5); /* Fading out */
        opacity: 0; /* Completely transparent */
    }
}

.shimmer-red {
    animation: shimmerRed 1s ease-in forwards;
}

.fade-out {
    animation: fadeOut 1s ease-out; 
    transition: opacity 1s ease-out;
}

@keyframes fadeOut {
    from {
        opacity: 1; 
    }
    to {
        opacity: 0; 
    }
}




  /* CSS for Small devices */
@media only screen and (max-width: 767px) {
    .mobile-off{
        display: none;
    }
    
    .mobile-on{
        display: block;
    }
}
  
  /* CSS for iPad devices */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mobile-off{
        display: none;
    }
    
    .mobile-on{
        display: block;
    }
}