:root {
--main-red:#8d0d0d;
--main-white:#fff;
}
input, textarea, select, button {
margin: 0;
padding: 0;
border: none;
font-family: inherit;
font-size: inherit;
background: none;
color: inherit;
outline: none;
}
input{
color: var(--main-white);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.signup-login-body{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(45deg, #1c0000, var(--main-red));
}


.job-wrapper {
width: 420px;
margin: 20px;
background-color: rgba(16 18 27 / 40%);
backdrop-filter: blur(20px);
border: 2px solid rgba(255, 255, 255, 0.704);
border-radius: 10px;
padding: 30px 40px 50px;
color: var(--main-white);
text-align: center;
}
.job-input {
position: relative;
margin: 10px 0;
}
.job-wrapper input {
margin: 5px;
width: 100%;
height: 50px;
background: transparent;
padding-right: 40px; /* Add space for the icon */
outline: none;
border: 2px solid;
border-radius: 40px;
margin-bottom: 15px;
padding: 20px 45px 20px 20px;
font-size: 16px;
color: var(--main-white);
}
.job-input i {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-80%);
cursor: pointer;
color: rgb(232, 240, 254);
transition: color 0.3s, transform 0.3s;
}

.job-input i:hover {
transform: translateY(-80%) scale(1.1);
}

.job-wrapper a {
color: var(--main-white);
font-size: 15px;
text-decoration: none;
}

.job-wrapper a:hover {
text-decoration: underline;
}

.job-wrapper h1 {
text-align: center;
margin-bottom: 10px;
}

.job-wrapper  p {
text-align: center;
margin-top: 10px;
}

::placeholder {
color: var(--main-white);
}

.job-wrapper button {
padding: 0.8em 0em;
width: 100%;
margin-bottom: 15px;
background: var(--main-red);
border-radius: 40px;
border: 0;
color: var(--main-white);
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
.job-wrapper button:hover{
background: var(--main-red);
}
.job-light {
background: linear-gradient(135deg,  var(--main-red) 0%, var(--main-red) 40%, var(--main-white) 50%, var(--main-red) 60%, var(--main-red) 100%);
background-repeat: no-repeat;  
background-position: 0px;
background-size: 300%;  
}

.job-light:hover {
animation: job-light 1s;
-webkit-animation: job-light 1s;
}

@keyframes job-light {
0% {
background-position: -600px; 
}
100% { 
background-position: 0px; 
}
}

@-webkit-keyframes job-light {
0% {
background-position: -600px; 
}
100% { 
background-position: 0px; 
}
}

@keyframes slideIn {
from {
transform: translate(-50%, -150%);
opacity: 0;
}
to {
transform: translate(-50%, 0);
opacity: 1;
}
}

@keyframes slideOut {
from {
transform: translate(-50%, 0);
opacity: 1;
}
to {
transform: translate(-50%, -150%);
opacity: 0;
}
}
/* Animation keyframes */
@keyframes slideIn {
from {
transform: translate(-50%, -150%);
opacity: 0;
}
to {
transform: translate(-50%, 0);
opacity: 1;
}
}

@keyframes slideOut {
from {
transform: translate(-50%, 0);
opacity: 1;
}
to {
transform: translate(-50%, -150%);
opacity: 0;
}
}
/*---------- confrim email ----------*/
.user-confrim-email-body {
font-family: Arial, sans-serif;
background: linear-gradient(45deg, #1c0000, var(--main-red));
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: var(--main-white);
margin: 0;
}

.user-confrim-email-card {
width: 420px;
margin: 20px;
background-color: rgba(16 18 27 / 40%);
backdrop-filter: blur(20px);
border: 2px solid var(--main-white);
border-radius: 10px;
padding: 30px 40px 30px;
color: var(--main-white);
text-align: center;
color: var(--main-white);
}

.user-confrim-email-icon {
display: flex;
justify-content: center;
align-items: center;
font-size: 40px;
color: var(--main-white);
position: absolute;
top: -35px;
left: 50%;
transform: translateX(-50%);
background-color: rgb(0, 0, 0);
border-radius: 50%;
width: 70px;
height: 70px;
border: 2px solid var(--main-white);
z-index: 1; /* Ensures the icon stays on top */
}

.user-confrim-email-card-title {
font-size: 24px;
font-weight: bold;
margin-top: 40px;
}

.user-confrim-email-card-description {
font-size: 16px;
margin-top: 10px;
line-height: 1.5;
}

.user-confrim-email-card-button {
display: block;
background-color: #000;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
text-decoration: none;
margin-top: 20px;
width: 100%;
transition: transform 0.5s ease;
}

.user-confrim-email-card-button:hover {
transform: scale(1.04); 

}
/*---------- forgot email----------*/
.job-email-wrapper {
width: 420px;
margin: 20px;
background-color: rgba(16 18 27 / 40%);
backdrop-filter: blur(20px);
border: 2px solid rgba(255, 255, 255, 0.704);
border-radius: 10px;
padding: 30px 40px 20px;
color: var(--main-white);
text-align: center;
}
.job-email-wrapper input {
margin: 5px;
width: 100%;
height: 50px;
background: transparent;
padding-right: 40px; /* Add space for the icon */
outline: none;
border: 2px solid;
border-radius: 40px;
margin-bottom: 15px;
padding: 20px 45px 20px 20px;
font-size: 16px;
color: var(--main-white);
}
.job-email-wrapper button {
padding: 0.8em 0em;
width: 100%;
margin-bottom: 15px;
background: var(--main-red);
border-radius: 40px;
border: 0;
color: var(--main-white);
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
cursor: pointer;
}
  /*---------- Dashboard home page ----------*/
  .dashboard-home-body {
    font-family: Arial, sans-serif;
    background-color: #2c2c36;
    color: white;
    margin: 0;
    padding: 0;
    overflow-x: hidden;  
}
/*-----------job alert----------*/

.job-alert {
  position: fixed;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: var(--main-white);
  padding: 10px 20px;
  width: 90%;
  max-width: 400px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s forwards;
  z-index: 1001; /* Make sure the alert is on top of everything */
  display: none; /* Initially hidden */
}
.job-alert-user {
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: var(--main-white);
padding: 10px 20px;
width: 90%;
max-width: 400px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
animation: slideIn 0.5s forwards;
z-index: 1001; /* Make sure the alert is on top of everything */
display: flex; /* Initially hidden */
}
/* Success alert styles */
.job-alert-success {
position: fixed;
background-color: #d4f8e3;
border-left: 5px solid #4caf50;
}

.job-alert-user  p {
margin: 0;
color: #333;
flex-grow: 1;
text-align: center;
}
.job-alert  p {
margin: 0;
color: #333;
flex-grow: 1;
text-align: center;
}

.job-alert-user button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
color: var(--main-red);
font-weight: bold;
}
.job-alert button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
font-weight: bold;
}
/* Danger alert styles */
.job-alert-danger {
background-color: #fff1f1;
border-left: 5px solid #e53935;
}
.job-alert-danger button{
  color: var(--main-red);
}
.job-alert-success button{
  color: #4caf50;
}
/*-----------alert----------*/
.show-alert {
  position: fixed;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background-color: var(--main-white);
  padding: 10px 20px;
  width: 90%;
  max-width: 400px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s forwards;
  z-index: 1001; /* Make sure the alert is on top of everything */
  display: none; /* Initially hidden */
}
.show-alert-user {
align-items: center;
justify-content: center;
border-radius: 10px;
background-color: var(--main-white);
padding: 10px 20px;
width: 90%;
max-width: 400px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
animation: slideIn 0.5s forwards;
z-index: 1001; /* Make sure the alert is on top of everything */
display: flex; /* Initially hidden */
}
/* Success alert styles */
.show-alert-success {
position: fixed;
background-color: #d4f8e3;
border-left: 5px solid #4caf50;
}

.show-alert-user  p {
margin: 0;
color: #333;
flex-grow: 1;
text-align: center;
}
.show-alert  p {
margin: 0;
color: #333;
flex-grow: 1;
text-align: center;
}

.show-alert-user button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
color: var(--main-red);
font-weight: bold;
}
.show-alert button {
background: none;
border: none;
font-size: 16px;
cursor: pointer;
color: var(--main-red);
font-weight: bold;
}
/* Danger alert styles */
.show-alert-danger button{
  color: var(--main-red);
}
.show-alert-success button{
  color: #4caf50;
}
  /*---------- Dashboard menu ----------*/

