body .woocommerce-message:focus {
    outline-width: 0 !important;
}

body .woocommerce-error.message-wrapper:focus {
    outline-width: 0 !important;
}

.lcb-button,
.lcb-button-active {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
}


.lcb-order-info {
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}

.lcb-order-actions {
    width: 30%;
    text-align: right;
}

.lcb-customer-data {
    width: 70%;
    line-height: 35px;
}


@media screen and (max-width: 1024px) {
    .lcb-order-info {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .lcb-action-bar {
        margin-bottom: 20px;
    }

    .lcb-customer-data {
        width: 100%;
    }

    .lcb-order-actions {
        width: 100%;
        text-align: left;
    }

}

#lcbprogressbar {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: solid 1px #d3d3d3;
    overflow: hidden;
    margin: 30px 0 10px;
}

#lcbcompleted {

    height: 100%;
    background-color: #4CAF50;

}

#lcbprocessing {

    height: 100%;
    background-color: #7899db;
    background-image: linear-gradient(315deg, #7899db 0%, #5182e5 74%);
}

#lcbtimeleft {

    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-top: 30px;

}

#lcbbelowbar {
    text-align: center;

}

.lcbtrackermessage {
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.fep-form-field {
    margin-bottom: 15px;
}

.fep-avatar-p .fep-avatar-3 {
    left: 60px;
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
}

.lcb-message-order {
    padding: 15px;
    font-weight: 600;
}

.lcb-participants-names {
    margin-left: 30px;
}

@media screen and (max-width: 547px) {
    .lcb-message-avatars {
        display: none;
    }

    .lcb-participants-names {
        margin-left: 0;
    }
}


.lcb-menu-icon {
    font-size: 35px;
    margin: 0 10px;
    color: #000;
}

.lcb-action-bar {
    float: right;
    z-index: 900;
}

.lcb-action-bar:hover {
    cursor: pointer;
}

.lcb-action-bar .lcb-action-bar-nav ul {
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul {
    padding-left: 0;
}

.lcb-action-bar .lcb-action-bar-nav {
    width: auto;
    background: #fff;
    justify-content: space-between;
    ;
    border-radius: 5px;
}

.lcb-action-bar .lcb-action-bar-nav ul li a {
    color: #181c2d;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-left ul,
.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li a {
    display: flex;
    align-items: center;
    height: 40px;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-left ul li,
.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right img {
    margin: 0 10px;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right a {
    text-align: right;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right a span {
    font-size: 10px;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li {
    position: relative;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li .lcb-action-bar-dropdown {
    position: absolute;
    width: 250px;
    top: 10px;
    z-index: 900;
    right: 10px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    box-shadow: 0 3px 16px 0 rgb(12 13 14 / 10%);
    background: #fff;
    padding: 10px 14px;
    display: none;
    transform: translate(0px, 34px);
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li .lcb-action-bar-dropdown ul li {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
}

.lcb-list-last {
    border-bottom: 0px !important;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li .lcb-action-bar-dropdown .fas {
    margin-right: 10px;
}

.lcb-action-bar .lcb-action-bar-nav .lcb-action-bar-right ul li.active .lcb-action-bar-dropdown {
    display: block;
}

.lcb_unread {
    font-weight: 600;

}

.lcb-project-comments {
    margin-top: 30px;
}

.lcb-project-comments .lcb-avatar-1 img {
    border-radius: 50%;
    margin-top: 20px;
}

.lcb-comment {
    border: none;
    padding: 5px 5px 25px;
    margin: 5px;
    color: #000;
}

.lcb-comment .lcb-comment-title {
    padding: 5px 0px;
    border-radius: 0;
    border-width: 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.lcb-comment .lcb-comment-title .date {
    font-size: 12px;
    font-weight: normal;
    padding-left: 10px;
    text-align: right;
}

.lcb-project-comment p {
    margin: 5px;
}

.lcb-textarea {
    width: 100%;
    height: 100px;
    line-height: 1.5;
    display: block;
    box-shadow: none;
    box-sizing: border-box;

    margin: 0;
    outline: 0
}

.lcb-cancel,
#lcb_delete_images_button {
    background: #bd322e;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bd322e;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lcb-approve {
    background: #529341;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #529341;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lcb-info {
    background: #060c24;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #060c24;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lcb-action-form {
    text-align: left;
}

.lcb-quoted {
    color: #ffffff;
    background: #2A74E3;
    padding: 2px 10px;
    border-radius: 5px;
}

.lcb-requested {
    color: #ffffff;
    background: #000;
    padding: 2px 10px;
    border-radius: 5px;
}

.lcb-accepted {
    color: #ffffff;
    background: #529341;
    padding: 2px 10px;
    border-radius: 5px;
}

.lcb-canceled {
    color: #ffffff;
    background: #bd322e;
    padding: 2px 10px;
    border-radius: 5px;
}





.lcb-file-preview ol {
    padding-left: 0;
}


.lcb-file-preview li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    border: 1px solid #b8bfc7 !important;
    background: #edf5ff;
}


.lcb-file-preview li a {
    width: 100%;
}

.lcb-file-preview li p {
    line-height: 32px;
    padding-left: 10px;
    display: inline-block;

}

.lcb-file-preview li span {
    padding: 5px;
    float: right;
}

.lcb-file-preview {
    max-width: 500px;
}


.project-files-label {
    font-weight: 700;
    color: white !important;
    font-size: 12px !important;
    display: inline-block !important;
    background-color: #2a74e3;
    padding: 5px 10px;
    border-radius: 5px;


    height: auto;
    cursor: pointer;
}

.project-files-label:focus,
.project-files-label:hover {
    background-color: #2557a1;
}

.project-files-label:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.project-files-label * {
    pointer-events: none;
}

.lcb-file-list .dashicons {
    vertical-align: middle;
    margin-left: 5px;
}

.project-files-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.uploaded-project-file-label {

    font-weight: 700;
    display: inline-block !important;
    background-color: #e3e3e3;
    color: #4c4c4c;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem !important;
    height: auto;
    cursor: pointer;
}

.uploaded-project-file-label span:nth-child(2) {
    margin-left: 5px;
    font-size: 1.4em;
    color: #f10000;
    line-height: 1;
    pointer-events: auto;
}


.uploaded-project-file-label:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.uploaded-project-file-label * {
    pointer-events: none;
}

.lcb-file-list {
    margin-top: 30px;
}

.lcb-account-link .dashicons {
    vertical-align: middle;
    margin: 5px;
}

#project-cost bdi {
    font-size: 30px;
    ;

}

#lcb-max-upload {
    margin-left: 10px;
    font-size: 12px;
}

.project-comments-form {
    margin: 60px 0;
}

.lcb-image-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1140px;

}

.lcb-image-grid img {
    max-width: 200px;
    max-height: 130px;
    margin: 10px;
    box-sizing: border-box;
}

@media screen and (max-width: 960px) {
    .lcb-image-grid img {
        max-width: calc(100% - 10px);
    }
}

.lcb_project_image {
    position: relative;
    float: left;

}

.lcb_file_checkbox {
    position: absolute;
    top: 15px;

    right: 12px;
    padding: 5px;
    width: 20px;
    height: 20px;
}

#lcb_delete_images_button {
    display: none;
}

@media screen and (max-width: 600px) {
    .lcb-project-comment .avatar {
        display: none;
    }
}

.lcb-avatar-img img {
    width: 100px;
    border-radius: 99px;
    margin-bottom: 20px;
}


#lcb-files-label {
    font-weight: 700;
    color: white !important;

    display: inline-block !important;
    background-color: #0070e0;
    padding: 5px 10px;
    border-radius: 5px;

    font-size: 0.8rem;
    height: auto;
    cursor: pointer;
}

#lcb-files-label:focus,
#lcb-files-label:hover {
    background-color: #000f1f;
}

#lcb-files-label:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

#lcb-files-label * {
    pointer-events: none;
}

.lcb-files-upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}


.uploaded-lcb-file-label {

    font-weight: 700;
    display: inline-block !important;
    background-color: #e3e3e3;
    color: #4c4c4c;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    height: auto;
    cursor: pointer;
}

.uploaded-lcb-file-label span:nth-child(2) {
    margin-left: 5px;
    font-size: 1.4em;
    color: #f10000;
    line-height: 1;
    pointer-events: auto;
}


.uploaded-lcb-file-label:focus {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px
}

.uploaded-lcb-file-label * {
    pointer-events: none;
}


#time_spinner .spinner_GmWz {
    animation: spinner_Ctle .8s linear infinite;
    animation-delay: -.8s;
    fill: rgb(94 118 94);
}

