/*table css*/
table, th, td {
    border: 1px solid black;
}
.table-container table th:nth-child(1), .table-container table td:nth-child(1) {
    width: 8%;
}
.table-container table th:nth-child(2), .table-container table td:nth-child(2) {
    width: 15%;
}
.table-container table th:nth-child(3), .table-container table td:nth-child(3) {
    width: 50%;
}
.table-container table th:nth-child(4), .table-container table td:nth-child(4) {
    width: 8%;
}
.table-container table th {
    background: bisque;
    height: 40px;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}
.table-container table td:first-child, .table-container table td:nth-child(2), .table-container table td:last-child{
    text-align: center;
}
.table-container table td {
    font-size: 14px;
    color: black;
    padding: 5px;
}
.table-container {
    margin-top: 8px;
}
/*upload grid css*/
.platform-uploaded-file-container thead th:nth-child(3) {
    text-align: center;
}
button.btn.btn-primary.btn-sm {
    box-shadow: none !important;
    color: black !important;
    background: transparent !important;
    border: none;
}
/*upload button css*/
button[name="UploadButton"] {
    border-radius: 5px;
    box-shadow: none !important;
}
button[name="UploadButton"] svg#ia5o6z {
    margin-right: 4px;
}
#platform_id_xoKXEa5f .pfm-ctr-button.pfm-component {
    padding: 3px 0px;
}

/*updated css*/
.platform-uploaded-file-container thead tr th, 
.platform-uploaded-file-container tbody tr td:first-child{
    display:none;
}
#platform_id_6fllFBSd-2 #platform_id_srWsQSEm{
    font-size:30px;
    font-weight:bold;
    color:#0d6efd;
    text-align:center;
    width:100%;
}
.platform-uploaded-file-container tbody tr td{
    font-size:18px;
    text-align:center;
}
table.platform-uploaded-file-container, table.platform-uploaded-file-container tbody tr td{
    border:none !important;
    padding:10px 10px;
}
table.platform-uploaded-file-container{
    width:fit-content;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius:20px;
    margin-top: 10px;
}
table.platform-uploaded-file-container button svg{
    color:#AA0000;
}
table.platform-uploaded-file-container button:hover svg{
    background-color:#AA0000;
    border-radius:50%;
    color:white;
    padding:5px;
}
#platform_id_DjEM2zjQ{
    border:none;
    width:fit-content;
    background:#c9c7c7;
    border-radius:20px;
}
#platform_id_6fllFBSd-2 .pfm-ctr-container{
    align-items:center;
    display:flex;
    flex-direction:column;
}
#platform_id_nnyLxlIx{
    display:flex;
    justify-content:center !important;
}
#platform_id_nnyLxlIx button{
    background-color:transparent;
    border:none;
    color:grey;
    border:2px solid grey;
    /* display:none; */
}
.platform-editor-section{
    display:flex;
    justify-content:center;
    align-items:center;
}
[isrequired=true]:after {
    content:"";
}

.epic-container label{
    display:flex;
    line-height:3;
    gap:10px;
}
.epic-container label h3{
    color:grey;
    font-weight:bold;
}

.error-message {
    background:#FBCEB1;
    width:50%;
    margin-left:25%;
    padding:20px;
    border-radius:20px;
}

div.epic-wrapper {
    background:#f9f9f9;
    padding:20px;
    border:1px solid #b4b4b4;
    border-radius:10px;
    margin-bottom:20px;
}

div.epic-wrapper .button-continers {
    display:flex;
    gap:50px;
    float:right;
}

div.epic-wrapper .button-continers button{
    font-size:14px;
    font-weight:bold;
    border:none;
    color:white;
    padding:10px;
    border-radius:5px;
    cursor: pointer;
}

div.epic-wrapper .button-continers button:first-child{
    background:#008B8B;
}

div.epic-wrapper .button-continers button:first-child:hover{
    background:#50C878;
}

div.epic-wrapper .button-continers button:last-child{
    background:#B31B1B;
}

div.epic-wrapper .button-continers button:last-child:hover{
    background:#E23D28;
}

div#side-navigation {
    transform: translateX(-250px) !important;
}

div#page-content {
    margin-left:-250px !important;
}

.loader-message {
  font-size: 18px;
  font-weight: bold;
  color: #3498db;
  text-align: center;
  position: relative;
}