.user-sidebar-wrapper {
    display: flex;
    align-items: flex-start;
    position: fixed; 
    top: 0;
    left: 0;
    height: 10vh; 
    z-index: 998;
}

.user-sidebar {
  width: 60px;
background-color: #1b1b1b;
transition: width 0.3s ease;
overflow: hidden;
border-top-right-radius: 20px;
overflow: hidden;
height: 100vh;  
transition: transform 0.5s ease, width 0.5s ease;
}

.user-sidebar:hover:not(.open) {
    width: 220px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.81);  

}

.user-sidebar.open {
    width: 220px;  
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.81); 
}
.user-sidebar.open .user-sidebar-wrapper {
z-index:998 ;
 }

.user-profile {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: white;
    transition: padding 0.3s ease;
    width: 100%;
    height: 100px;
}

.user-profile img {
    position: relative;
    left: 8px;
    opacity: 1;
    border-radius: 50%;
    width: 48px; 
    height: 48px;
    transition: width 0.3s ease, height 0.3s ease, margin-left 0.3s ease;
}

.user-profile span {
    margin-left: 35px;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}
.user-sidebar.open img,
.user-sidebar:hover img {
    width: 60px;
    height: 60px;
    margin-left: 5px;
}
.user-sidebar a {
text-decoration: none;
color: var(--main-white);
display: flex;
}
.user-sidebar.open .user-profile span,
.user-sidebar:hover .user-profile span {
    opacity: 1;
    display: block;
}

.user-sidebar ul {
  position: relative;
list-style-type: none;
padding: 20px 0;
position: relative;
}

.user-sidebar ul li {
    display: flex;
    align-items: center;
    width: 100%;
    border-left: 5px solid #1b1b1b;
    padding: 20px 15px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.user-sidebar ul li:hover {
    background-color: #8c070733;
}

.user-sidebar ul li i {
    position: relative;
    font-size: 24px;
    margin-right: 20px;
    transition: opacity 0.3s ease;
}

.user-sidebar ul li span {
    margin-left: -10px;
    justify-content: flex-start;
    text-align: left;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.user-sidebar.open ul li span,
.user-sidebar:hover ul li span {
    opacity: 1;
    margin-top: 6px;
    font-size: 17px;
}

.user-indicator {
position: absolute;
left: 1px;
width: 4px;
height: 60px;
background-color: var(--main-red);
transition: top 0.3s ease;
pointer-events: none;  
}
.user-indicator-active {
border-left: 5px solid var(--main-red) !important;
background-color: #8c070733;
}
#userToggleBtn {
width: 40px;
height: 40px;
position: relative;
top: 5px;
right: 20px;
background-color: #680606;
border-radius: 50%;
font-size: 15px;
cursor: pointer;
}
.inside.toggle{
    position: relative;
    top: 2px;
}
#userToggleBtn span {
display: block;
width: 60%;
position: relative;
top: 4px;
border-radius: 5px;
height: 4px;
background: white;
margin: 5px auto;
transition: all 0.3s;
backface-visibility: hidden;
}

#userToggleBtn.on .one {
transform: rotate(45deg) translate(5px, 5px);
}

#userToggleBtn.on .two {
opacity: 0;
}

#userToggleBtn.on .three {
transform: rotate(-45deg) translate(8px, -8px);
}



/*---------- main content ----------*/
.user-main-content {
    margin-left: 60px;  
    width: calc(100% - 60px);  
    padding: 20px;
    transition: transform 0.3s ease, width 0.3s ease;
    min-height: 100vh; 
}

.user-sidebar.open ~ .user-main-content {
    margin-left: 200px; 
    width: calc(100% - 200px);
}

.user-toggle-btn {
    position: absolute;
    top: 20px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-color: #0d6efd;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 50%;
    z-index: 1000;
}

.user-toggle-btn i {
    position: relative;
    top: 1px;
}

.user-toggle-btn:hover {
    background-color: #0950ba;
}