#time_spinner .spinner_NuDr {
    animation-delay: -.65s;
    fill: rgb(73 131 74);
}

#time_spinner .spinner_OlQ0 {
    animation-delay: -.5s;
    fill: rgb(52 155 53);
}

@keyframes spinner_Ctle {

    93.75%,
    100% {
        opacity: .2
    }
}

#time_spinner {
    padding-top: 8px;

}




.lcb_address,
.lcb_product_options {
    padding: 16px 30px 27px 30px;
    border-left: 1px solid #d5d8dc;
    border-bottom: 1px solid #d5d8dc;
    border-right: 1px solid #d5d8dc;
    border-top: 1px solid #d5d8dc;
    border-radius: 3px;


}

/* Reset default list styles */
.lcb-options-ul,
.lcb-options-sub-ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Style for the main list */
.lcb-options-ul>li {
    font-size: 16px;
    line-height: 1.5;
}

/* Style for the sub-list */
.lcb-options-sub-ul>li {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 20px;
}

/* Add some spacing between main and sub-list */
.lcb-options-ul>li ul {
    margin-top: 5px;
}

#lcb_reschedule_date {
    margin-bottom: 20px;
}

.lcb_order_buttons {
    margin-top: 30px;
}

.lcb_new_project_btn a {

    background: #060c24;
    color: #fff !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #060c24;
    cursor: pointer;

    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
}