.loader-message::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background-color: #3498db;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  animation: slide 1.5s infinite alternate ease-in-out;
}

@keyframes slide {
  0% { width: 20px; }
  100% { width: 50px; }
}
    

label#platform_id_DjEM2zjQ {
  display:flex;
  flex-direction:row;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background-color: #3498db;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
label#platform_id_DjEM2zjQ::before{
  content: "📁";
  font-size: 18px;
  background:white;
  padding:5px;
  border-radius:50%;
  border:2px solid #FFD700;
}


label#platform_id_DjEM2zjQ:hover {
  background-color: #2980b9;
}

.project-creation-wrapper {
    /* display:flex; */
    gap:50px;
    justify-content: flex-start;
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    margin-bottom: 20px;
    width:100%;
}

.project-creation-wrapper .project-creation-btns{
    display:flex;
    justify-content:center;
    gap:50px;
}
.project-creation-wrapper .project-creation-btns button{
    border:none;
    padding:5px 10px;
    border-radius:5px;
    color:white;
    font-weight:bold;
    background:#3498db;
}

.project-creation-wrapper .project-creation-btns button:last-child{
    background:#B31B1B;
}

.project-creation-wrapper .project-creation-container h3{
    font-weight:bold;
    color:#3498db;
}

.project-creation-wrapper .project-creation-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}

.project-creation-wrapper .project-creation-container label{
    color:grey;
    font-weight:bold;
    display:block;
    text-align:left;
}

.project-creation-wrapper .project-creation-container div{
    width:fit-content;
    align-self:center;    
    margin:10px;
    border-radius:20px;
}

.project-creation-wrapper .project-creation-container input, .project-creation-wrapper .project-creation-container textarea{
    border:2px solid #D3D3D3;
    border-radius:5px;
}

.project-creation-wrapper .project-creation-container input:focus-visible, .project-creation-wrapper .project-creation-container textarea:focus-visible{
    box-shadow:0 0 8px rgba(76, 175, 80, 0.5);
    border:none;
    outline:none;
}

.project-creation-wrapper-line {
  position: relative;
  width: 100%;
  height: 5px; 
  background-color: #3498db;
  margin: 20px 0;
  border-radius:50%;
  cursor: pointer;
}

.project-creation-wrapper-line::after {
  content: "▼";
  font-size: 20px;
  color: #3498db;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 5px;
}

.project-creation-wrapper{
    display:none;
}


.project-creation-container .project-creation-details-container:last-child{
    padding:0 30px;
}

.project-creation-container .project-creation-details-container:first-child{
    margin-bottom:0;
    padding-bottom:0;
    padding-top:25px;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.tabs a {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
}

.tabs a:hover {
    background: #0056b3;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    border-radius: 5px;
    background: white;
}

#tab1:target, #tab2:target, #tab3:target {
    display: block;
}

.project-error-message, .project-error-message label{
    color:#D2122E !important;
    background:bisque;
    padding:5px;
}

.project-error-message li{
    width:fit-content;
}

/*create project popup css starts*/
/*create project popup css*/
[name="CreateProjectPopup"] h2 {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
button[name="AuditPopupCloseBtn"], button[name="AuditPopupCloseBtn"]:active {
    border-radius: 5px;
    border: 2px solid grey !important;
    background: transparent !important;
    color: grey !important;
    box-shadow: none !important;
    font-weight: bold;
}
button[name="AuditPopupCloseBtn"] svg {
    margin-right: 6px !important;
}
.createProjectContainer {
    border: 1px solid grey;
    border-radius: 5px;
    height: 82%;
    margin-bottom: 5px;
    overflow-y: auto;
    padding: 10px 5px;
}
[name="CreateProjectPopup"] .modal-content {
    width: 40% !important;
    height: 55% !important; 
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    padding: 10px !important;
}
 
[name="CreateProjectPopup"] span#cancel {
    display: none;
}

div.createProjectContainer .pfm-layout-col{
    min-height:0;
}

div.createProjectContainer h4{
    font-size:20px;
    font-weight:bold;
}

div.createProjectContainer .jira-audit-success{
    color:#006400;
    font-weight:bold;
}

div.createProjectContainer .jira-audit-error{
    color:#AA0000;
    font-weight:bold;
}

div.createProjectContainer span{
    display:block;
}
/*create project popup css ends*/
