/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 300px;
}
.popup-content2 form{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.popup-content2 {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 300px;
}
.popup-content form{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.close {
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.folder-title ul, .att-accordian ul, #data-list{
    list-style: none;
}
.file-link-data{
    margin: 0px 15px 10px;
    font-size: 12px;
}
.accordion-header{
    border-bottom: 1px solid #d5d2d2;
    padding-bottom: 10px;
    margin: 8px 6px;
    cursor: pointer;
}
.att-accordian {
    display: none;
    border-bottom: 1px solid #d5d2d2;
    padding-bottom: 10px;
    margin: 0px 0px 0px 15px;
}
.doc-title,.mjop-title{
    padding-bottom: 10px;
    border-bottom: 2px solid #ADADAD;

}
/* .scroll{
    overflow-y: scroll;
} */
.extra-btn{
    background: #041C43;
    color:white;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 6px;
    text-decoration: none;
}
.extra-btn:hover{
    background: rgb(199, 199, 199);
    color:black;
    text-decoration: none;
}
.delete_button,.numbers-bold{
    text-align: center;
}
/* ======== POP UP 3 ================ */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

/* Styles for the popup */
#popup3, #popup4 {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius:8px;
    width: 500px;
    z-index: 99999;
}

/* Add some styling to the link */
#edit-address {
    cursor: pointer;
    text-decoration: none;
}
#popup3 button,#popup4 button{
    background:none;
    border: 0;
}
.popup-3-header {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.repair-comments{
    height: 200px;
    width: 100%;
    background: #f5f5f5;
    border-radius:8px;
    margin: 8px 0px 8px 0px;
    overflow-y: scroll;
}
.add-comment{
    border: 0;
    background: whitesmoke;
    padding: 10px;
    border-bottom: 2px solid #d5d5d5;
    
}
.repair-form-inner{
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
input#add_repair-comment {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0px 0px 0px 10px;
    border-radius: 8px;
}
.comment-card{
    display: flex;
    padding: 10px;
    background: #e9e9e9;
    margin-bottom: 11px;
    gap: 0.5rem;
}
#comments-container{
    padding: 20px;
}
.auth-name{
    display: flex;
    gap: 1rem;
}
.auth-name p{
    font-size: 12px !important;
}
.comment-string-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comment-author-name{
    font-weight: bold;
}
.main-comment{
    font-size: 16px !important;
}
.user_pic img{
    width: 50px;
    height: 50px;
}
.pop-head{
    display: flex;
    justify-content: space-between;
}
.repair-head-mid{
    display: flex;
    justify-content: space-between;
}
.repair-stat{
    padding: 4px 12px !important;
    border-radius: 4px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: #041C43 !important;
}
.repair-stat:hover{
    background: rgb(199, 199, 199) !important;
    color:black !important;
}
.avatar-50{
    border-radius: 5px;
}
.top-user-det {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top_user{
    width: 100% !important;
    justify-content: space-between !important;
}
.page-id-1286 .pxp-content-wrapper{
    margin-top: 0px !important;
}
/* //======================= */
input[type=checkbox]:after { 
  background: green;  
} 
input[type=checkbox]:before { 
    background: green;
} 
.accordion-header i.fa-folder, i.fa-file{
    margin: 0px 5px 0px 4px;
}
.container1 .pxp-content-wrapper{
	    padding-top: 0px !important;
}
.container1 .pxp-content-wrapper .top_user{
	    margin-top: 0px !important;
}
.delete-attachment-front{
	float: right;
    margin: 0px 11px 0px 0px;
    color: red;
    border: none;
    background: none;
	cursor:pointer;
}
body.page-id-1288 h1.pxp-page-header{
	display:none !important;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto; /* Adjust margin as needed */
    display: none; /* Hide initially */
}

/* Loader animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
p#status {
	color: green;
    border: 3px solid green;
    display: none;
    font-size: 12px;
    padding: 7px 10px;
}
div#popup-4-body {
    padding: 13px;
    background: #f3f3f3;
    border-radius: 8px;
}
ul.repair-file-list {
    display: flex;
    list-style: none;
    padding: 0px 4px;
    margin: 0px;
    justify-content: space-between;
    align-items: center;    
}
ul.repair-file-list li a.file-link-data {
    font-size: 14px;
    margin: 0px 2px;
    padding: 0px 0px;
}
div#popup-4-body p.status {
    font-size: 13px;
    color: black;
    font-weight: 600;
}