*, *:before, *:after {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
body {
    /*background: #c1bdba;*/
    /*font-family: 'Titillium Web', sans-serif;*/
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* login Styles */
a {
    text-decoration: none;
    color: #f58142 !important;
    transition: .5s ease;
}
a:hover {
    color: #f58142;
}
.form {
    background: rgba(19, 35, 47, 0.9);
    padding: 40px;
    max-width: 600px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.tab-group {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.tab-group:after {
    content: "";
    display: table;
    clear: both;
}
.tab-group li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    background: rgba(160, 179, 176, 0.25);
    color: #a0b3b0;
    font-size: 20px;
    float: left;
    width: 50%;
    text-align: center;
    cursor: pointer;
    transition: .5s ease;
}
.tab-group li a:hover {
    background: #f58142;
    color: #ffffff !important;
}
.tab-group .active a {
    background: #f58142;
    color: #ffffff !important;
}
.tab-content > div:last-child {
    display: none;
}
h1 {
    text-align: center;
    color: #ffffff;
    font-weight: 300;
    margin: 0 0 40px;
}
label {
    position: absolute;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    left: 13px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    font-size: 22px;
}
label .req {
    margin: 2px;
    color: #f58142;
}
label.active {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    left: 2px;
    font-size: 14px;
}
label.active .req {
    opacity: 0;
}

label.highlight {
    color: #ffffff;
}
input, textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid #a0b3b0;
    color: #ffffff;
    border-radius: 0;
    transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
    outline: 0;
    border-color: #f58142;
}
textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}
.field-wrap {
    position: relative;
    margin-bottom: 40px;
}
.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin: 0;
}
.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: .1em; */
    background: #f58142;
    color: #ffffff;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover, .button:focus {
    background: #f58142;
}
.button-block {
    display: block;
    width: 100%;
}
.forgot {
    margin-top: -20px;
    text-align: right;
}
button {
    text-decoration: none;
    color: white;
    background-color: #f58142;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    border-width: 0;
}
button:hover {
    background-color: rgba(19, 35, 47, 0.9);
}
/* Styling for the label */
label[for='scrape_reason'], label[for='editing_reason'] {
    font-size: 16px;
    font-weight: bold;
    color: #333; 
    margin-bottom: 8px;
    display: inline-block; 
}
/* Styling for the select dropdown */
select#scrape_reason, select#editing_reason {
    width: 100%; /* Adjust to fit the container width */
    max-width: 300px; /* Set a maximum width */
    padding: 10px; /* Add padding for a better look */
    font-size: 16px; /* Increase font size for readability */
    color: #555; /* Gray color for text */
    background-color: #fff; /* White background */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 4px; /* Rounded corners */
    outline: none; /* Remove outline */
    transition: border-color 0.3s, box-shadow 0.3s; /* Smooth transition */
}
/* Hover effect */
select#scrape_reason:hover, select#editing_reason:hover {
    border-color: #888; /* Darker border on hover */
}
/* Focus effect */
select#scrape_reason:focus, select#editing_reason:focus {
    border-color: #007bff; /* Blue border on focus */
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.5); /* Blue glow effect */
}
/* Styling for the options */
select#scrape_reason option, select#editing_reason option {
    padding: 10px; /* Add padding inside options */
    background-color: #fff; /* Ensure consistent background */
    color: #333; /* Consistent text color */
}
/* Main container to align image and iframe side by side */
/* Centering container */
.center-container {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 0 auto;
    padding: 20px;
    max-width: 1000px;
    /* text-align: center; */
}
/* Flexbox layout for image and iframe */
.task-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
/* Styles for image and iframe sections */
.task-content img {
    width:100%;
    max-width: 800px;
    height: auto;
}
.task-content iframe {
    width: 500px;
    height: 300px;
    border: none;
}
/* Text labels for images */
.img-txt {
    font-size: 1.1em;
    margin-bottom: 5px;
    font-weight: bold;
}
.details-wrap{
            /* max-width: 600px;
            margin: 0 auto; */
            margin-top: 30px;
            padding: 20px;
            border: 2px solid #ccc;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 63%;
        }
        .details-wrap p{
            font-family: Arial, sans-serif;
            font-size: 1rem;
            margin: 10px 0;
            padding: 8px 12px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f9f9f9;
        }
        .details-wrap p strong{
            color: #2c3e50;
            font-weight: bold;
        }
        .header{
            background: rgba(19, 35, 47, 0.9);
            margin-bottom: 25px;
            padding: 30px;
        }
        .timer{
            text-align: center; 
  background: #ffffff; 
  color: #000; 
  padding: 12px; 
  font-size: 1.2rem; 
  font-weight: bold; 
  border-radius: 10px;
  margin: 0 auto; 
  border: 1px solid grey;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .list{
            font-weight: bold;
            text-shadow: 2px 2px rgba(19, 35, 47, 0.2);
            font-size: 20px;
        }
        .task-status{
            color:#f58142 !important;
            font-weight: bold;
            text-shadow: 2px 2px rgba(19, 35, 47, 0.2);
            font-size: 20px;
            text-align: center;
        }
        header{
            display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(19, 35, 47, 0.9);
  color: #ffffff;
  /* padding: 10px 20px; */
  padding: 12px;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  margin-bottom: 40px;
        }
.menu-list{
    list-style: none; 
      display: flex; 
      gap: 15px; 
      margin: 0; 
      padding: 0;
      align-items:center;
}
.menu-list li a{
    color:#f58142 !important; 
    text-decoration:none;
    font-weight: bold;
            text-shadow: 2px 2px rgba(19, 35, 47, 0.2);
            font-size: 20px;
}
.details-main{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.btns-wrap{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
        @media (max-width: 768px) {
    header {
      flex-wrap: wrap;
      text-align: center;
    }

    header nav ul {
      flex-direction: column;
      gap: 10px;
    }

    header nav ul li {
      display: inline-block;
    }
  }
  #taskForm label{
    position: static;
}
#taskForm input{
color: #000 !important;
}
/* search styles */
      .search {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
      }
      .search input[type="text"] {
        padding: 10px;
        font-size: 16px;
        width: 300px;
        border-radius: 5px;
        border: 1px solid #ccc;
      }
      .search button {
        padding: 10px 15px;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: auto !important;
        margin: 0 0 0 10px;
      }
      .search button:hover {
          background-color: #45a049;
      }
      .task-content.single-img{
    flex-direction: column;
}
#productName{
        cursor: pointer;
        color: blue;
        font-weight: bold;
      }
      #searchForm{
        display: none;
      }