html {
    scroll-behavior: smooth;
}
.form-style {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    border: 1px solid #ededed;
}
.form-style-filter{
    background: #fff;
    border-radius: 15px;
    padding: 0px;
    border: 1px solid #ededed;
}
.searchinput{
    border: 1px solid #dbdfe9;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.step-bars {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}
.step-bars .horizontal-line {
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 22%;
    transform: translateY(-50%);
    width: 100%;
}
.step-bars .step-wrapper {
    display: flex;
    justify-content: space-around;
    width: 90%;
}
.step-bars .step-wrapper .step {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    width: 60px;
    z-index: 1;
}
.step-bars .step-wrapper .step span.active {
    background-color: #17c653;
    position: relative;
}
.step-bars .step-wrapper .step .title {
    color: #38393b;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}
.step-bars .step-wrapper .step .description {
    color: #000;
}
.step-bars .step-wrapper .step p {
    text-align: center;
}
.step-bars .step-wrapper .step span {
    align-items: center;
    align-self: center;
    background-color: #a1f6be;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-bottom: 12px;
    width: 30px;
}
.step-bars .step-wrapper .step span.active:before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    height: 21px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
}
.image-input-wrapper {
    background-image: url("../media/svg/avatars/blank.svg");
}
.profile .image-input [data-kt-image-input-action=change] {
    top: 50%;
}
/* [data-bs-theme="dark"] .image-input-placeholder {
    background-image: url('svg/avatars/blank-dark.svg');
} */
.joblist {
    margin-top: 60px;
}
.filterStyle .categorylist {
    height: 140px;
    overflow: auto;
}
.jobleft_sec {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #ededed;
    padding: 15px;
}
.job_detail .naukri-details {
    border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job_detail .company img {
    max-width: 75px;
    border: 1px solid #ddd;
    border-radius: 100px;
    padding: 7px;
    margin-right: 5px;
}
.job_detail {
    padding: 0;
    border: none;
    box-shadow: none !important;
    background: none;
}
.job_detail:hover {
    background: none;
    box-shadow: none !important;
}
.job_detail_right {
    background: none;
    box-shadow: none !important;
    border: none;
    padding: 0;
}
.job_detail_right .naukri-details {
    border: none;
    border-radius: 0;
    padding: 0;
}
.job_detail_right .company img {
    max-width: 52px;
}
.job_detail_right:hover {
    background: none;
    box-shadow: none !important;
}
.employee-sidebar {
    background: #fff;
    border-radius: 15px;
    padding: 0px;
    border: 1px solid #ededed;
}
.employee-sidebar .app-sidebar-menu .menu>.menu-item>.menu-link {
    font-size: 15px;
    font-weight: 400;
    color: #121224;
}
.employee-sidebar .app-sidebar-menu .menu>.menu-item>.menu-link.active {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
    font-weight: 600;
}
.employee-sidebar .app-sidebar-menu .menu>.menu-item>.menu-link:hover {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
    font-weight: 600;
}
a{
    color: #121224;
}
.user-sub-menu .menu-item .menu-link {
    font-size: 15px;
    font-weight: 500;
    color: #252f4a !important;
}
.card-style {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid #ededed;
    box-shadow: none;
}
.result-card-top span {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 10px;
    border-radius: 10px;
    background: linear-gradient(45deg, #0035ff, #017e85);
    box-shadow: 0 0 20px rgba(255, 0, 102, 0.5);
}
.card-style .card-body {
    padding: 0;
}
.employee-sidebar .user-details-inner .user-image img {
    border: 2px solid #17c653;
    padding: 3px;
}
.profile-performance {
    padding: 12px 8px 8px;
    border-radius: 8px;
    background: #f8fefa;
    margin: 15px;
}
.user-navtab li.nav-item.active {
    border-bottom: 3px solid #121224;
}
.user-navtab li.nav-item.active a.nav-link {
    color: #121224;
}
.user-navtab li.nav-item a.nav-link {
    font-size: 15px;
    font-weight: 500;
    color: #717b9e;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
    border-color: #fff;
    border-bottom: none;
}
.user-navtab li.nav-item.active .nav-link:hover, .user-navtab li.nav-item.active .nav-link:focus{
    border-color: #fff;
    border-bottom: none;
    border-radius: 0px;
}
.nav-tabs .nav-link{
    border-radius: 0px;
}
.user-navtab li.nav-item.active .nav-link{
    border-radius: 0px;
    border-bottom: 0px;
}
.dashboard {
    padding: 15px;
}
.job_card {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #ededed;
}
.job_card .company {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 8px;
}
.match-profile{
    background: #f7f7f9;
    border: 1px solid #e7e7f1;
    border-radius: 15px;
    padding: 15px;
}
.jobdetail {
    margin-top: 60px;
}
.loginform{
    margin-top: 60px;
    margin-bottom: 60px;
}
.auth-fluid-form-box {
    max-width: 560px;
    border-radius: 17px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 0px 0px #00000047;
    border: 1px solid #e7eaf0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.auth-step-form-box {
    max-width: 560px;
    border-radius: 17px;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 0px 0px #00000047;
    border: 1px solid #e7eaf0;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.search {
    /* box-shadow: 0 6px 12px rgba(30,10,58,.04); */
    background-color: #fff;
    border-radius: 9px;
    border: 1px solid #ededed;
}
.searchbtn {
    padding: 5px !important;
    right: 6px;
    top: 5px;
    border-radius: 5px;
}
.notification{
    max-width: 855px;
    margin: 0 auto;
}
.change-password{
    max-width: 855px;
    margin: 0 auto;
}
.profile .employee-sidebar .menu-item .menu-link {
    font-size: 15px;
    font-weight: 400;
    color: #121224;
}
.profile .employee-sidebar .menu-item .menu-link:hover {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
    font-weight: 500;
}
.personalD h5{
    font-weight: 500;
}
.quickLink{
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  height: 100vh;
  min-height: 200px;
}
.prefill span {
    background: #fff;
    padding: 4.5px 8px;
    border: 1px solid #e7e7f1;
    border-radius: 50px;
    margin: 10px 10px 0 0;
    max-width: 515px;
}
.resume .dropzone {
    padding: 2.5rem 1.75rem;
    background-color: #fff;
    border-color: #ddd;
}
.resume .dropzone .dz-message.needsclick {
    justify-content: center;
}
.iconstyle {
    height: 38px;
    width: 38px;
    padding: 8px 6px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
}
.iconstyle i{
    color: #222;
}
.blogcard img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: none;
}
.bg-warning, .bg-success {
    font-weight: bold;
    }
.blogcard .card-body {
    background: #fff;
    border-bottom-left-radius: 15px;
    padding: 10px;
    border: 1px solid #ededed;
    border-bottom-right-radius: 15px;
}
.container {
    max-width: 1250px;
}
.user-details-inner .user-image .image-input-wrapper {
    border: 2px solid #17c653;
    padding: 3px;
}
.information{
    min-height: 600px;
}
.notification {
    max-width: 75%;
}
.change-password {
    max-width: 75%;
}
.about-section-three .images-box .column {
    position: relative;
    padding: 0 5px;
}
.about-section-three .images-box .image {
    position: relative;
    margin-bottom: 10px;
}
.about-section-three .images-box .image img {
    border-radius: 4px;
    width: 100%;
}
.about-section-three .fun-fact-section {
    padding: 50px 0 30px;
    max-width: 900px;
    margin: 0 auto;
}
.fun-fact-section .counter-column {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.fun-fact-section .count-box {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1em;
    color: #202124;
    font-weight: 500;
}
.fun-fact-section .counter-title {
    font-size: 17px;
    line-height: 30px;
    color: #696969;
    font-weight: 400;
    display: block;
}
.call-to-action-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 110px;
    text-align: center;
}

.inner-box {
    text-align: center;
    transition: all 300ms ease;
}
.howitwork .container {
    max-width: 900px;
}

.how-count {
    position: absolute;
    top: 3px;
    right: 25px;
}
.how-count-left {
    left: 25px;
    right: auto;
}
.privacypolicy ul li {
    line-height: 28px;
}


    body {
      font-family: "Jost", sans-serif;
      background: #f8f9fa;
    }
    .hero {
      background: linear-gradient(to right, #ff00cc, #3333ff);
      color: white;
      padding: 80px 0;
      text-align: center;
    }
    .result-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      margin-bottom: 20px;
      overflow: hidden;
      transition: 0.3s;
    }
    .result-card:hover {
      transform: scale(1.03);
    }
    .result-header {
      background-color: #3949ab;
      color: white;
      padding: 10px;
      text-align: center;
    }
    .refresh-btn {
      background: #ffeb3b;
      border-radius: 20px;
      padding: 3px 12px;
      font-size: 13px;
      color: #000;
      margin-top: 5px;
      cursor: pointer;
    }
    .result-body {
      display: flex;
      justify-content: space-between;
      padding: 10px 15px;
      background-color: #f5f5f5;
      font-size: 15px;
    }
    .result-body div {
      text-align: center;
      flex: 1;
    }
    .result-body .border-end {
      border-right: 1px solid #ccc;
    }
    .result-title {
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
    }
    .record-chart {
      background: #ffffff;
      padding: 30px 10px;
      text-align: center;
    }
    .record-chart h2 {
      font-variant-caps: petite-caps;
      font-size: 20px;
     font-weight: bold;
    background: -webkit-linear-gradient(-190deg, #0107a7, #7800c3, #FF007C, #bb5602, #006c2e, #ff02f3, #012daf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
      margin-bottom: 30px;
    }
    .chart-table {
      max-width: 800px;
      margin: auto;
    }
    .record-nav {
      text-align: center;
      padding: 20px;
      background-color: #eaeaea;
    }
    .record-nav a {
      margin: 0 5px;
      color: #3949ab;
      font-weight: bold;
      text-decoration: none;
    }
    footer {
      background: #222;
      color: #aaa;
      padding: 20px 0;
      text-align: center;
    }
      .result-card {
    position: relative;
  }
  .green {
      color: #008d0b;
  }
  .red {
      color: #ff0052;
  }
  .new-badge {
    position: absolute;
    top: -3px;
    right: -3px;
    background: linear-gradient(45deg, #ff0000, #ff9900);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s infinite;
  }

  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
      .messages {
      margin-bottom: 30px;
      text-align: center;
    }

    .wheel-container {
      position: relative;
      width: 300px;
      height: 300px;
      margin-bottom: 20px;
    }

    .wheel {
      position: relative;
      border: 10px #7600b3 dotted;
      border-radius: 50%;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 3rem;
      font-weight: bold;
      background-color: #fff;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
      transition: transform 10s cubic-bezier(0.33, 1, 0.68, 1);
      padding: 20px;
    }

    .arrow {
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translateX(-50%) rotate(0deg);
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 24px solid #ff0000;
      z-index: 2;
    }

    .greeting, .before-spin, .spinning-message {
      display: none;
      font-size: 1.4rem;
      font-weight: bold;
      margin-bottom: 12px;
      padding: 8px 16px;
      border-radius: 8px;
      text-align: center;
      width: 100%;
    }

    .greeting {
      color: #4CAF50;
      background-color: #e8f5e9;
    }

    .before-spin {
    color: #9b0079;
    background-color: #ffeb00;
    }

    .spinning-message {
      color: #FF5722;
      background-color: #ffe0b2;
    }
    .accordion-body {
        text-align: start;
        font-size: 16px;
        font-weight: 500;
    }
    button.accordion-button.collapsed {
    font-size: 15px;
    color: #bd0069;
    }
    .btn-custom {
      background: #4CAF50;
      color: white;
      font-size: 1.5rem;
      padding: 12px 32px;
      border: none;
      border-radius: 12px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      transition: transform 0.2s ease;
      margin-top: 20px;
      width: 50%;
    }

.btn-custom:hover {
    transform: scale(1.1);
    background: #c1008e;
    color: #fff;
}
        table {
      width: 100%;
      border-collapse: collapse;
      background: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
    th, td {
      padding: 10px;
      border: 1px solid #ccc;
      text-align: center;
    }
    th {
      background-color: #222;
      color: #fff;
      font-size: 14px;
    }
    td.result {
    font-weight: 500;
    color: #cb0038;
    }
    tr.today {
      background-color: #c8f7c5;
    }
    tr.yesterday {
      background-color: #fff9c4;
    }
    tr.best-row td {
      --bs-table-bg-type: #d10074 !important;
      font-weight: 700;
      color: #ffffff;
    }
    .text-success {
    color: #279d00 !important;
    font-weight: 600;
    font-size: 20px;
    --bs-table-bg-type: #edffff !important;
}
    .text-warning {
    color: #f70173 !important;
    font-weight: 600;
    font-size: 20px; 
    --bs-table-bg-type: #fffded !important
}
    h2 {
      text-align: center;
    }
    .game-row {
      border-radius: 10px;
      border-bottom: 1px solid #dee2e6;
      padding: 10px 0;
      align-items: center;
      font-weight: 500;
    }
.satta-top-blink tr th {
    background: #f70c6d;
    color: #fff !important;
    font-weight: 800 !important;
}
.second-latest-highlight {
    background-color: #f0f782 !important;
}
.latest-highlight {
    background-color: #a0f18c !important;
}
    .latest-result {
      background-color: #f1c40f !important;
    }
    .just-past-result {
      background-color: #2ecc71 !important;
      color: white;
    }
    .time {
      font-size: 0.85rem;
      color: #888;
      font-weight: normal;
    }
    .record-link {
      font-size: 0.85rem;
      color: #007bff;
      text-decoration: none;
    }
    .game-title {
      font-weight: bold;
    }
    .games-list-header {
      background-color: #343a40;
      color: white;
      padding: 20px 0;
      font-weight: 700;
    }
    .games-list-header .row {
      margin: 0;
    }
    .games-list-header .row > div {
      font-weight: 500;
      font-size: 1rem;
      padding: 10px 0;
      text-align: left;
    }
    .game-row + .game-row {
      margin-top: 8px;
    }
    .week-chart {
    font-size: 18px;
    font-weight: 500;
    color: #004566;
    }
    .header {
      background-color: #2ecc71;
      color: white;
      padding: 20px 10px;
      text-align: center;
      font-weight: bold;
      font-size: 1.5rem;
      margin-bottom: 15px;
    }
    .best-number {
        font-weight: 500;
        color: #008711;
    }
    .best-number h5 {
    color: #ad0160;
    }
    .highlight-number {
     background-color: #eafdf9;
      color: #ff0076;
      padding: 1px 10px;
      border-radius: 5px;
      display: inline-block;
      margin: 15px;
      }
        .animated-btn {
      color: white;
      font-size: 1.2rem;
      font-weight: 800;
      text-decoration: none;
      padding: 14px 28px;
      text-align: center;
      border: none;
      border-radius: 8px;
      background: linear-gradient(45deg, #ff6ec4, #7873f5);
      background-size: 200% 200%;
      animation: gradientShift 4s ease infinite;
      transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
    }

    .animated-btn:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      background: #d60087; /* Dark pink on hover */
    }

    @keyframes gradientShift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
        .result-table {
      background-color: rgb(51 0 118 / 78%);
      border-radius: 16px;
      padding: 15px;
      box-shadow: 0 0 30px rgba(0,0,0,0.6);
      backdrop-filter: blur(10px);
      margin-bottom: 15px;
    }
    .table thead {
      background-color: rgba(41, 41, 41, 0.9);
      color: #ffcc00;
    }
    .table tbody tr td b {
    color: #68013f;
    animation: blink 1s infinite;
    font-size: 20px;
    }
    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }
    .header2 {
      background: rgb(173 4 74 / 74%);
      padding: 40px 0;
      text-align: center;
      margin-bottom: 40px;
      border-radius: 0 0 20px 20px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    }
    .header2 h1 {
      font-size: 40px;
      font-weight: bold;
      color: #fff700;
    }
    .header2 p {
      color: #eee;
      font-size: 18px;
    }
    .result-card-top {
      background: rgba(255, 255, 255, 0.7);
      backdrop-filter: blur(10px);
      border-radius: 16px;
      padding: 30px 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
      text-align: center;
      border: 1px solid #ddd;
      transition: transform 0.3s ease;
      margin: 15px;
    }

    .result-card-top:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    .result-card-top h1 {
      display: inline-block;
      margin-top: 15px;
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 10px 20px;
      border-radius: 50px;
      background: linear-gradient(45deg, #ff00a3, #03c500);
      box-shadow: 0 0 20px rgba(255, 0, 102, 0.5);
      animation: scaleRotateBubble 3s infinite ease-in-out;
      transition: all 0.3s ease;
    }
    .result-card-top h2 {
      display: inline-block;
      margin-top: 15px;
      font-size: 2rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: 1px;
      padding: 10px 20px;
      border-radius: 50px;
      background: linear-gradient(45deg, #ff0066, #ff0000);
      box-shadow: 0 0 20px rgba(255, 0, 102, 0.5);
    }
    .result-number {
      display: inline-block;
      margin-top: 15px;
      font-size: 1.5rem;
      color: #fff;
      font-weight: bold;
      letter-spacing: 2px;
      padding: 10px 20px;
      border-radius: 50px;
      background: linear-gradient(45deg, #00b712, #008000);
      box-shadow: 0 0 20px rgba(0, 128, 0, 0.5);
      animation: bubbleColor 3s infinite ease-in-out;
    }

    @keyframes scaleRotateBubble {
      0% {
        transform: scale(1) rotate(0deg);
      }
      25% {
        transform: scale(1.1) rotate(10deg);
      }
      50% {
        transform: scale(1) rotate(-10deg);
      }
      75% {
        transform: scale(1.1) rotate(10deg);
      }
      100% {
        transform: scale(1) rotate(0deg);
      }
    }

    @keyframes bubbleColor {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
    .table-dark-2 tr th {
    background: #003d7c;
    color: #fff;
}
.d-flex.flex-column.align-items-center.justify-content-center {
    background: #fff;
    margin: 15px;
    padding: 15px;
}
    .clock {
      font-size: 3rem;
      color: #005aff;
      font-weight: 500;
    }
    .date {
      font-size: 1.5rem;
      color: #6a004a;
    }
    .greeting {
      font-size: 1.25rem;
      margin-bottom: 10px;
    }
        .animated-text {
      font-size: 2.5rem;
      font-weight: bold;
      background: linear-gradient(90deg, #ff6ec4, #7873f5, #4ADEDE, #6EE7B7);
      background-size: 400% 400%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: gradientMove 8s ease infinite, tiltRotate 6s ease-in-out infinite;
      transform-style: preserve-3d;
      text-align: center;
      padding: 10px 0;
    }

    @keyframes tiltRotate {
      0% {
        transform: rotateY(0deg) rotateX(0deg);
      }
      25% {
        transform: rotateY(10deg) rotateX(5deg);
      }
      50% {
        transform: rotateY(0deg) rotateX(0deg);
      }
      75% {
        transform: rotateY(-10deg) rotateX(-5deg);
      }
      100% {
        transform: rotateY(0deg) rotateX(0deg);
      }
    }

    @keyframes gradientMove {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }