/* Custom Stylesheet hash:17448993181742806113 dated 05 Aug, 2025 17:40:24+Asia/Karachi */
/* Add custom CSS here */

.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

/*------------ Custom HC css ------------*/
/* Body Section */
body {
    background-color: rgba(255, 255, 255, 1);
    color: #2f3941;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
  }
  
  /* Universal Section */
  * {
    box-sizing: border-box;
  }
  
  /* Form Elements Section */
  button,
  input {
    overflow: visible;
  }
  
  /* Header Section */
  .header {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    align-items: center;
    display: flex;
    height: 71px;
    justify-content: space-between;
    width:100% !important;
  }
  
  .header__top {
    width:100% !important;
  }
  
  .logo img {
    max-height: 40px;
    vertical-align: middle;
  }
  
  .header a.xo-link {
      color: #3bc4b2 !important;
      text-decoration: none;
  }
  .header a.xo-link:hover {
      text-decoration: underline;
  }
  
  /* Header Banner Section */
  .header-banner {
    background-image: url(https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/crossoverhiring/header-banner-bg.svg);
    background-position: center;
    background-size: cover;
  }
  
  .header-container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 90px 0px 0px;
  }
  
  .header-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    width: 92%;
    max-width: 740px;
    margin: 0px auto;
    border-radius: 10px;
    justify-content: flex-start;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
  }
  
  .header-banner::after {
    content: "";
    background: url(https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/crossoverhiring/header-banner-shape.svg);
    height: 90px;
    width: 100%;
    position: relative;
    bottom: -1px;
    z-index: 1;
    background-position: bottom right;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
  }
  @media only screen and (min-width: 576px) {
    .header-banner::after {
      height: 150px;
      background-position: bottom center;
      background-size: 77%;
      background-repeat: repeat-x;
    }
  }
  @media only screen and (min-width: 1600px) {
    .header-banner::after {
      height: 170px;
      bottom: -1px;
    }
  }
  @media only screen and (min-width: 1921px) {
    .header-banner::after {
      height: 240px;
      bottom: -2px;
    }
  }
  @media only screen and (min-width: 3000px) {
    .header-banner::after {
      height: 240px;
      background-position: bottom center;
      background-size: 77%;
      background-repeat: repeat-x;
    }
  }
  .header-box h1 span {
    color: #37c8b7;
  }
  
  .header-box img {
    width: 230px;
    margin: -25px 0px -16px -25px;
  }
  
  .header-box .help-content {
    padding: 15px;
  }
  
  .header-box h1 {
    font-weight: 300;
    font-size: 2.3rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .header-box ul {
    margin-bottom: 20px;
    font-size: 1rem;
    list-style: none;
    padding: 0;
  }
  .header-box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
  }
  .header-box ul li::before {
    content: "";
    background-image: url(https://kayako-helpcenters-assets.s3.us-east-1.amazonaws.com/crossoverhiring/check-icon.svg);
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
  }
  
  .header-box button,
  .launcher-card button {
    border: 0;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    line-height: 1.2rem;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 0 0 1px #3bc4b2;
    cursor: pointer;
    background-color: #3bc4b2;
    background-image: linear-gradient(
      to right,
      #29edfd 0%,
      #6443e1 50%,
      #3bc4b2 50%,
      #3bc4b2 100%
    );
    padding: 10px 25px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  
  .header-box button:hover,
  .launcher-card button:hover {
    background-position: left bottom;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: inset 0 0 0 1px transparent;
  }
  
  /* Main Content Section */
  .main-content {
    margin: 50px 0px 80px;
  }
  .main-content-container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0px 15px;
  }
  
  .main-content h2 {
    color: #1e1e1e;
    text-align: center;
    font-weight: 300;
    font-size: 2rem;
  }
  
  .main-content .useful-links {
    display: grid;
    gap: 25px;
    grid-auto-flow: column;
  }
  
  .main-content .useful-link {
    display: block;
    background: #ffffff;
    position: relative;
    text-align: center;
    text-decoration: none;
  }
  
  .main-content .useful-link::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;
  }
  
  .main-content .useful-link::after {
    content: "";
    background: rgba(224, 224, 224, 0.7019607843);
    height: 100%;
    width: 100%;
    right: -6px;
    z-index: 0;
    position: absolute;
    top: 6px;
    border-radius: 10px;
    transition: all 5slinear;
  }
  
  .main-content .useful-link:hover:after {
    background: linear-gradient(
      45deg,
      rgb(55, 200, 183) 25%,
      rgb(156, 114, 251) 100%
    );
  }
  
  .main-content .useful-link img,
  .main-content .useful-link h3,
  .main-content .useful-link p {
    z-index: 2;
    position: relative;
    max-width: 80%;
    margin: 0 auto;
  }
  
  .main-content .useful-link img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .main-content .useful-link h3 {
    color: #363636;
    margin-bottom: 10px;
  }
  
  .main-content .useful-link p {
    margin-bottom: 30px;
    color: #666666;
  }
  
  /* Footer Section */
  .footer {
    margin-top: 0px;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    font-size: 0.9rem;
  }
  
  .footer-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    color: #657a8b;
  }
  
  .footer a {
    color: #5a6d7c;
    text-decoration: none;
  }
  
  .footer a:hover {
    text-decoration: underline;
  }
  
  /* Chatbot Launcher Section */
  .chatbot-launcher-card {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    right: 20px;
    background-color: #cdf0ec;
    padding: 10px;
    width: calc(100% - 40px);
    max-width: 375px;
    height: 150px;
    box-shadow: 0 2px 5px #0003;
    z-index: 99999;
    border-radius: 8px;
  }
  
  .chatbot-launcher-card .chatbot-launcher-close {
    position: absolute;
    right: -6px;
    top: -8px;
    cursor: pointer;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #a6e4dd;
    display: flex;
    justify-content: center;
    color: #1e1e1e;
    line-height: 1.2;
    font-size: 1rem;
  }
  
  .chatbot-launcher-card .launcher-card {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
  }
  
  .chatbot-launcher-card .launcher-card .image {
    width: 106px;
    margin: 0 10px 27px 0;
  }
  
  .chatbot-launcher-card .launcher-card .text {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.4;
    margin: 16px 5px 10px 0;
  }
  
  .chatbot-launcher-card .launcher-card button {
    margin-top: 12px;
    padding: 7px 10px;
  }
  
  /* Responsive Section */
  @media (max-width: 767.9px) {
    .logo img {
      max-height: 35px;
    }
    .header .xo-link {
      display: none;
    }
    .header-box {
      display: block;
    }
    .header-box .crosby-image {
      text-align: center;
    }
    .main-content .useful-links {
      grid-auto-flow: row;
    }
    .footer {
      padding-bottom: 220px;
    }
  }