/*----------main content----------*/

.user-card {
background: #404040;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
width: 100%;
margin-top: 20px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}

.user-card-profile {
position: relative;
}
.user-card-profile img{
width: 150px;
height: 150px;
border-radius: 50%;
display: block;
display: flex;
justify-content: center;
align-items: center;
transition: width 0.3s ease, height 0.3s ease;
}
.user-card-profile::after {
content: ''; /* Empty content for the pseudo-element */
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background: rgba(0, 0, 0, 0.664); /* Semi-transparent overlay */
opacity: 0; /* Hidden by default */
transition: opacity 0.3s ease; /* Smooth transition for hover */
pointer-events: none; /* Allow clicks to pass through */
}

.user-card-profile:hover::after {
opacity: 1; /* Show overlay on hover */
}

.user-card-profile span {
position: absolute;
left: 30%;
top: 51%; /* Center vertically */
transform: translateY(-50%); /* Adjust for height */
color: white;
width: 25px;
height: 25px;
font-weight: 100;
font-size: 18px;
background-color: transparent;
color: rgb(3, 97, 3);
border-radius: 50%;
cursor: pointer;
user-select: none;
display: none; /* Hidden by default */;
justify-content: center;
align-items: center;
z-index: 9;
}

/* Show icons on hover */
.user-card-profile:hover span {
display: flex;
}

/* Position "x" icon at the bottom */
.user-card-profile span:last-child {
position: absolute;
left: 48%;
top: 51%;
color: orange;
font-size: 17px;
margin-left: 10px;

}
.user-profile-info{
display: flex;
justify-content: space-around;
width: 100%;
margin-bottom: 20px;
}
.user-profile-info input {
width: 80%;
padding: 10px;
margin: 10px 0;
border: none;
border-bottom: 2px solid #ddd;
background-color: transparent;
outline: none;
font-size: 16px;
position: relative;
margin-right: 20px;
transition: all 0.3s ease;
}

.user-profile-info input:focus {
border-bottom: 2px solid #a92d2d;
}

.user-profile-info input:focus::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
transition: width 0.4s ease;
transform: translateX(-50%);
}

.user-profile-info input:focus:after {
width: 100%;
}

#fileInput {
display: none;
}

.user-button-container {
margin-top: 20px;
display: flex;
justify-content: center;
gap: 15px;
flex-wrap: wrap;
}
.user-change-password-button {
background-color: var(--main-red);
padding: 10px 15px 10px 15px;
color: var(--main-white);
border: none;    
border-radius: 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.user-change-password-button:hover {
background-color: #680606;
}

.user-save-button {
background-color: rgb(49, 113, 9);
padding: 10px 25px 10px 25px;
border: none;
color: var(--main-white);
border-radius: 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.user-save-button:hover {
background-color: rgb(38, 90, 6);
}

/*----------Popup----------*/
.user-popup, .user-overlay-background {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
/* Active state */
.user-popup.active,
.user-overlay-background.active {
    opacity: 1;
    display: block;
    visibility: visible;
}
.user-popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #1b1b1b;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.878);
border-radius: 8px;
padding: 20px;
z-index: 9999;
display: none;
max-width: 400px;
width: 90%;
}
.user-popup .input-wrapper {
position: relative;
margin: 10px 0;
}

.user-popup input {
width: 100%;
padding: 10px;
padding-right: 40px; /* Add space for the icon */
margin: 10px 0;
background-color: transparent;
outline: none;
border: none;
border-bottom: 2px solid #ccc;
transition: all 0.3s ease;
color: var(--main-white);
}
.user-popup input:focus {
border-bottom: 2px solid #a92d2d;
}
.user-popup input:focus::after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
transition: width 0.3s ease;
transform: translateX(-50%);
}

.user-popup input:focus:after {
width: 100%;
}
.user-popup .input-wrapper i {
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
color: #ccc;
transition: color 0.3s, transform 0.3s;
}

.user-popup .input-wrapper i:hover {
color: var(--main-white);
transform: translateY(-50%) scale(1.1);
}
.form-group .toggle-password {
    position: relative;
    margin-bottom: -10px;
    left: 95%;
    transform: translateY(-210%);
    cursor: pointer;
    color: #888;
  }
  .form-group input.error-border {
    border-color: red;
  }
  .form-group .error{
    color: red;
    margin-top: -20px;
    margin-bottom: 10px;
  }
.user-popup .user-actions {
display: flex;
justify-content: space-between;
margin-top: 20px;
}
.forgot-password-button{
color: #0d6efd;
font-weight: bold;
text-decoration: none;
}
.user-popup .user-close-button,
.user-popup .user-save-button {
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}

.user-popup .user-close-button {
background-color: #f44336;
color: white;
}

.user-popup .user-close-button:hover {
background-color: #e53935;
}

.user-popup .user-save-button {
background-color: #4caf50;
color: white;
}

.user-popup .user-save-button:hover {
background-color: #45a049;
}

.user-overlay-background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
}
/*----------Title Section----------*/
.navbar-title-container {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
margin-top: 20px;
font-size: 20px;
color: #b9b9b9;
font-weight: bold;

}
.navbar-title-container::before,
.navbar-title-container::after {
content: '';
flex: 1;
height: 1px;
background-color: #b9b9b9;
margin: 0 10px;
}
/*----------second card----------*/

