  :root {
    --max-width: 1100px;
    --border-radius: 12px;
    --font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
      'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro',
      'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
    --color-fffff: #FFFFFF;
    --red-color: #e70033;
    --text-color: #344054;
    --pagination-color: #E2E2E2;
    --text-login: #333333
      /* --red-color: #e70033; */
      --para-color: #666666;
    --grey-nav: #e3e3e3;
    --open-sans: "Open Sans", sans-serif;
    --black-color: #242122 --foreground-rgb: 0, 0, 0;
    --background-start-rgb: 214, 219, 220;
    --background-end-rgb: 255, 255, 255;

    --primary-glow: conic-gradient(from 180deg at 50% 50%,
        #16abff33 0deg,
        #0885ff33 55deg,
        #54d6ff33 120deg,
        #0071ff33 160deg,
        transparent 360deg);
    --secondary-glow: radial-gradient(rgba(255, 255, 255, 1),
        rgba(255, 255, 255, 0));

    --tile-start-rgb: 239, 245, 249;
    --tile-end-rgb: 228, 232, 233;
    --tile-border: conic-gradient(#00000080,
        #00000040,
        #00000030,
        #00000020,
        #00000010,
        #00000010,
        #00000080);

    --callout-rgb: 238, 240, 241;
    --callout-border-rgb: 172, 175, 176;
    --card-rgb: 180, 185, 188;
    --card-border-rgb: 131, 134, 135;
  }

  @media (prefers-color-scheme: dark) {
    :root {
      --foreground-rgb: 255, 255, 255;
      --background-start-rgb: 0, 0, 0;
      --background-end-rgb: 0, 0, 0;

      --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0));
      --secondary-glow: linear-gradient(to bottom right,
          rgba(1, 65, 255, 0),
          rgba(1, 65, 255, 0),
          rgba(1, 65, 255, 0.3));

      --tile-start-rgb: 2, 13, 46;
      --tile-end-rgb: 2, 5, 19;
      --tile-border: conic-gradient(#ffffff80,
          #ffffff40,
          #ffffff30,
          #ffffff20,
          #ffffff10,
          #ffffff10,
          #ffffff80);

      --callout-rgb: 20, 20, 20;
      --callout-border-rgb: 108, 108, 108;
      --card-rgb: 100, 100, 100;
      --card-border-rgb: 200, 200, 200;
    }
  }

  * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    zoom: 0;
  }

  html,
  body {
    max-width: 100%;
    color: #000;
    /* overflow-x: hidden; */
    background: url(../assets/wsr-body\ \(1\).jpg) !important;
    /* background-size: cover !important; */
    /* background-repeat: no-repeat; */
    /* background: rgba(255,255,255,0.7); */
  }

  body {
    overflow-x: hidden !important;
    font-family: "Open Sans", sans-serif;
    /* font-family: "Montserrat",sans-serif; */

    /* color: rgb(var(--foreground-rgb)); */
    color: #000;
    background: linear-gradient(to bottom,
        transparent,
        rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }



  a {
    color: inherit;
    text-decoration: none !important;
  }

  input {
    font-size: 16px !important;
  }

  li {
    list-style: none;
  }

  .mainLink {
    cursor: pointer !important;
  }

  .preWrap {
    white-space: pre-wrap !important;
  }

  .borderTopRed {
    border-top: 2px solid var(--red-color) !important;
  }

  .padding-bottom-5rem {
    padding-bottom: 5rem !important
  }



  @media (hover: none) and (pointer: coarse) {

    input,
    textarea {
      font-size: 16px;
    }
  }

  @media (min-width: 340px) and (max-width: 480px) {
    .input-otpbox {
      width: 88%;
    }

    .custom-modal {
      padding: 0 !important;
      display: flex !important;
      justify-content: center !important;
    }

    /* .modal-dialog {
      max-width: 300px !important;
    } */
  }

  /* @media (min-width: 320px) and (max-width: 420px) {
  .custom-modal{
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .modal-dialog{
    width: 230px !important;
  }
}

@media screen and (max-width: 576px) {
  .padding-bottom-5rem{
    padding-bottom: 0 !important;
  }
} */

  .horizontal-line {
    margin: 1rem 0;
    background-color: black;
    height: 2px;
  }

  .spinner {
    position: fixed;
    z-index: 999;
    left: 50%;
    text-align: center;
    top: 50%;
    z-index: 999999999;
  }

  .react-multiple-carousel__arrow--left {
    left: calc(0% + 1px) !important
  }

  .react-multiple-carousel__arrow--left::before {
    content: "\e824 \e824" !important;
    font-weight: 800;
  }

  .react-multiple-carousel__arrow--right {
    right: calc(0% + 1px) !important;
  }

  .react-multiple-carousel__arrow--right::before {
    content: "\e825 \e825" !important;
    font-weight: 800;
  }

  .react-multiple-carousel__arrow {
    border-radius: 8px !important;
    background-color: #fff !important;
    /* top: 339px !important;   */
    border: 1px solid #D5D7DA !important;
  }

  .NotViewedAnyListingYet {
    color: #666666;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .font-s-24 {
    font-size: 24px
  }

  @media only screen and (max-width:1799px) {
    .caro-outer .react-multiple-carousel__arrow {
      top: -70px !important;
    }
  }

  @media only screen and (max-width:1199px) {
    .caro-outer .react-multiple-carousel__arrow {
      top: -70px !important;
    }
  }

  @media only screen and (max-width:1135px) {
    .caro-outer .react-multiple-carousel__arrow {
      top: -70px !important;
    }
  }

  @media only screen and (max-width:991px) {
    .caro-outer .react-multiple-carousel__arrow {
      top: -70px !important;
    }
  }

  @media only screen and (max-width:762px) {
    .modal-dialog {
      margin-top: 16px !important;
    }
  }

  @media (prefers-color-scheme: dark) {
    html {
      color-scheme: dark;
    }
  }

  .caro-outer .carousel-container {
    position: static !important;
  }

  .caro-outer .react-multiple-carousel__arrow--left {
    left: 79% !important;
  }

  .caro-outer .react-multiple-carousel__arrow--right {
    right: 140px !important;
  }

  .text-updated {
    color: var(--text-color) !important
  }

  .filterHeading {
    color: #181D27;
  }

  .fw-600 {
    font-weight: 600;
  }

  .w-auto {
    width: auto;
  }

  .w-90 {
    width: 90%;
  }

  .h-40px {
    height: 40px;
  }

  .text-center {
    text-align: center;
  }

  .w-10 {
    width: 10%;
  }

  .min-w-10 {
    min-width: 10%
  }

  .min-w-12 {
    min-width: 12%
  }

  .w-12 {
    width: 12%;
  }

  .fs-18 {
    font-size: 18px;
  }

  .text-primary1 {
    color: var(--red-color)
  }

  .bg-primary1 {
    background-color: var(--red-color) !important
  }

  .hover-bg-primary1:hover {
    background-color: var(--red-color) !important;
    color: #fff
  }

  .w-40px {
    width: 40px;
  }

  .h-40px {
    height: 40px;
  }

  .serach-text {
    color: #535862;
  }

  .form-control:focus {
    box-shadow: none;
  }

  .w-15 {
    width: 15%;
  }

  .w-90 {
    width: 90%;
  }

  .wh-24px {
    width: 24px;
    height: 24px;
  }

  .text-login {
    color: var(--text-login);
  }

  .bg-none {
    background-color: transparent;
  }

  .border-D5D7DA {
    border: 1px solid #D5D7DA !important;
  }

  .pagination-btn {
    height: 40px;
    width: 40px;
  }

  .bg-fffff {
    background-color: var(--color-fffff);
  }

  .border-y {
    border-bottom: 1px solid #D0D5DD;
    border-top: 1px solid #D0D5DD
  }

  .custom-gradient-bg {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.8) 1%,
        /* rgba(255, 255, 255, 0.8) 5%, */
        rgba(255, 255, 255, 1) 100%) !important;
    /* background-color: red !important; */
  }

  .w-15px {
    width: 11px;
    height: 11px;
  }