/********** Template CSS **********/
:root {
    --primary: #00B074;
    --secondary: #2B9BFF;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Job Listing ***/
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

@media (max-width: 768px) {
      .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        border-right: none;
      }
      .main {
        margin-left: 0;
      }
      .header {
        flex-direction: column;
        align-items: flex-start;
      }
    }

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.login-container {
      background: #fff;
      padding: 30px;
      border-radius: 6px;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
      width: 350px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
    }

    .login-container h2 {
      margin-bottom: 10px;
      position: relative;
    }

    .login-container h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 2px;
      background: #00B074;
      margin: 6px auto 0;
    }

    .social-login {
      display: flex;
      justify-content: space-between;
      margin: 20px 0;
    }

    .social-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
      cursor: pointer;
      background: #fff;
    }

    .social-btn img {
      width: 18px;
      margin-right: 8px;
    }

    .or-divider {
      margin: 15px 0;
      font-size: 14px;
      font-weight: bold;
      color: #777;
      position: relative;
    }

    .or-divider::before,
    .or-divider::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 40%;
      height: 1px;
      background: #ddd;
    }

    .or-divider::before {
      left: 0;
    }

    .or-divider::after {
      right: 0;
    }

    .login-container input {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    .password-field {
      display: flex;
      align-items: center;
      position: relative;
    }

    .password-field input {
      flex: 1;
    }

    .toggle-password {
      position: absolute;
      right: 10px;
      cursor: pointer;
      font-size: 14px;
      color: #ff6600;
    }

    .login-btn {
      width: 100%;
      padding: 12px;
      background: #00B074;
      color: #000;
      font-weight: bold;
      border: none;
      border-radius: 3px;
      margin-top: 10px;
      cursor: pointer;
    }

    .login-container p {
      font-size: 14px;
      margin-top: 15px;
    }

    .login-container a {
      color: #00B074;
      text-decoration: none;
      font-weight: bold;
    }

    .login-container a:hover {
      text-decoration: underline;
    }

     .myjobmag {
      margin-top: 40px;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
    }

  .myjobmag ::after {
      content: "";
      display: block;
      width: 80px;
      height: 2px;
      background: #555;
      margin: 8px auto 30px;
    }

    .signup-options {
    /*visibility: hidden;*/
      display: flex;
      justify-content: center;
      gap: 30px;
      margin: 30px auto;
      flex-wrap: wrap;
    }

    .card {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 30px 20px;
      width: 300px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      transition: 0.3s;
      text-align: center;
    }

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    }

    .card img {
      width: 60px;
      margin-bottom: 15px;
    }

    .card h3 {
      margin-bottom: 10px;
    }

    .card p {
      font-size: 14px;
      color: #555;
      margin-bottom: 20px;
      line-height: 1.5;
    }

    .visitor-card{
       background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 30px 20px;
      width: 300px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
      transition: 0.3s;
      text-align: center; 
    }

    .button {
      display: inline-block;
      padding: 10px 18px;
      border-radius: 4px;
      border: 2px solid;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
    }

    .btn-jobseeker {
      color:#00B074;
      border-color: #00B074;
      align-items: center;
    }

    .btn-jobseeker:hover {
      background: #00B074;
      color: #fff;
    }

    .btn-employer {
      color: #333;
      border-color: #333;
      align-items: center;
    }

    .btn-employer:hover {
      background: #333;
      color: #fff;
    }

    .login-link {
      margin: 40px 0;
      font-size: 14px;
      margin-left: auto;
      margin-right: auto;
       text-align: center;
    }

    .login-link a {
      color: #00B074;
      text-decoration: none;
      font-weight: bold;
     

    }

    .login-link a:hover {
      text-decoration: underline;

    }

    .left-panel {
      background: #EFFDF5;
      flex: 1;
      padding: 50px;
    }

    .left-panel h2 {
      font-weight: bold;
      margin-bottom: 20px;
    }

    .left-panel ul {
      list-style: none;
      padding: 0;
    }

    .left-panel ul li {
      margin-bottom: 12px;
      font-size: 16px;
    }

    .left-panel ul li::before {
      content: "✔";
      color: #00B074;
      margin-right: 8px;
      font-weight: bold;
    }

    .left-panel p {
      margin-top: 30px;
    }

    .left-panel a {
      color: red;
      font-weight: bold;
      text-decoration: none;
    }

    .left-panel a:hover {
      text-decoration: underline;
    }

    /* Right Side */
    .right-panel {
      flex: 1;
      background: #EFFDF5;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
    }

    .signup-container {
      background: #fff;
      padding: 30px;
      border-radius: 6px;
      box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
      width: 400px;
      text-align: center;
      /*margin-top: -450px;*/

    }

    .signup-container h3 {
      margin: 5px 0;
    }

    .signup-container p {
      font-size: 13px;
      color: gray;
      margin-bottom: 15px;
    }

    /* Social Buttons */
    .social-login {
      display: flex;
      justify-content: space-between;
      margin: 15px 0;
    }

    .social-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 3px;
      cursor: pointer;
      background: #fff;
    }

    .social-btn img {
      width: 18px;
      margin-right: 8px;
    }

    /* Divider */
    .or-divider {
      margin: 20px 0;
      font-size: 14px;
      font-weight: bold;
      color: #777;
      position: relative;
    }

    .or-divider::before,
    .or-divider::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 40%;
      height: 1px;
      background: #ddd;
    }

    .or-divider::before {
      left: 0;
    }

    .or-divider::after {
      right: 0;
    }

    /* Signup Form */
    .signup-container form {
      text-align: left;
    }

    .form-row {
      display: flex;
      justify-content: space-between;
    }

    .form-row input {
      width: 48%;
    }

    input {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 3px;
    }

    .password-field {
      position: relative;
    }

    .password-field input {
      width: 100%;
    }

    .toggle-password {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      color: orange;
    }

    .captcha {
      margin: 15px 0;
    }

    .terms {
      font-size: 12px;
      margin: 15px 0;
    }

    .terms a {
      color: #0073e6;
      text-decoration: none;
    }

    .signup-btn {
      width: 100%;
      padding: 12px;
      background: #00B074;
      border: none;
      border-radius: 3px;
      color: #000;
      font-weight: bold;
      cursor: pointer;
    }

    .login-link {
      margin-top: 15px;
      font-size: 13px;
    }

    .login-link a {
      font-weight: bold;
      color: black;
    }


   .sidebar {
      width: 200px;
      background-color: #f2f2f2;
      height: 100vh;
      position: fixed;
      left: 0;
      top: 0;
      padding-top: 20px;
      border-right: 1px solid #ddd;
    }

    .sidebar button {
      background-color: #00B074;
      color: white;
      border: none;
      width: 200px;
      padding: 12px;
      margin: 0 auto 20px;
      display: block;
      font-size: 16px;
      cursor: pointer;
      border-radius: 4px;
    }

    .sidebar ul {
      list-style: none;
      padding: 0;
    }

    .sidebar ul li {
      padding: 12px 20px;
      cursor: pointer;
      color: #333;
    }

    .sidebar ul li:hover {
      background-color: #ddd;
    }

    .sidebar .help-btn {
      background-color: #00B074;
      border: none;
      width: 200px;
      padding: 12px;
      margin: 20px auto;
      display: block;
      border-radius: 4px;
      color: #333;
      font-weight: bold;
      text-align: center;
    }
    .sidebar a{
        color: #000;
    }

    /* Main Content */
    .main {
      margin-left: 460px;
      padding: 20px;
      width: 900px;
    }
   
    .header {
      background-color: #00B074;
      padding: 15px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      border-radius: 8px 8px 0 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .update-header{
       background-color: #00B074;
      padding: 15px;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      border-radius: 8px 8px 0 0;
      display: flex;
      justify-content: center;
    }

    .header span {
      font-size: 14px;
    }

    .form-container {
      background: white;
      padding: 20px;
      border: 1px solid #ddd;
      border-top: none;
      border-radius: 0 0 8px 8px;
    }

    .note {
      color: red;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .form-group {
      margin-bottom: 15px;
    }

    .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .radio-group {
      margin: 10px 0;
    }

    .radio-group label {
      margin-left: 15px;
    }

    /* Section Headings */
    h3 {
      margin-top: 25px;
      font-size: 18px;
      color: #333;
    }

    /* Buttons */
    .submit-btn {
      background-color: #00B074;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }

    .submit-btn:hover {
      background-color: #00B074;
    }

    .draft-btn {
      background-color: #888;
      color: white;
      padding: 12px 20px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      cursor: pointer;
      margin-left: 10px;
    }

    .opinion-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: green;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 20px;
      cursor: pointer;
    }
    
    .jobform{
  
      color: white;
      background-color:#253036;
      border: none;
      
      align-content:center;
      margin:0 auto;
      width:120px;
      height:50px;
      
    }
    .jobform a{
        color:white;
        text-decoration:none;
       
    }
    .jobform h3{
        margin-top:10px;
        text-align:center;
    }
    
    /* Responsive (Media Index) */
    @media (max-width: 768px) {
      .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        border-right: none;
      }
      .main {
        margin-left: 0;
      }
      .header {
        flex-direction: column;
        align-items: flex-start;
      }
    }
.text-editor-header{
    background-color: #ecf0f1;
    padding: 5px;
}
.text-editor-header .butn{
    border: none;
    outline: none;
    background-color: transparent;
    margin-right: 5px;
    cursor: pointer;
}


    table {
      width: 70%;
      border-collapse: collapse;
      background: #fff;
      font-size: 14px;
      margin: auto;
    }

    thead {
      background: #f1f1f1;
    }

    th, td {
      padding: 10px;
      border-bottom: 1px solid #ddd;
      text-align: left;
    }

    tr:hover {
      background: #f5f5f5;
    }

    .actions {
      font-size: 12px;
      color: #666;
    }

    .actions a {
      margin-right: 8px;
      text-decoration: none;
      color: #0073aa;
    }

    .actions a:hover {
      text-decoration: underline;
    }

    .draft {
      color: #777;
      font-style: italic;
    }

    .stats {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .eye-icon {
      width: 16px;
      height: 16px;
      display: inline-block;
      background: url('https://cdn-icons-png.flaticon.com/512/709/709612.png') no-repeat center;
      background-size: contain;
    }

       .logo-upload {
      border: 2px dashed #ccc;
      padding: 20px;
      text-align: center;
      margin-top: 15px;
      border-radius: 6px;
      background: #fafafa;
    }

    .logo-upload input[type="file"] {
      display: none;
    }

    .logo-upload label {
      cursor: pointer;
      color: #00B074;
      font-weight: bold;
    }

    .logo-preview {
      margin-top: 15px;
      text-align: center;
    }

    .logo-preview img {
      max-width: 100px;
      max-height: 100px;
      border-radius: 6px;
      border: 1px solid #ddd;
    }

    .logo-preview input{
        display: none;
    }

   