.user-second-card{
background: #404040;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
width: 100%;
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
/* Navbar */
.user-navbar {
background-color: #1b1b1b;
padding: 15px 20px;
width: 100%;
border-radius: 10px 10px 0 0;
background: #1b1b1b;
padding: 15px;
display: flex;
justify-content: center;
overflow: hidden;
position: relative;
}
/* Scrollable Wrapper */
.user-navbar-scroll {
display: flex;
overflow-x: auto;
scroll-behavior: smooth;
scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.user-navbar-scroll::-webkit-scrollbar {
display: none; /* Hide scrollbar in Webkit */
}
/* Scroll Buttons */
.scroll-button {
background-color: transparent;
width: 30px;
display: none;
height: 30px;
border-radius: 50%;
color: white;
border: none;
font-size: 20px;
cursor: pointer;
position: absolute;
top: 50%;
margin-left: 10px;
margin-right: 10px;
transform: translateY(-50%);
transition: background-color 0.3s ease;
z-index: 10;
}
.scroll-button:hover{
background-color: #6c0c0cd6;

}
.scroll-button.left { left: 0; }
.scroll-button.right { right: 0; }
.user-navbar a {
display: flex;
justify-content: center;
color: white;
text-decoration: none;
margin: 0 15px;
font-weight: normal;
font-size: 16px;
border-radius: 0;
padding: 5px ;
transition: background-color 0.3s ease;
}
.user-navbar-title{
width: 200px;
display: flex;
justify-content: center;
}
.user-navbar a.user-all {
border-bottom: 1px solid #ddd;
width: 80px;
transition: width 0.3s ease-out;
}
.user-navbar a.user-all:hover {
border-bottom: 1px solid #ddd;
width: 110px;
}
.user-navbar a.user-all-active{
border-bottom: 1px solid #ddd;
font-weight: bold;
width: 110px;
}
.user-navbar a.user-waiting {
border-bottom: 1px solid rgb(84, 84, 244);
width: 80px;
transition: width 0.3s ease-out;
}
.user-navbar a.user-waiting:hover {
border-bottom: 1px solid rgb(84, 84, 244);
width: 110px;
}
.user-navbar a.user-waiting-active{
border-bottom: 1px solid rgb(84, 84, 244);
width: 110px;
font-weight: bold;
}
.user-navbar a.user-accepted {
border-bottom: 1px solid green;
width: 80px;
transition: width 0.3s ease-out;
}
.user-navbar a.user-accepted:hover {
border-bottom: 1px solid green;
width: 110px;
}
.user-navbar a.user-accepted-active{
border-bottom: 1px solid green;
width: 110px;
font-weight: bold;
}
.user-navbar a.user-rejected {
border-bottom: 1px solid red;
width: 80px;
transition: width 0.3s ease-out;
}
.user-navbar a.user-rejected:hover {
border-bottom: 1px solid red;
width: 110px;
}
.user-navbar a.user-rejected-active{
border-bottom: 1px solid red;
width: 110px;
font-weight: bold;
}
@media screen and (max-width: 500px) {
.user-navbar a.user-all-active {
width: 80px;
}
.user-navbar a.user-waiting-active {
width: 80px;
}
.user-navbar a.user-accepted-active {
width: 80px;
}
.user-navbar a.user-rejected-active {
width: 80px;
}
.user-card-profile span {
  left: 3%;
}
}
/* Page Content */
.user-category {
text-align: center;
width: 100%;
}
.no-applications{
padding: 15px;
color:#b9b9b9 ;
font-weight: bold;

}
    /* Job application card style */
    .dashboard-first-section{
        background: #404040;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        }
    .user-applications-card {
        background: #1b1b1b;
        border: none;
        border-radius: 8px;
        padding: 15px;
        margin: 10px auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
        width: calc(100% - 1rem);
        text-align: left;
        opacity: 0;
        color: var(--main-white);
        transform: translateY(20px);
        transition: opacity 0.5s ease-out, transform 0.5s ease-out;
      }
  
      .user-applications-card.visible {
        opacity: 1;
        transform: translateY(0);
      }
  
      .user-applications-card h3 {
        margin: 0;
        font-size: 18px;
      }
  
      .user-applications-card p {
        margin: 5px 0;
        color: #b9b9b9;
      }
  
      .user-applications-card .user-status {
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 5px 10px;
        font-size: 12px;
        font-weight: bold;
        border-radius: 12px;
        color: white;
        text-align: center;
        text-transform: uppercase;
      }
  
      .user-applications-card .user-status.accepted {
        background-color: transparent;
        border: 1px solid green;
      }
  
      .user-applications-card .user-status.rejected {
        background-color: transparent;
        border: 1px solid red;
      }
  
      .user-applications-card .user-status.waiting {
        background-color: transparent;
        border: 1px solid rgb(84, 84, 244);
      }
  
      /* Pagination styles */
      .user-pagination {
        list-style: none;
        padding: 0;
        margin-top: 20px;
        display: flex;
      }
  
      .user-pagination li {
        margin-right: 10px;
      }
  
      .user-pagination li a {
        text-decoration: none;
        color: #000;
        padding: 5px 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
      }
  
      .user-pagination li a.active {
        background-color: #007bff;
        color: white;
      }
  
      /* No applications message */
      .no-applications {
        padding: 20px;
        text-align: center;
        border-radius: 5px;
      }
/* Job Card Styling */
.user-job-card {
background: #1b1b1b;
border:none;
border-radius: 8px;
padding: 15px;
margin: 10px auto;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
width: calc(100% - 1rem);
text-align: left;
opacity: 0; 
color: var(--main-white);
transform: translateY(20px);
transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.user-job-card.visible {
opacity: 1;
transform: translateY(0);
}
.user-job-card h3 {
margin: 0;
font-size: 18px;
}
.user-job-card p {
margin: 5px 0;
color: #b9b9b9;
}
.job-detail , .show-detail{
margin-top: 15px;
color: #b9b9b9;
}
.user-job-card .user-status {
position: absolute;
top: 15px;
right: 15px;
padding: 5px 10px;
font-size: 12px;
font-weight: bold;
text-align: center;
border-radius: 12px;
color: white;
text-transform: uppercase;
}
.user-job-card .user-status.accepted {
background-color: transparent;
border: 1px solid green;
}
.user-job-card .user-status.rejected {
background-color: transparent;
border: 1px solid red;
}
.user-job-card .user-status.waiting {
background-color: transparent;
border: 1px solid rgb(84, 84, 244);
}

/* Pagination Styling */
.user-pagination {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
}
.user-pagination li {
margin: 10px 5px;
}
.user-pagination a {
display: block;
padding: 8px 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
color: white;
text-decoration: none;
border-radius: 50%;
font-size: 14px;
}
.user-pagination a:hover {
background-color: #1b1b1b;
}
.user-pagination a.active {
background-color: #1b1b1b;
cursor: default;
}

/* User Cards */
.user-card {
background: #404040;
border-radius: 10px;
width: 100%;
margin-top: 20px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}


/* Pagination */
.user-pagination {
display: flex;
justify-content: center;
list-style: none;
padding: 0;
}

.user-pagination a {
padding: 8px 12px;
border-radius: 50%;
background: #444;
color: white;
cursor: pointer;
transition: background 0.3s ease-out;

}

.user-pagination a.active {
background: #1b1b1b;
cursor: pointer;
}
/*----------responsive codes----------*/

    @media (max-width: 768px) {
    .user-sidebar {
        transform: translateX(-100%);
    }

    .user-sidebar.open {
        width: 220px;
        transform: translateX(0);
    }

    .user-main-content {
        margin-left: 0; 
        width: 100%;
        min-width: 100%;
        transform: translate(1px);
    }
    #userToggleBtn {
      right: 40px;
      background-color: transparent;
    }
    #userToggleBtn.scrolled {
      background-color: #6c0c0cd6;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Optional shadow */
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.user-profile-info{
display: block;
}
.user-card-profile img {
width: 120px;
height: 120px;
}
.user-card-profile::after {
width: 120px;
height: 120px;
}

}
@media (max-width: 550px) {
.navbar-title-container {
font-size: 16px;
}
.user-navbar-title{
flex: 0 0 50%;  
box-sizing: border-box;
display: flex;
justify-content: center;
text-align: center;
padding: 0 10px;
}
.scroll-button {
display: block;
}
.user-job-card h3 {
font-size: 15px;
}
.user-job-card p {
font-size: 12px;
}
.user-applications-card h3 {
width: 200px;
}
}
/*----------job application----------*/
.job-application-header{
    width: 100%;
    display: flex;
    justify-content: center;
}

.job-application-header span{
    background: rgb(27, 27, 27);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.81);
    padding: 10px;
    width: 300px;
    font-size: 20px;
    text-align: center;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: bold;
}



.profile-info {
    background-color: #1b1b1b;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    padding-left: px;
    width: 200px;
    height: 60px;
    z-index: 9999;
    border-radius: 80px;
}
.profile-job-title {
    width: 110%;
    display: flex;
    justify-content: space-between;
    border-right: none;
    align-items: center;
    height: 65px;
    z-index: 1;
    margin-left: -20px;
    padding-left: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    animation: borderColorChange 3s linear forwards; /* Slower animation */

}
.profile-job-title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    font-size: 22px;
    font-weight: bold;
    background-color: transparent;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.profile-pic {
    width: 60px;
    height: 58px;
    border-radius: 50%;
    z-index: 9;
}
.profile-names {
    margin-left: 10px;
}
.username, .email {
    margin: 10px 0;
    font-size: 1em;
    color: var(--main-white);
}
.username {
    font-weight: bold;
    font-size: 17px;
}


        .details-row {
            display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding: 20px;
    background: #1b1b1b;
    border-radius: 10px;
    margin-bottom: 70px;
        }
        .job-application-last-div , .show-application-last-div{
          text-align: center;
          flex: 1;
        }

        .details-row-div {
            flex: 1;
            text-align: center;
        }
        .user-status-div{
          width: 100%;
          text-align: center;
          display: flex;
          justify-content: center;
        }
        .user-status{
padding: 5px 10px;
font-size: 12px;
font-weight: bold;
border-radius: 12px;
color: white;
width: 100px;
        }
        .details-row .user-status.accepted {
          background-color: transparent;
          border: 1px solid green;
          text-transform: uppercase;
        }
    
        .details-row .user-status.rejected {
          background-color: transparent;
          border: 1px solid red;
          text-transform: uppercase;
        }
    
        .details-row .user-status.waiting {
          background-color: transparent;
          border: 1px solid rgb(84, 84, 244);
          text-transform: uppercase;
        }
        .details-row-div:not(:last-child) {
            margin-right: 10px;
        }

        .details-row-div label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .details-row-div span {
            display: block;
            color: var(--main-white);
        }

        .files-section {
            margin-top: 30px;
        }

        .files-section h3 {
            font-size: 1.2em;
            margin-bottom: 10px;
        }

        .file-item {
            display: flex;
            margin-bottom: 15px;
            text-align: center;
        }
        .file-item span{
margin-right: 20px;
display: flex;
align-items: center;

        }

        .file-item a {
            text-decoration: none;
            background-color: transparent;
            width: 100%;
            max-width: 540px;
            color: var(--main-white);
            padding: .5rem 1.5rem;
            line-height: 1.5rem;
            font-size: 1rem;
            border: 1px solid var(--main-white);
            border-radius: 50px;
            cursor: pointer;            
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .file-item a:hover {
            text-decoration: underline;
        }



        .file-item span {
            font-weight: bold;
            margin-right: 10px;
        }

        .question-answer-section {
            margin-top: 50px;
        }
        .question-answer{
        padding: 10px;
        padding-top: 20px;
        background-color: rgb(27, 27, 27);
        box-shadow: rgba(0, 0, 0, 0.396) 0px 4px 6px;
        border-radius: 10px;
        margin-bottom: 10px;
        }
        .question-answer-title{
width: 100%;
display: flex;
justify-content: center;
font-size: 23px;
font-weight: bold;
        }
        .question-answer h4 {
            font-size: 1em;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .question-answer p {
            padding: 3px;
            max-width: 700px;
            margin-bottom: 10px;
            font-size: 0.9em;
            color: var(--main-white);
        }
        .user-application-content {
            border-radius: 20px;
            background:  #404040;
            padding: 20px;
            padding-top: 0;
            width: 100%;
    transition: transform 0.3s ease, width 0.3s ease;
        }


        .application-buttuns{
    margin-top: 25px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.application-buttuns button{
    display: block;
    width: 100px;
    padding: 10px 30px 10px 25px;
    color: var(--main-white);
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
}
.application-buttuns .accept{
    background-color: rgb(49, 113, 9);
    box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 6px;
    transition: background-color 0.3s ease;
}
.application-buttuns .accept:hover{
  background-color: rgb(38, 90, 6);
}
.application-buttuns .reject{
background-color: rgb(215, 2, 2);
box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 6px;
transition: background-color 0.3s ease;

}
.application-buttuns .reject:hover{
  background-color: rgb(179, 1, 1);

}

.application-file-link {
    background-color: transparent;
    width: 100%;
    color: var(--main-white);
    padding: .5rem 1.5rem;
    margin-top: 10px;
    line-height: 1.5rem;
    font-size: 1rem;
    border:none;
    border-radius: 50px;
    cursor: pointer;
    }
    .application-file-link:hover{
        text-decoration: underline;
    }
    .application-file-link i {
        margin-right: 5px;
        color: #bdbcbc;
    }
    .job-apply-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    padding: 0.5rem 1rem 0;
    line-height: 1.125rem;
    overflow: hidden;
    width: calc(100% - 2rem);
    font-size: .8125rem;
    cursor: unset;
    }
    
    .file-attach{
        display: flex;
        width: 100%;
    }
    .application-files{
        width: 100%;
        margin-left: 10px;
        text-align: center;
    }
    .application-file-container{
        margin-top: 10px;
    }
    
 /* Responsive Styles */
@media (max-width: 500px) {
    .details-row{
        display: block;
        margin-bottom: 50px;
        padding-bottom: 0;
    }
    .details-row-div{
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid rgb(27, 27, 27);
        border-left: none;
        padding-bottom: 50px;
    }
    .job-application-last-div{
      padding-bottom: 10px !important;
      display: flex;
      align-items: center;      
    }

    .details-row-div:not(:last-child) {
    margin-right: 0;
}
    .user-card-profile img {
        width: 60px;
        height: 60px;
    }
    .file-attach{
        display: block;
    }
    .application-files{
margin-left: 0;
margin-bottom: 30px;
    }
    .user-card-profile::after {
        width: 60px;
        height: 60px;
    }
    .application-buttuns{
     display: block;
     justify-content: center;
    }
    .application-buttuns button{
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%;    
    }
    .user-status-div{
      justify-content: flex-end;
    }
}
/*----------manage jobs----------*/
.manage-job-section{
    background: #404040;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .create-job-button{
        width: 100%;
        display: flex;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #2b2b2b;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
    .manage-job-section form{
        width: 100%;
    }
    .create-job-button span{
    font-size: 18px;
    font-weight: bold;
    }
        .textarea-container {
          margin-bottom: 20px;
          margin: 15px 0;
          width: 100%;
        }
        .title-loc-cantainer{
            width: 100%;
            display: flex;
            justify-content: space-between;
            gap: 10px;
        }
        .job_edit_form-control {
          width: 300px;
          margin: 17px 0;
        }
    
        .job_edit_label {
          width: 100%;
          cursor: pointer;
        }
    
        .job_edit_label-text {
          display: flex;
          justify-content: center;
          font-size: 16px;
          margin-bottom: 8px;
        }
        .job-edit-toggle-div{
          height: 48px;
          margin-top: 8px;
          display: flex;
          justify-content: center;
          align-items: center;
        }
        .job_edit_toggle {
          appearance: none;
          width: 50px;
          height: 25px;
          background-color: #a8a7a7;
          border: 2px solid #a8a7a7;
          border-radius: 50px;
          position: relative;
          cursor: pointer;
          transition: background-color 0.3s, border-color 0.3s;
        }
    
        .job_edit_toggle:checked {
          background-color: rgb(49, 113, 9);
          border-color: rgb(49, 113, 9);
        }
    
        .job_edit_toggle::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 20px;
          background-color: white;
          border-radius: 50%;
          top: 50%;
          left: 3px;
          transform: translateY(-50%);
          transition: left 0.3s;
        }
    
        .job_edit_toggle:checked::before {
          left: 26px;
        }
        .textarea-container label {
          font-size: 16px;
          margin-bottom: 8px;
          display: block;
        }
        .textarea-container textarea {
          background-color: #2b2b2b;
          box-shadow: 0 10px 30px rgb(0 0 0 / 36%);
          resize: none;
          width: 100%;
          height: 48px;
          padding: 10px;
          font-size: 1rem;
          border: 2px solid #a8a7a7;
          border-radius: 5px;
          outline: none;
          transition: border-color 0.4s ease;
        }
        .textarea-container textarea::placeholder {
          color: #888;
        }
        input::placeholder {
          color: #888;
        }
        .description-textarea{
            height: 250px !important;
        }
        .textarea-container textarea:focus {
          border-color: var(--main-red);
        }
            /* Custom scrollbar for WebKit browsers */
            .textarea-container textarea::-webkit-scrollbar {
          width: 4px;  
        }
    
        .textarea-container textarea::-webkit-scrollbar-track {
          background: #2b2b2b;  
        }
    
        .textarea-container textarea::-webkit-scrollbar-thumb {
          background: #888;  
          border-radius: 5px;  
        }
    
        .textarea-container textarea::-webkit-scrollbar-thumb:hover {
          background: #555; 
        }
        .char-limit {
          text-align: right;
          font-size: 0.9rem;
          margin-top: 5px;
          color: #555;
        }
        .char-limit.warning {
          color: #d32f2f;
        }
    
        .question-container {
        border: none ;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 10px 30px rgb(0 0 0 / 36%);
        background-color: #2b2b2b;
        padding: 0.5rem 1rem 1rem;
        margin-bottom: 15px;
        margin-top: 15PX;
        opacity: 0;
      transform: translateY(-20px);
      transition: all 0.4s ease;
    }
    .question-container.visible {
      opacity: 1;
      transform: translateY(0); 
    }
    .question-container h3 {
    margin: 0 0 10px;
    }
    .create-button{
    padding: 8px 25px;
    font-size: 15PX;
    color: var(--main-white);
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgb(0 0 0 / 36%);
    background-color: rgb(2, 104, 2);
    transition: background-color 0.3s ease;
    }
    .create-button:hover{
        background-color: rgb(6, 88, 6);
    }
    .question-container input {
        background-color: transparent;
        padding: 7px 1rem 5px .5rem;
        border: 2px solid #a8a7a7;
        outline: none;
        width: calc(100% - 2rem);
        height: 45px;
        border-radius: 5px;
        margin: 0;
        font-size: 1rem;
        letter-spacing: inherit;
        margin-bottom: 10px;
    }
    .question-button{
        width: calc(100% - 1rem);
        display: flex;
        justify-content: flex-end;
    }
    
    .question-container button {
        padding: 14.5px 25px;
        font-size: 14px;
        border-radius: 5px;
        background-color: #b30707;
        color: white;
        border: none;
        font-size: 15px;
        cursor: pointer;
        margin-bottom: 10px;
        transition: background-color 0.3s ease;
    
    }
    .question-container button:hover {
    background-color: #8c0707 ;
    }
    
    .dashboard-second-section{
    background: #404040;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
     .question-container {
      margin-top: 15px;
    }
    
     .input-button-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;  
    }
    
    .input-button-wrapper input {
      flex: 1; 
    }
    
    .question-container h3 {
      margin-bottom: 10px; 
    }
    
    .question-button button {
      padding: 5px 10px;
      cursor: pointer;
    }
    @media (max-width: 500px) {
    .title-loc-cantainer{
        display: block;
    }
    .input-button-wrapper{
        display: block;
    }
    .create-job-button span{
        font-size: 16px;
    }
    }
    /*----------dashboard jobs----------*/
    .dashboard-jobs-section{
      background: #404040;
      border-radius: 10px;
      padding: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: 100%;
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      }
          .dashboard-job-cards {
              background: #1b1b1b;
              display: flex;
              justify-content: space-between;
              align-items: center;
              text-decoration: none;
              border: none;
              border-radius: 8px;
              padding: 25px 8px;
              margin: 10px auto;
              box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
              width: calc(100% - 1rem);
              text-align: left;
              opacity: 0;
              color: var(--main-white);
              transform: translateY(20px);
              transition: opacity 0.5s ease-out, transform 0.5s ease-out;
          }
  
          .dashboard-job-cards.visible {
              opacity: 1;
              transform: translateY(0);
          }
          .jobs-create-button{
            padding: 8px 25px;
            font-size: 15PX;
            color: var(--main-white);
            border-radius: 30px;
            text-decoration: none;
            outline: none;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 30px rgb(0 0 0 / 36%);
            background-color: rgb(2, 104, 2);
            transition: background-color 0.3s ease;
            }
            .jobs-create-button:hover{
                background-color: rgb(6, 88, 6);
            }
          .dashboard-job-cards h3, span {
              margin: 0;
              font-size: 20px;
          }
          .jobs-not-available-title{
            color: var(--main-red);
          }
          .jobs-available-title{
            color: rgb(55, 130, 9);
          }
          .dashboard-job-cards i {
            margin-right: 5px;
            color: var(--main-red);
            font-size: 19px;
            cursor: pointer;
          }
  
          .dashboard-jobs-create-button {
            display: block;
      width: 40px;
      height: 40px;
      background: rgb(49, 113, 9);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
      color: var(--main-white);
      border-radius: 50%;
      position: fixed;
      border: none;
      z-index: 100;
      bottom: 30px;
          }
          .dashboard-jobs-create-button:hover{
            background-color: rgb(38, 90, 6);
          }
          /*responsive*/
          @media (max-width: 500px) {
           .jobs-create-button{
            padding: 8px 10px;
            font-size: 13PX;
           }
           .dashboard-job-cards h3, span {
            margin: 0;
            font-size: 15px;
          }
        }
         /*---------- Show Application ----------*/
.show-application-header{
  width: 100%;
  display: flex;
  justify-content: center;
  }
  
  .show-application-header span{
  background: rgb(27, 27, 27);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.81);
  padding: 10px;
  width: 300px;
  font-size: 20px;
  text-align: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-weight: bold;
  }
  
  .profile-show-title {
  width: 110%;
  display: flex;
  justify-content: space-between;
  border-right: none;
  align-items: center;
  height: 65px;
  z-index: 1;
  margin-left: -20px;
  padding-left: 20px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  position: relative;
  animation: borderColorChange 3s linear forwards; /* Slower animation */
  
  }
  .profile-show-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  font-size: 22px;
  font-weight: bold;
  background-color: transparent;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  }
  
  .show-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 20px;
  background: #1b1b1b;
  border-radius: 10px;
  margin-bottom: 70px;
  }
  
  .show-details-row-div {
  flex: 1;
  text-align: center;
  }
  .show-show-user-status-div{
    width: 100%;
    text-align: center;
    display: flex
;
    justify-content: flex-end;
  }
  .show-user-status{
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 12px;
  color: white;
  width: 100px;
  }
  .show-details-row .show-user-status.accepted {
  background-color: transparent;
  border: 1px solid green;
  text-transform: uppercase;
  }
  
  .show-details-row .show-user-status.rejected {
  background-color: transparent;
  border: 1px solid red;
  text-transform: uppercase;
  }
  
  .show-details-row .show-user-status.waiting {
  background-color: transparent;
  border: 1px solid rgb(84, 84, 244);
  text-transform: uppercase;
  }
  .show-details-row-div:not(:last-child) {
  margin-right: 10px;
  }
  
  .show-details-row-div label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  }
  
  .show-details-row-div span {
  display: block;
  color: var(--main-white);
  }
  
  .show-files-section {
  margin-top: 30px;
  }
  
  .show-files-section h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  }
  
  .show-file-item {
  display: flex;
  margin-bottom: 15px;
  text-align: center;
  }
  .show-file-item span{
  margin-right: 20px;
  display: flex;
  align-items: center;
  
  }
  
  .show-file-item a {
  text-decoration: none;
  background-color: transparent;
  width: 100%;
  max-width: 540px;
  color: var(--main-white);
  padding: .5rem 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  border: 1px solid var(--main-white);
  border-radius: 50px;
  cursor: pointer;            
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .show-file-item a:hover {
  text-decoration: underline;
  }
  
  
  
  .show-file-item span {
  font-weight: bold;
  margin-right: 10px;
  }
  
  .show-show-question-answer-section {
  margin-top: 50px;
  }
  .show-question-answer{
  padding: 10px;
  padding-top: 20px;
  background-color: rgb(27, 27, 27);
  box-shadow: rgba(0, 0, 0, 0.396) 0px 4px 6px;
  border-radius: 10px;
  margin-bottom: 10px;
  }
  .show-question-answer-title{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: bold;
  }
  .show-question-answer h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  }
  
  .show-question-answer p {
  padding: 3px;
  max-width: 700px;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: var(--main-white);
  }
  .show-user-application-content {
  border-radius: 20px;
  background:  #404040;
  padding: 20px;
  padding-top: 0;
  width: 100%;
  transition: transform 0.3s ease, width 0.3s ease;
  }
  
  
  .show-application-buttuns{
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  }
  .show-application-buttuns button{
  display: block;
  width: 100px;
  padding: 10px 30px 10px 25px;
  color: var(--main-white);
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
  border: none;
  outline: none;
  }
  .show-application-buttuns .accept{
  background-color: rgb(49, 113, 9);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 6px;
  transition: background-color 0.3s ease;
  }
  .show-application-buttuns .accept:hover{
  background-color: rgb(38, 90, 6);
  }
  .show-application-buttuns .reject{
  background-color: rgb(215, 2, 2);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 4px 6px;
  transition: background-color 0.3s ease;
  
  }
  .show-application-buttuns .reject:hover{
  background-color: rgb(179, 1, 1);
  
  }
  
  .show-application-file-link {
  background-color: transparent;
  width: 100%;
  color: var(--main-white);
  padding: .5rem 1.5rem;
  margin-top: 10px;
  line-height: 1.5rem;
  font-size: 1rem;
  border:none;
  border-radius: 50px;
  cursor: pointer;
  }
  .show-application-file-link:hover{
  text-decoration: underline;
  }
  .show-application-file-link i {
  margin-right: 5px;
  color: #bdbcbc;
  }
  .show-apply-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  padding: 0.5rem 1rem 0;
  line-height: 1.125rem;
  overflow: hidden;
  width: calc(100% - 2rem);
  font-size: .8125rem;
  cursor: unset;
  }
  
  .show-file-attach{
  display: flex;
  width: 100%;
  }
  .show-application-files{
  width: 100%;
  margin-left: 10px;
  text-align: center;
  }
  .show-application-file-container{
  margin-top: 10px;
  }
  
  /* Responsive Styles */
  @media (max-width: 500px) {
  .show-details-row{
  display: block;
  margin-bottom: 50px;
  padding-bottom: 0;
  }
  .show-details-row-div{
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid rgb(27, 27, 27);
  border-left: none;
  padding-bottom: 50px;
  }
  .show-application-last-div{
  padding-bottom: 10px !important;
  display: flex;
  align-items: center;  
  }
  
  .show-details-row-div:not(:last-child) {
  margin-right: 0;
  }
  .show-user-card-profile img {
  width: 60px;
  height: 60px;
  }
  .show-file-attach{
  display: block;
  }
  .show-application-files{
  margin-left: 0;
  margin-bottom: 30px;
  }
  .show-user-card-profile::after {
  width: 60px;
  height: 60px;
  }
  .show-application-buttuns{
  display: block;
  justify-content: center;
  }
  .show-application-buttuns button{
  margin-left: 0;
  margin-bottom: 10px;
  width: 100%;    
  }
  }
   /*----------manage showes----------*/
   .manage-show-section{
    background: #404040;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .create-show-button{
    width: 100%;
    display: flex;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #2b2b2b;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    }
    .manage-show-section form{
    width: 100%;
    }
    .create-show-button span{
    font-size: 18px;
    font-weight: bold;
    }
    .show_edit_form-control {
    width: 300px;
    margin: 17px 0;
    }
    
    .show_edit_label {
    width: 100%;
    cursor: pointer;
    }
    
    .show_edit_label-text {
    display: flex;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 8px;
    }
    .show-edit-toggle-div{
    height: 48px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .show_edit_toggle {
    appearance: none;
    width: 50px;
    height: 25px;
    background-color: #a8a7a7;
    border: 2px solid #a8a7a7;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    }
    
    .show_edit_toggle:checked {
    background-color: rgb(49, 113, 9);
    border-color: rgb(49, 113, 9);
    }
    
    .show_edit_toggle::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    left: 3px;
    transform: translateY(-50%);
    transition: left 0.3s;
    }
    .show_edit_toggle:checked::before {
    left: 26px;
    }
    @media (max-width: 500px) {
    .create-show-button span{
    font-size: 16px;
    }
    }
      /*---------- dashboard shows ----------*/
  .dashboard-shows-section{
    background: #404040;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
    .dashboard-show-cards {
      background: #1b1b1b;
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-decoration: none;
      border: none;
      border-radius: 8px;
      padding: 25px 8px;
      margin: 10px auto;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
      width: calc(100% - 1rem);
      text-align: left;
      opacity: 0;
      color: var(--main-white);
      transform: translateY(20px);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
      }
      
      .dashboard-show-cards.visible {
      opacity: 1;
      transform: translateY(0);
      }
      .shows-create-button{
        padding: 8px 25px;
        font-size: 15PX;
        color: var(--main-white);
        border-radius: 30px;
        text-decoration: none;
        outline: none;
        border: none;
        cursor: pointer;
        box-shadow: 0 10px 30px rgb(0 0 0 / 36%);
        background-color: rgb(2, 104, 2);
        transition: background-color 0.3s ease;
        }
        .shows-create-button:hover{
        background-color: rgb(6, 88, 6);
        }
        .dashboard-show-cards-span , .shows-not-available-title , .dashboard-jobs-card-span {
          margin: 0;
          font-size: 20px;
          width: 300px;
          }
          .shows-not-available-title{
            color: var(--main-red);
            }
            .shows-available-title , .jobs-available-title{ 
            color: rgb(55, 130, 9);
            width: 300px;
            }
            .dashboard-show-cards i {
            margin-right: 5px;
            color: var(--main-red);
            font-size: 19px;
            cursor: pointer;
            }
            
            .dashboard-shows-create-button {
            display: block;
            width: 40px;
            height: 40px;
            background: rgb(49, 113, 9);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.396);
            color: var(--main-white);
            border-radius: 50%;
            position: fixed;
            border: none;
            z-index: 100;
            bottom: 30px;
            }
            .dashboard-shows-create-button:hover{
            background-color: rgb(38, 90, 6);
            }
            /*responsive*/
            @media (max-width: 500px) {
            .shows-create-button{
            padding: 8px 10px;
            font-size: 13PX;
            }
            .dashboard-show-cards h3, span {
            margin: 0;
            font-size: 15px;
            }
            }