.lcb_new_project_btn {
    display: inline-block;
    margin-bottom: 10px;
}


#lcb-projects-filter,
#lcb-orders-filter,
#lcb-appointments-filter {
    float: right;
    margin: 0 0 30px;
}

@media screen and (max-width:600px) {
    .lcb_new_project_btn {
        margin-bottom: 20px !important;
    }

    #lcb-projects-filter,
    #lcb-orders-filter,
    #lcb-appointments-filter {
        float: none;
    }
}

#lcb-max-upload-size {

    font-size: 12px;
}





.pc_image_choice .gfield_radio,
.pc_image_choice .gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
}

.pc_image_choice .gfield_radio .gchoice,
.pc_image_choice .gfield_checkbox .gchoice {
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 16px;
}

.pc_image_choice .gfield_radio .gchoice input[type=radio],
.pc_image_choice .gfield_checkbox .gchoice input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    z-index: -99;
}

.pc_image_choice .gfield_radio .gchoice label,
.pc_image_choice .gfield_checkbox .gchoice label {
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border: 2px solid #f0f0f0;
    font-size: 14px !important;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}

.pc_image_choice .gfield_radio .gchoice label img,
.pc_image_choice .gfield_checkbox .gchoice label img {
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
    max-height: 118px;
    object-fit: cover;
}

.pc_image_choice .gfield_radio .gchoice label:hover,
.pc_image_choice .gfield_checkbox .gchoice label:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pc_image_choice .gfield_radio .gchoice input:checked+label,
.pc_image_choice .gfield_checkbox .gchoice input:checked+label {
    border-color: #bdbdbd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


@media only screen and (max-width: 767px) {

    .pc_image_choice .gfield_radio .gchoice,
    .pc_image_choice .gfield_checkbox .gchoice {
        width: calc(50% - 9px);
        margin-right: 14px;
    }

    .pc_image_choice .gfield_radio .gchoice:nth-child(2n),
    .pc_image_choice .gfield_checkbox .gchoice:nth-child(2n) {
        margin-right: 0;
    }

}


.gform_body .ginput_container .gform-time-loading-line {
    opacity: 0;
    pointer-events: none;
    height: 3px;
    width: 100%;
    margin-top: 6px;
    background: linear-gradient(90deg, #ccc 25%, #a9ffec 50%, #ccc 75%);
    background-size: 200% 100%;
    animation: shimmerLine 1s linear infinite;
    border-radius: 2px;
    transition: opacity 0.3s ease;
}

.gform_body .ginput_container .gform-time-loading-line.visible {
    opacity: 1;
    pointer-events: auto;
}

@keyframes shimmerLine {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}


.gform_wrapper .gf_invisible {
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}