  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Open+Sans&display=swap');

  body {
    background: #04123d;
    font-family: 'Bentham', serif;
    font-family: 'Kaushan Script', cursive;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Roboto', sans-serif;
    padding-right: 0px !important;
    /*margin-top: 35px;*/
    font-family: sans-serif;
  }

  .nav-link:hover:after {
    font-family: "Font Awesome 6 Free";
   /* content: "\f0da";*/
    display: inline-block;
    right: 5px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
  }

  .horizontalLayout .nav-link.active:after {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    display: inline-block;
    right: 5px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
  }

  .nav-item {
    position: relative;
  }

  .nav-link:hover {
    border: 1px solid transparent;
    background: #ebeff2;
    color: #0773e6 !important;
    font-weight: 600;
  }

  .modal {
    padding-right: 0px !important;
  }

  .modal-open {
    padding-right: 0px !important;
  }

  html {
    min-height: 100vh;
  }

  .text-headline {
    font-size: 18px;
    font-weight: 600;
  }

  .text-body-1 {
    font-size: 12px;
    height: 70px;
    overflow: hidden;
  }

  .searchResult {
    /*margin-top: 40px;*/
  }

  .bestResults {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
  }

  .allResults {
    width: 48%;
  }

  .eachResult {
    width: 100%;
    margin-top: 20px;
  }

  .head-title {
    display: flex;
    justify-content: space-between;
  }

  .back-sidebar {
    flex: 0 0 180px;
  }

  .logout {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f4f4f4;
    padding: 11px 0;
    padding-left: 37px;
    background: #161621;
    width: 180px;
    margin-bottom: 20px;
  }

  .logout img {
    width: 20px;
  }

  .menu-box {
    margin-top: 10%;
  }

  .item-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #f4f4f4;
    padding: 11px 0;
    margin-bottom: 15px;
  }

  a:link {
    text-decoration: none;
  }

  .item-menu img {
    width: 20px;
  }

  .event-li-location {
    color: #9e9daf;
    font-size: 0.87rem;
    text-transform: capitalize;
  }

  .event-li-title {
    color: #f4f4e7;
    font-size: 1.1rem;
    text-transform: capitalize;
  }

  .event-li-date {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background-color: #000000b8;
    color: #f4f4f4;
    padding: 7px 10px;
    border-radius: 100px;
    font-size: 0.8rem;
  }

  .picture {
    position: relative;
    margin-bottom: 5px;
  }

  .list-events {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
  }

  .picture img {
    width: 145px;
    height: 145px;
    border-radius: 33px;
  }

  .box-map-event {
    /*flex: 0 0 calc(100% - 343px);*/
    /*width: 77%;*/
    width: 77%;
  }

  .location-event {
    display: flex;
    align-items: center;
    color: #a2a4b6;
    font-weight: 500;
    gap: 4px;
  }

  .location-event img {
    width: 13px;
  }

  .title-event {
    color: #f4f4f4;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
  }

  .discraption-event {
    color: #f4f4f4;
    font-size: 13px;
  }

  .get-event {
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 8px 10px;
    color: #f4f4f4;
    margin-top: 18px;
    font-size: 13px;
    background: rgb(0 77 159);
  }

  .cardButtons {
    display: flex;
    justify-content: end;
    align-items: center;
  }

  .commonButtons {
    display: block;
    border-radius: 2px;
    text-align: center;
    padding: 3px 15px;
    color: #f4f4f4;
    margin-top: 5px;
    font-size: 13px;
    background: rgb(0 77 159);
    border: none;
    margin-left: 10px;
  }

  .date-event {
    color: #ffb21d;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 5px;
  }

  .info-event {
    padding: 21px;
  }

  .event-banner {
    width: 100%;
    height: 273px;
  }

  .box-search {
    display: flex;
    align-items: center;
    position: absolute;
    top: 26px;
    left: 26px;
    width: 280px;
    height: 45px;
    border-radius: 100px;
    background-color: #00000069;
    gap: 13px;
    padding-left: 14px;
    margin-right: 26px;
  }

  .box-search img {
    width: 17px;
  }

  .box-search input {
    background: none;
    border: none;
    height: 100%;
    color: #f4f4f4;
    font-size: 0.95rem;
    width: 100%;
  }

  .box-search input::placeholder {
    color: #f4f4f4;
  }

  .event {
    /* flex: 0 0 310px;*/
    /*width: 20%;
      background : rgb(0 77 159);
      border-radius: 5px;
      height: fit-content;
      padding: 10px;
      font-size: 14px;
      min-height: 80vh;
      height: 80vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;*/
    position: fixed;
    /* flex: 0 0 310px; */
    width: 20%;
    /*background: rgb(0 77 159);*/
    /*background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;*/
    border-radius: 5px;
    height: fit-content;
    padding: 10px;
    font-size: 14px;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    left: 10px;
    justify-content: space-between;
    overflow-y: auto;
    padding-bottom: 200px !important;
    background: #04123d;
  }

  .page-content {
    display: flex;
    /*gap: 33px;
      margin-top: 12px;*/
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .btn-operation:link img {
    width: 29px;
    height: auto;
  }

  .title-page {
    color: rgb(0 77 159);
    font-size: 1.5rem;
    /*font-weight: 600;*/
  }

  .bg-light {
    background-color: #ebebeb !important;
  }

  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 1;
  }

  .operation-info {
    display: flex;
    align-items: center;
    gap: 25px;
  }

  .profile {
    /* border-radius: 100px;
      width: 44px;
      height: 44px;*/
    /* filter: grayscale(1); */
    background: rgb(0 77 159);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 0px 10px;
    border-radius: 5px;
  }

  .main {
    /*flex: 0 0 calc(100% - 180px);*/
    /*padding: 0 17.5px;*/
    padding-top: 5px;
    /* padding-bottom: 50px;*/
    width: 100%;
  }

  .logo-type {
    color: #4676e5;
    font-size: 13px;
  }

  .sidebar {
    position: absolute;
    width: 180px;
    padding-top: 50px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .sidebar::-webkit-scrollbar {
    width: 4px;
  }

  .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #202028;
  }

  .sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #4676e5;
  }

  .main-box {
    display: flex;
    /*max-width: 96%;*/
    margin: 5px;
    background-color: white;
    position: relative;
    border-radius: 10px;
    /*padding: 1%;*/
    border-radius: 5px;
    min-height: 100vh;
  }

  .card {
    padding: 5px;
  }

  .searchContainer {
    width: 100%;
  }

  .searchForm {
    width: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    /*justify-content: space-between;*/
  }

  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .searchBar {
    width: 95%;
  }

  @media only screen and (max-width: 1245px) {
    .list-events {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      margin-top: 20px;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      align-content: flex-start;
    }

    .event-li {
      display: flex;
      gap: 12px;
    }

    .box-info-event {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 16px;
    }

    .event-li-date {
      bottom: 10px;
      right: 10px;
      color: #f4f4f4;
      border-radius: 57px;
      font-size: 0.6rem;
    }

    .picture img {
      width: 117px;
      height: 117px;
      border-radius: 22px;
    }
  }

  .menu {
    display: none;
    cursor: pointer;
  }

  .menu img {
    width: 41px;
  }

  .hidden {
    display: none !important;
  }

  .show {
    display: block !important;
  }

  @media only screen and (max-width: 1131px) {
    .event {
      display: none;
    }

    .box-map-event {
      flex: 0 0 100%;
    }

    .menu {
      display: block;
    }

    .head-title {
      display: block;
    }

    .back-sidebar {
      width: 100%;
      height: 100%;
      display: flex;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      align-items: center;
      justify-content: center;
      position: fixed !important;
      z-index: 999999;
      transition: 0.3s;
      top: 0;
      left: 0;
      background-color: #2625377a;
    }

    .main {
      flex: 0 0 100%;
    }

    .map {
      border-radius: 54px;
    }

    .title-page {
      font-size: 1.6rem;
      margin-top: 43px;
      text-align: center;
    }

    .list-events {
      margin-top: 50px;
      justify-content: center;
    }

    .event-li {
      width: 392px;
      background: #282739;
      border-radius: 22px;
    }

    .picture {
      margin-bottom: -5px;
    }

    .sidebar {
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 9999999;
      background-color: #161621;
      transition: 0.3s;
    }

    body:not(.show-responsive-menu) .sidebar {
      overflow: hidden;
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden;
    }

    body:not(.show-responsive-menu) .back-sidebar {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }

    .box-search {
      width: fit-content;
      padding: 0 14px;
      cursor: pointer;
    }

    .box-search input {
      display: none;
    }

    .main-box {
      margin: 0 !important;
      border-radius: 0 !important;
    }

    .main {
      padding: 0 23.5px;
      padding-top: 34px;
      padding-bottom: 50px;
    }
  }

  @media only screen and (max-width: 896px) {
    .event-li {
      width: 100%;
      margin-bottom: 21px;
    }

    .list-events {
      display: block;
    }
  }

  @media only screen and (max-width: 1232px) {
    .main-box {
      margin: 31px 17px;
    }
  }
  

  /* SEARCH BAR CONTAINER */
  .search-local {
    width: 100%;
    max-width: 75rem;
    display: flex;
    align-items: center;
    column-gap: 2rem;
    padding-left: 2rem;
    background: var(--white);
    border-radius: 1rem;
    min-height: 7rem;
    height: auto;
    border: 0.1rem solid var(--black);
    border-right: none;
  }

  /* ICON */
  .icon {
    color: var(--red);
    font-size: 3.5rem;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .icon:hover {
    animation: funny-icon 0.4s ease-in-out;
  }

  @keyframes funny-icon {
    0% {
      scale: 1;
    }

    50% {
      scale: 0.8;
      transform-origin: bottom;
      transform: rotate(-15deg);
    }

    100% {
      scale: 1;
    }
  }

  /* INPUT */
  .search-local {
    display: flex;
  }

  .search-local input {
    height: 100%;
    width: 100%;
    flex: 1 1 25rem;
    background: var(--white);
    display: flex;
    outline: none;
    border: none;
    color: var(--black);
    font-size: 14px;
    height: 30px;
  }

  /* BUTTON */
  .search-local button {
    background: rgb(0 77 159);
    border: none;
    font-weight: 500;
    /* font-size: 2.4rem;
      height: 7rem;
      width: 18rem;*/
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
  }

  button a {
    color: var(--white);
  }

  .search-local button .search-icon {
    display: none;
  }

  .search-local button:hover {
    letter-spacing: 0.1rem;
  }

  .searchButton {
    color: white;
  }

  .removeInput {
    background: rgb(0 77 159);
    display: flex;
    align-items: center;
    width: 30px;
    justify-content: center;
  }

  .filterButton {
    background: rgb(0 77 159);
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: white;
    padding: 5px 25px;
    border-radius: 5px;
  }

  .buttonCont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .filterListContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .label_filter {
    font-size: 14px;
    color: white;
  }

  .filterList {
    margin-right: 20px;
    width: 18%;
  }

  .allResultsForListView .text-body-1 {
    height: auto;
  }

  .authorName {
    font-size: 13px;
    color: cornflowerblue;
    font-weight: 600;
  }

  .postedOn {
    font-size: 13px;
    color: grey;
  }

  p {
    margin-bottom: 5px;
  }

  .actionButtons {
    display: flex;
    justify-content: space-around;
  }

  #page-wrap {
    width: 100%;
    /*margin: 40px auto;*/
    /*box-shadow: 0 3px 5px #666;*/
    overflow: visible;
    float: left;
    background: #ebebeb;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
  }

  /*#page-wrap:after,
      #page-wrap:before {
      content: "";
      width: 90%;
      position: absolute;
      height: 20px;
      box-shadow: 0 20px 20px #000;
      bottom: 25px;
      transform: rotate(5deg);
      z-index: -1;
      right: 5px
      }
      #page-wrap:after {
      transform: rotate(-5deg);
      left: 5px;
      }*/
  input[type="radio"] {
    position: absolute;
    left: -100%;
  }

  .bg-light :focus {
    border: none;
  }

  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #495057;
    border-color: #dee2e6 #dee2e6 #fff;
    /*background: #004d9f;*/
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: white !important;
  }

  label {
    /*border-radius: 5px;
      display: block;
      width: 120px;
      height: 40px;
      float: left;
      margin-right: 2px;
      text-align: center;
      line-height: 40px;
      color: #fff;
      cursor: pointer;
      margin-bottom:-1px;
      background:rgb(0 77 159);*/
    display: block;
    /*width: 120px;
      height: 40px;*/
    float: left;
    margin-right: 2px;
    text-align: center;
    line-height: 40px;
    color: #0d0d0d;
    /* font-weight: bold; */
    cursor: pointer;
    margin-bottom: 0px;
    background: rgb(255 255 255);
  }

  .tab-content {
    color: #fff;
    background: white;
    /*font-family: arial;
      font-weight: bold;*/
    padding: 0 10px;
    width: 100%;
    float: left;
    overflow: hidden;
    transition: 0.5s;
    height: auto;
    padding: 10px;
  }

  /*input[type="radio"]:checked+label{    font-weight: bold;
      background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
      color: white;}*/
  .typeSelector:checked+label {
    font-weight: bold;
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: white;
  }

  .tab1tab {
    height: auto;
    padding: 10px;
  }

  #tab2:checked~.tab1tab {
    height: auto;
    padding: 10px;
  }

  #tab3:checked~.tab1tab {
    height: auto;
    padding: 10px;
  }

  .filters label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: 100%;
    background: none;
    --slide-distance: 15px;
    --slider-size: 15px;
    --slider-padding: 2px;
    --transition-duration: 200ms;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: auto;
    margin-bottom: 5px;
  }

  .slider {
    flex-shrink: 0;
    width: calc(var(--slider-size) + var(--slide-distance) + var(--slider-padding) * 2);
    padding: var(--slider-padding);
    border-radius: 9999px;
    background-color: #d1d5db;
    transition: background-color var(--transition-duration);

    &::after {
      content: "";
      display: block;
      width: var(--slider-size);
      height: var(--slider-size);
      background-color: #fff;
      border-radius: 9999px;
      transition: transform var(--transition-duration);
    }
  }

  .darkMode {
    &::after {
      content: "";
      display: block;
      width: var(--slider-size);
      height: var(--slider-size);
      border-left: 5px solid black;
      background-color: #ffb026;
      border-radius: 9999px;
      transition: transform var(--transition-duration);
    }
  }

  input:checked+.slider {
    background-color: hsl(210.94deg 99.36% 10.66%);

    &::after {
      transform: translateX(var(--slide-distance));
    }
  }

  input:focus-visible+.slider {
    outline-offset: 2px;
    outline: 2px solid hsl(210deg, 100%, 40%);
  }

  .label {
    line-height: 1.5;
  }

  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .activeSearch {
    background: white;
    padding: 2px 5px;
    color: #003959;
    border-radius: 5px;
  }

  .filters {
    margin-top: 5px;
  }

  .unstyled {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 15px;
    padding-left: 0px;
    color: white;
    list-style: none;
    margin-bottom: 10px;
  }

  .unstyledChild {
    list-style: none;
  }

  .logoSection {
    font-size: 24px;
    color: white;
    margin-bottom: 25px;
  }

  .bottomSection {
    display: flex;
    flex-direction: column;
  }

  .bottomLinks {
    color: white;
    margin-bottom: 10px;
  }

  .bottomLinks .fa {
    margin-right: 5px;
  }

  .onScroll {
    position: fixed;
    top: 20px;
    left: 20px;
    height: calc(100vh - 40px);
  }

  .secondaryTabs {
    color: black;
  }

  .nav-link {
    display: block;
    color: #595959 !important;
  }

  /*Material*/
  .group {
    position: relative;
    margin-bottom: 45px;
  }

  .getParameters input {
    font-size: 13px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
  }

  .getParameters input:focus {
    outline: none;
  }

  .getParameters {
    margin: 2% 0%;
  }

  /* LABEL =================== */
  .getParameters label {
    width: auto;
    background: none;
    color: #3e3e3e;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    /* left: 5px; */
    /* top: 10px; */
    transition: 0.2s ease all;
    text-align: left;
    padding: 0px 6px;
  }

  /* active state */
  .getParameters input:focus~label {
    top: -20px;
    font-size: 14px;
    color: #5264AE;
  }

  .getParameters input:valid~label {
    top: -20px;
    font-size: 13px;
    color: #5264AE;
  }

  /* BOTTOM BARS ================ */
  .bar {
    position: relative;
    display: block;
    width: 300px;
  }

  .bar:before,
  .bar:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    bottom: 1px;
    background: #004d9f;
    transition: 0.2s ease all;
  }

  .bar:before {
    left: 50%;
  }

  .bar:after {
    right: 50%;
  }

  /* active state */
  .getParameters input:focus~.bar:before,
  input:focus~.bar:after {
    width: 50%;
  }

  /* HIGHLIGHTER ================== */
  .getParameters .highlight {
    position: absolute;
    top: 25%;
    left: 0;
    height: 60%;
    width: 100px;
    pointer-events: none;
    opacity: 0.5;
  }

  /* active state */
  .getParameters input:focus~.highlight {
    animation: inputHighlighter 0.3s ease;
  }

  .cat {
    margin: 10px 10px 10px 0px;
    /*background-color: #104068;*/
    border-radius: 2px;
    border: 1px solid #898989;
    overflow: hidden;
    float: left;
  }

  .cat label {
    float: left;
    line-height: inherit;
    width: 100%;
    height: auto;
    pointer-events: auto;
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0px 6px;
    margin-right: 0px;
    /*background: red;*/
  }

  .cat label span {
    text-align: center;
    padding: 1px 11px;
    display: block;
    font-size: 13px;
    margin-right: 0px;
  }

  .cat label input {
    position: absolute;
    display: none;
    color: #fff !important;
  }

  /* selects all of the text within the input element and changes the color of the text */
  .cat label input+span {
    color: #898989;
  }

  /* This will declare how a selected input will look giving generic properties */
  .cat input:checked+span {
    background-color: #004d9f;
    color: white;
  }

  /*
      This following statements selects each category individually that contains an input element that is a checkbox and is checked (or selected) and chabges the background color of the span element.
      */
  .catSelected input:checked+span {
    /*background-color: #004d9f;*/
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
  }

  /* ANIMATIONS ================ */
  @keyframes inputHighlighter {
    from {
      background: #5264AE;
    }

    to {
      width: 0;
      background: transparent;
    }
  }

  .dateLabel {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    color: grey;
  }

  .select-material {
    font-family:
      'Roboto', 'Helvetica', 'Arial', sans-serif;
    position: relative;
    width: 100%;
  }

  .select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 300px;
    padding: 10px;
    font-size: 15px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  /* Remove focus */
  .select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  /* Use custom arrow */
  .select-material .select-text {
    appearance: none;
    -webkit-appearance: none
  }

  .select-material:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
  }

  /* LABEL ======================================= */
  .select-label {
    color: rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
  }

  /* active state */
  .select-text:focus~.select-label,
  .select-text:valid~.select-label {
    color: #2F80ED;
    top: -20px;
    transition: 0.2s ease all;
    font-size: 14px;
  }

  /* BOTTOM BARS ================================= */
  .select-bar {
    position: relative;
    display: block;
    width: 350px;
  }

  .select-bar:before,
  .select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
  }

  .select-bar:before {
    left: 50%;
  }

  .select-bar:after {
    right: 50%;
  }

  /* active state */
  .select-text:focus~.select-bar:before,
  .select-text:focus~.select-bar:after {
    width: 50%;
  }

  /* HIGHLIGHTER ================================== */
  .select-highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
  }

  .collapseButton {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .collapseButton button.btn.collapsed:before {
    font-family: Fontawesome;
    content: '\f078';
    display: block;
    width: 15px;
  }

  .collapseButton button.btn:before {
    font-family: Fontawesome;
    content: '\f077';
    display: block;
    width: 15px;
  }

  .collapseButton button {
    border: none;
    color: black;
    background: #dedede;
    border-radius: 30px;
  }

  .table {
    font-size: 12px;
  }

  .viewSwitcher {
    display: flex;
  }

  .viewSwitcher label {
    width: 40px;
    background: white;
    color: grey;
    height: 40px;
    margin-bottom: 5px;
    border: 1px solid #d5d5d5;
  }

  .tableView .commonButtons {
    display: block;
    border-radius: 2px;
    text-align: center;
    padding: 1px 6px;
    color: #f4f4f4;
    margin-top: 5px;
    font-size: 13px;
    background: rgb(0 77 159);
    border: none;
    margin-left: 6px;
  }

  .textInputContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .detailSidebar {
    width: 18%;
    margin-right: 10px;
    background: rgb(0 77 159);
    height: 100%;
    position: fixed;
    display: flex;
    flex-direction: column;
    padding: 10px;
    color: white;
    font-size: 14px;
  }

  .detailSidebar a {
    color: white !important;
  }

  .detailMainBlock {
    width: auto;
    margin-left: 19%;
    padding: 15px;
    font-size: 14px;
  }

  .subHeading {
    font-size: 15px;
    font-weight: bold;
    /* background: #f0f0f0; */
    border-left: 2px solid #004d9f;
    padding-left: 5px;
    color: #004d9f;
    margin-bottom: 10px;
  }

  .detail_title {
    font-size: 20px;
    font-weight: bold;
  }

  .detailBlock {
    padding-top: 20px;
  }

  .countOfGroup {
    /* position: absolute; */
    right: 5px;
    font-size: 11px;
    /* background: #004d9f; */
    padding: 0px 4px;
    /* border-bottom-right-radius: 4px; */
    color: white;
    bottom: 5px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    justify-content: end;
  }

  .countOfGroupForTable {
    background: #004d9f;
    padding: 0px 4px;
    /*border-bottom-right-radius: 4px;*/
    color: white;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 5px;
    font-size: 10px;
  }

  .selectedSection {
    font-size: 12px;
    font-weight: 500;
    padding: 1% 1%;
    display: flex;
    flex-wrap: wrap;
  }

  .selectedSection span {
    background: #c9e3ff;
    padding: 2px 5px;
    margin: 5px;
    border-radius: 2px;
  }

  /*Ends*/
  .group {
    position: relative;
    margin-bottom: 45px;
    width: 30%;
    margin-left: 0px;
  }

  .textInputContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  body {
    font-family: sans-serif;
  }

  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .multiselect {
    width: 100%;
    font-size: 15px;
    /*padding-bottom: 4px;*/
    border-radius: 3px;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    transition: 0.2s;
    outline: none;
    background: white;
  }

  .multiselect:hover {
    /*border: 1px solid rgba(0, 0, 0, 0.3);*/
  }

  .multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
  }

  .multiselect>.title {
    cursor: pointer;
    height: 32px;
    padding: 6px;
  }

  .multiselect>.title>.text {
    max-width: 130px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
  }

  .multiselect>.title>.expand-icon,
  .multiselect>.title>.close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
  }

  .multiselect.selection>.title>.expand-icon {
    display: none;
  }

  .multiselect>.title>.expand-icon,
  .multiselect.selection>.title>.close-icon {
    display: block;
  }

  .multiselect>.title>.close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
  }

  .multiselect>.container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -1px;
    /*width: 170px;*/
    transition: 0.2s;
    /* position: absolute;*/
    z-index: 99;
    background: #fff;
    font-size: 14px;
    padding-left: 1px;
    padding-right: 1px;
    /* border: 1px solid transparent;
      border-top: 1px solid rgba(0, 0, 0, 0.1);*/
  }

  .multiselect.active>.container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
  }

  .multiselect:hover>.container {
    border-top-color: rgba(0, 0, 0, 0.3);
  }

  .multiselect.active:hover>.container {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .multiselect>.container>option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }

  .multiselect>.container>option.selected {
    background: rgb(122, 175, 233);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
  }

  .multiselect>.container>option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
  }

  .multiselect.active>.container>option {
    display: block;
  }

  .nextPrevious {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5% 0%;
    padding-bottom: 5%;
  }

  .nextPrevious a {
    border-radius: 50% !important;
  }

  .downloadButton {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
  }

  .downloadButton button {
    margin-left: 10px;
  }

  .modal-body {
    overflow-x: hidden !important;
  }

  .catSelected .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 1px 10px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    font-weight: 500;
    /* bottom: 0px; */
    margin-top: 22px;
    margin-left: -20px;
    border-top-left-radius: 0px;
  }

  .catSelected:hover .tooltiptext {
    visibility: visible;
  }

  .tooltiptextForListActions {
    visibility: hidden;
    width: auto;
    background-color: #1f1f1f;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 1px 10px;
    position: absolute;
    z-index: 1;
    font-size: 11px;
    font-weight: 500;
    /* bottom: 0px; */
    margin-top: 40px;
    margin-left: -40px;
    border-top-left-radius: 0px;
  }

  .actionButtonsForResults:hover .tooltiptextForListActions {
    visibility: visible;
  }

  .eachPreviousResults {
    border-bottom: 1px solid #e6e6e6;
    padding: 5px;
  }

  .PreviousResults {
    border: 1px solid #e6e6e6;
    /*padding: 10px;*/
    margin-top: 30px;
  }

  a {
    color: #004d9f !important;
  }

  .priorityContainer {
    display: flex;
    font-weight: 600;
  }

  .priorityContainer p {
    margin-right: 10px;
    font-size: 12px;
    border-right: 1px solid;
    padding-right: 10px;
  }

  .priorityContainer p:last-child {
    border-right: none;
  }

  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  }

  /* Animation */
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
    margin-top: 15px;
    flex-wrap: wrap;
  }

  .page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000000cf;
    z-index: 1000;
    display: none;
  }

  .page-loader .txt {
    color: #c3c3c3;
    text-align: center;
    top: 40%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
  }

  .spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
  }

  .detailSpinner {
    background: #4893e2;
  }

  @-webkit-keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1.0);
      opacity: 0;
    }
  }

  @keyframes sk-scaleout {
    0% {
      -webkit-transform: scale(0);
      transform: scale(0);
    }

    100% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
      opacity: 0;
    }
  }

  .input-group {
    align-items: center !important;
  }

  .form-control:focus {
    box-shadow: none !important;
  }

  @media only screen and (max-width: 767px) {
    .header-main {
      display: none;
    }

    .main {
      padding: 0px;
      padding-top: 0px;
      padding-bottom: 50px;
    }

    label {
      font-size: 15px;
      border-radius: 5px;
      display: block;
      width: auto;
      height: auto;
      padding: 1px 19px;
    }

    /*.form-control{
      font-size: 24px;
      }
      .bg-light {
      background-color: #ebebeb!important;
      margin-top: 20px;
      }*/
    .title-page {
      margin-top: 10px;
    }

    .fa-search {
      font-size: 24px;
    }

    /*.input-group-append{
      background: #004d9f;
      }*/
    .viewSwitcher label {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .event {
      flex: 0 0 310px;
      width: 100%;
      /*background: rgb(0 77 159);*/
      background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
      border-radius: 5px;
      height: fit-content;
      padding: 10px;
      font-size: 14px;
      min-height: auto;
      height: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      display: flex;
      overflow-y: auto;
    }

    .box-map-event {
      /* flex: 0 0 calc(100% - 343px); */
      width: 77%;
    }

    .page-content {
      flex-direction: column;
    }

    .onScroll {
      position: relative;
      top: 20px;
      left: 0px;
    }

    .group {
      position: relative;
      margin-bottom: 30px;
      width: 100%;
      margin-left: 0px;
    }

    .textInputContainer label {
      padding: 1px 1px;
    }

    .getParameters label {
      padding: 1px 1px;
    }

    .dateFields {
      display: flex !important;
      flex-direction: column;
      align-items: flex-start !important;
    }

    .dateFields div {
      margin-left: 0px !important;
    }

    .select-material label {
      top: 0px;
    }

    .select-material {
      margin-top: 30px;
      width: auto;
    }

    .select-material:after {
      right: 10px;
    }

    .select-bar {
      width: auto !important;
    }
  }

  .open-button {
    padding: 10px;
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    background-color: #004d9f;
    color: white;
    font-size: 17px;
    max-width: 300px;
    border-radius: 47px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    z-index: 99;
  }

  .notificationDot {
    height: 10px;
    width: 10px;
    background: #dc0000;
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 4px;
  }

  .chat-modal-content {
    height: 60vh;
    border-radius: 0px;
    width: 26%;
    right: 10px;
    position: fixed;
    bottom: 70px;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .chat-window {
    height: 100%;
    /* Adjust height as needed */
  }

  .chat-history {
    padding: 10px;
  }

  .user-message {
    background-color: #eee;
    font-size: 13px;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    right: 0;
  }

  .bot-message {
    background-color: #fafafa;
    font-size: 13px;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 5px;
  }

  #message-input {
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .headerIntelX {
    display: flex;
    justify-content: space-between;
    padding: 2px;
    background: white;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid lightgray;
  }

  .logoSec {
    display: flex;
    align-items: center;
  }

  .logoText {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 2px solid lightgrey;
    color: #004d9f;
    font-weight: bold;
  }

  .logoImage {
    width: 30px;
  }

  .authorText {
    color: #004d9f;
  }

  .footerText {
    background: white;
    text-align: center;
    padding: 5px;
    color: #004d9f;
    background: white;
    font-size: 13px;
    border-top: 1px solid lightgray;
    position: relative;
    z-index: 1;
  }

  .checkboxBox {
    height: 100px;
    background: white;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .counts {
    background: #004d9f;
    padding: 0px 5px;
    color: white;
    border-radius: 5px;
    margin-left: 5px;
  }

  .topSection {
    font-size: 12px;
  }

  /*   .button-cover:before {
      counter-increment: button-counter;
      content: counter(button-counter);
      position: absolute;
      right: 0;
      bottom: 0;
      color: #d7e3e3;
      font-size: 12px;
      line-height: 1;
      padding: 5px;
      }*/
  .button-cover {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-cover,
  .knobs,
  .layer {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .togButton {
    position: relative;
    top: 50%;
    width: 40px;
    height: 20px;
    margin: 0px auto 0 auto;
    overflow: hidden;
    background: #dedcdc;
  }

  .togButton.r,
  .togButton.r .layer {
    border-radius: 100px;
  }

  .togButton.b2 {
    border-radius: 2px;
  }

  .checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }

  .knobs {
    z-index: 2;
  }

  .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
  }

  /* Button 1 */
  #button-1 .knobs:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 4px;
    width: 16px;
    height: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 8px 4px;
    background-color: grey;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
  }

  #button-1 .checkbox:checked+.knobs:before {
    content: "";
    left: 21px;
    background-color: #004d9f;
  }

  #button-1 .checkbox:checked~.layer {
    background-color: #fcebeb;
  }

  #button-1 .knobs,
  #button-1 .knobs:before,
  #button-1 .layer {
    transition: 0.3s ease all;
  }

  .emailNotificationContainer {
    border: 1px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0px 5px;
    font-size: 13px;
  }

  .sort {
    position: absolute;
    right: 0;
    color: #c0c0c0;
    cursor: pointer;
  }

  #cModal {
    display: none;
  }

  .toggleButton {
    border: none;
    background: transparent;
    position: absolute;
    right: 10px;
  }

  .toggleButton .fa {
    color: rgb(39 70 103);
  }

  .boxHeader {
    padding: 3px 5px !important;
    background: linear-gradient(45deg, #00244b 0%, #ffffff 100%) !important;
    color: white;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  /* Scrollbar Styling */
  ::-webkit-scrollbar {
    width: 5px;
  }

  ::-webkit-scrollbar-track {
    background-color: #d2d2d2;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(7 115 230);
  }

  .btn-primary {
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: #fff;
    background-color: #007bff;
    border: none !important;
  }

  /* ADVERTISERS SERVICE CARD */
  body {
    font-family: "Roboto", sans-serif !important;
  }

  .sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
  }

  .sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
  }

  .sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
  }

  .advertisers-service-sec {
    /*background-color: #f5f5f5;*/
  }

  .advertisers-service-sec span {
    color: rgb(255, 23, 131);
  }

  .advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
  }

  .advertisers-service-sec .service-card {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    /*cursor: pointer;*/
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #00244b 0%, #ffffff 100%)
  }

  /* .advertisers-service-sec .service-card::after {
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(#04123d, rgb(22 86 234));
      position: absolute;
      left: 0%;
      top: -100%;
      z-index: -2;
      transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
      }*/
  .advertisers-service-sec h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f194c;
    margin: 20px 0;
    z-index: 3;
  }

  .advertisers-service-sec p {
    color: #1f194c;
    font-size: 15px;
    z-index: 3;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
  }

  .advertisers-service-sec .service-card:hover:after {
    top: 0%;
  }

  .service-card .icon-wrapper {
    background-color: transparent;
    color: rgb(0 0 0 / 32%);
    /* display: none; */
    font-size: 50px;
  }

  .advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #0f3156;
    text-shadow: 0 0 20px #fff, 0 0 30px #9bf7ff, 0 0 40px #9bf7ff, 0 0 50px #9bf7ff;
  }

  .advertisers-service-sec .service-card:hover h3 {
    /* color: #ffffff;*/
  }

  .advertisers-service-sec .service-card:hover p {
    /*color: #f0f0f0;*/
  }

  #emailNot {
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: white;
    text-align: center;
    clear: both;
    margin-bottom: 20px;
    font-size: 12px;
    font-style: italic;
  }

  .navbar {
    align-items: center;
    position: sticky;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.3);
    /* position: relative; */
    padding: 0px;
    background-color: #fff;
    top: 0px;
    z-index: 11;
  }

  .navbar-logo {
    color: #ff3f34;
    text-decoration: none;
    font-size: 25px;
    padding: 0px 0px;
  }

  .navbar-links {
    list-style-type: none;
    display: flex;
  }

  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: #444;
    padding: 0px 20px;
    font-weight: 700;
    transition: 0.4s all;
  }

  .navbar-links li.navbar-dropdown {
    position: relative;
  }

  .navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }

  .navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    transform: translateY(50px);
    right: 0;
    width: auto;
    background-color: #fff;
    box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 111;
    transition: 0.4s all;
  }

  .navbar-links li.navbar-dropdown .dropdown a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
  }

  .navbar-links li a:hover {
    color: #ff3f34;
  }

  dl,
  ol,
  ul {
    margin-bottom: 0px;
  }

  .logoImage {
    width: 80px !important;
    padding-left: 10px;
  }

  .logoImageDiv {
    display: flex;
    align-items: center;
  }

  /* ADVERTISERS SERVICE CARD ENDED */
  /*#countryCheckbox{
      display: none;
      }*/
  #summaryDetails {
    padding: 1rem 1rem;
  }

  .summaryBlockHeader {
    font-weight: 600;
  }

  #summaryDetails div {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .summaryAbstract {
    font-size: 13px;
    margin-top: 20px;
  }

  .navbar-dropdown .dropdown a:hover {
    padding-left: 30px;
    background: #ededed;
  }

  .searchHistoryResult {
    font-size: 14px;
    padding: 10px 6px;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 10px;
    color: #062668;
    cursor: pointer;
  }

  .fsType {
    background: linear-gradient(45deg, rgb(0, 20, 56) 0%, rgb(25, 94, 255) 100%) !important;
    color: white;
    padding: 0px 5px;
    /* display: flex; */
    /* align-items: center; */
    justify-content: end;
    width: 75px;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
  }

  .summaryBlocksContainer {
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .eachSummary {
    background: linear-gradient(45deg, rgb(0 26 102) 0%, rgb(59 139 255) 100%) !important;
    width: 24%;
    display: flex;
    flex-direction: column;
    /*height: 150px;*/
    height: 100px;
    border-radius: 5px;
    padding: 10px;
  }

  .summaryBlockHeader {
    color: white;
    border-bottom: 2px solid #337cea;
    padding-bottom: 10px;
    /*font-size: 18px !important;*/
    font-size: 15px !important;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .summaryBlockSubText {
    color: white;
    font-size: 14px;
  }

  .summaryText {
    color: #5f5d5d;
  }

  .summaryIcon {
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
  }

  .summaryIcon .fa {
    /*font-size: 44px;*/
    font-size: 25px;
    color: #0b2f82;
  }

  [v-cloak] {
    display: none;
  }

  /*horizontal*/
  .horizontalLayout {
    display: flex;
    width: max-content;
    padding: 5px;
    /* border: 1px solid red;*/
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    background: white;
    /* border-top: 2px solid #185bf8;*/
  }

  .horizontalLevelOneTabs {
    display: flex;
    flex-direction: column;
    width: 200px;
    border-bottom: none !important;
  }

  .horizontalSecondaryTabs .getParameters {
    display: flex;
    flex-direction: row !important;
    margin: 0px;
  }

  .hrCategorySelector {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .horizontalContainer {
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    background: #ffffffad;
    z-index: 99;
    width: 98%;
    height: -webkit-fill-available;
    height: 82%;
    /* display: none;*/
  }

  .inputContainer {
    width: 100%;
  }

  .horizontalLayout .nav-link.active {
    color: #495057;
    /* background: #004d9f; */
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
    color: #04123d !important;
    /*border-right:2px solid #04123d !important;*/
    border-radius: 0px;
    font-weight: 600;
  }

  .horizontalLayout .nav-tabs .nav-link {
    /*border: 1px solid #e1e1e1;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 5px;
    /*padding: 5px;*/
    padding: 0px 5px;
    /* border-radius: .25em;*/
    font-size: 12px;
  }

  .horizontalSecondaryTabs {
    padding: 0;
    margin-left: 5px;
    width: 275px;
    padding-left: 5px;
    border-left: 2px solid #04123d;
    height: 240px;
    overflow: auto;
  }

  .hrCategorySelector .cat {
    margin: 0px 10px 5px 0px;
    /*width: 171px;*/
    border-radius: 0px;
    border: none;
    overflow: hidden;
    float: left;
  }

  .hrCategorySelector .cat label span {
    text-align: left;
    /*padding: 5px;*/
    padding: 0px 5px;
    display: block;
    font-size: 12px;
    /*width: 170px;*/
    background: white;
    color: #6e6e6e;
  }

  .hrCategorySelector .catSelected input:checked+span {
    /* background-color: #004d9f; */
    background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%) !important;
    color: black !important;
    /* border-right: 5px solid #0773e6;*/
  }

  .horizontalSecondaryTabs .group input {
    width: 100%;
  }

  .horizontalSecondaryTabs .group .bar {
    width: 100%;
  }

  .horizontalSecondaryTabs .textInputContainer {
    align-items: flex-start;
    align-content: flex-start;
  }

  .horizontalSecondaryTabs .group {
    position: relative;
    width: 47%;
    margin-left: 5px;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
  }

  .iconOnList {
    font-weight: 900;
    width: 16px;
    text-align: center;
    /* border-right: 1px solid; */
    /* margin-right: 5px; */
    /* padding-right: 5px; */
  }

  .leftSelectorLabel {
    display: flex;
    width: auto !important;
    line-height: normal;
    align-items: flex-start;
    justify-content: flex-end !important;
    padding: 0px 2px;
  }

  .leftSelector {
    display: flex;
    flex-direction: column;
  }

  .leftSelectorRadio:checked+label {
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: white;
  }

  .mb-4,
  .my-4 {
    margin: 1.5rem !important;
  }

  .eachLogicalOperator {
    height: 26px;
    font-size: 12px;
    margin-right: 10px;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(249 249 249) 0%, rgb(181 209 222) 90%) !important;
    border: none;
    border-radius: .2rem;
  }

  .propertySelectorButton {
    white-space: nowrap;
    /* width: 50px; */
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #000000;
    color: black;
    width: 280px;
    height: 26px;
    font-size: 12px;
    text-align: left;
    position: relative;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(249 249 249) 0%, rgb(181 209 222) 90%) !important;
    padding-right: 15px !important;
  }

  .propertySelectorButton:hover {
    color: #0272a4;
    background: radial-gradient(circle at 18.7% 37.8%, rgb(181 209 222) 0%, rgb(249 249 249) 90%) !important;
  }

  .propertySelectorInput {
    color: black;
    height: 26px;
    font-size: 12px;
    width: 100%;
    margin-left: 10px;
  }

  .propertyHelperButton {
    height: 26px;
    font-size: 13px;
  }

  .eachInput {
    display: flex;
    margin-bottom: 10px;
  }

  .caretIcon {
    position: absolute;
    right: 6px;
    bottom: 6px;
  }

  .leftInputDetails {
    width: 90%;
    margin-right: 20px;
    display: flex;
  }

  .leftInputDetails .propertySelectorButton:first-child {
    width: 49%;
  }

  .filterContainer {
    display: flex;
    justify-content: flex-start;
    padding-top: 1%;
    /*align-items: center;*/
  }

  .chooseFilters {
    background: linear-gradient(45deg, #00244b 0%, #eaeaea 100%) !important;
    width: 490px;
    /* border-bottom: 2px solid red; */
    color: white;
    font-weight: 400;
    padding: 0px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border: 1px solid #0b2d52;*/
    border-bottom: none;
    font-size: 13px;
    position: relative;
  }

  .searchTypeHighlight {
    color: #1044ba;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #e8e8e8;
  }

  .searchTypeHighlight .fa {
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    padding: 4px;
    border-radius: 51px;
    color: #e5e5e5;
    font-size: 14px;
    vertical-align: text-top;
  }

  .leftSectionFilter {
    width: 30%;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #dfe8ec;
    font-size: 12px;
    font-weight: 500;
  }

  .nav-link a {
    color: darkgrey !important;
  }

  .boxHeaderForLeftSectionFilter {
    border-radius: .2rem;
    background: #04123d;
    padding-left: 5px;
    color: white;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .checkboxBoxForFilter {
    background: radial-gradient(circle at 18.7% 37.8%, rgb(249 249 249) 0%, rgb(181 209 222) 90%) !important;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  .allDatabaseFilter {
    display: flex;
    margin-top: 10px;
    background: #04123d;
    padding-left: 5px;
    justify-content: space-between;
    border-radius: .2em;
    padding-right: 5px;
  }

  .selectedDetailsForRequest {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
    background: #f5f5f5;
  }

  /*.updatedRequetsContainer :last-child :last-child{
      display: none;
      }*/
  /*ends*/
  .content-box-padding {
    padding: 20px 50px;
  }

  .cus-input-group {}

  .cus-input-search:focus {
    border: 0px !important;
    box-shadow: none;
    outline: 0;
  }

  .cus-input-search:focus,
  select {
    outline: 0 !important;
    box-shadow: none !important;
  }

  .cus-search-panel {
    /*border: 1px solid #ccc;
      border-right: 0px;
      border-radius: 5px;
      display: flex;*/
    display: flex;
    margin-top: 10px;
  }

  input.form-control.cus-input-search {
    border: 1px solid #ccc;
    height: 40px;
    margin-left: -3px;
    border-radius: 5px;
  }

  .input-btn-box {
    /*border: 1px solid #ccc;
      border-left: 0px;
      border-top-right-radius: 5px !important;
      border-bottom-right-radius: 5px !important;
      background-color: #1767c3;
      float:right;*/
    /*width: 47px;
      height: 39px*/
  }

  button.btn-search {
    /*padding: 0px !important;
      margin: 0px;
      border: 0px;
      line-height: 35px;
      color: #fff;
      background-color: transparent !important;
      width: 47px;*/
  }

  button.btn-search:focus {
    outline: 0;
  }

  .drop-search-btn {
    margin: 0px;
    padding-left: 10px;
    text-align: left;
  }

  .btn-searchall {
    margin: 0px;
    padding-left: 10px;
    text-align: left;
  }

  i.fa.fa-angle-down.pull-right {
    line-height: 24px;
  }

  .dropdown-toggle::after {
    display: none;
  }

  .dropdown-search-items li a {
    text-decoration: none !important;
    color: #000 !important;
    line-height: 30px;
    padding-left: 10px !important;
    border-bottom: 1px solid #eae7e7;
    padding-top: 0px !important;
    display: block;
  }

  .dropdown-search-items li:last-child a {
    border: none;
  }

  .dropdown-search-items li a:hover {
    background-color: #f5f3f3;
  }

  /**************** Advance Filter ****************/
  .Advance-filter-btn {
    /* border-right: 1px solid #ccc;
      background: grey;*/
  }

  .dropdown.cus-dropdown {
    display: inline-block;
  }

  input.cus-input-search {
    /*line-height: 30px;*/
    border: 0px;
    width: 100%;
  }

  .advance-filter-open.show {
    padding: 5px 10px;
    width: 150px;
  }

  .form-group.filter-btn {
    text-align: center;
  }

  button.filter-submit {
    background-color: #1666c3;
    border: 1px solid #3190fd;
    color: #fff;
    border-radius: 5px;
  }

  /*************** custom check box *************/
  /* The container */
  .cus1.container {
    text-align: left;
    display: flex;
    position: relative;
    /* padding-left: 25px; */
    margin-bottom: 0px;
    cursor: pointer;
    /* font-size: 16px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* line-height: 18px; */
    /* margin-bottom: 18px; */
    align-items: center;
    justify-content: flex-end;
    padding: 5px;
    font-size: 13px;
    line-height: normal;
  }

  .genQuery {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(45deg, #00244b 0%, #ffffff 100%) !important;
    /* font-weight: bold; */
    padding: 0px 2px;
    color: white;
    margin-bottom: 5px;
    border-radius: 2px;
    align-items: center;
  }

  .countryName {
    white-space: nowrap;
    max-width: 18ch;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .countryNameLeftPane {
    white-space: nowrap;
    max-width: 18ch;
    overflow: hidden;
    text-overflow: ellipsis;
  }



  .selectedLegalTabBtn {
    color: #1044ba !important;
    border-bottom: 2px solid #1044ba !important;
  }

  .legalTabButton {
    color: #757575;
    background: white !important;
    padding: 5px 20px;
    border-radius: 0px;
  }

  .legalTabButton:hover {
    color: #757575 !important;
    border-bottom: 2px solid #757575 !important;
  }

  .legalTabButton:focus {
    color: #757575;
    box-shadow: none;
  }

  .legalTabsContainer {
    margin-top: 5px;
  }

  .legalFilterContainerSelector {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 240px;
    background: linear-gradient(45deg, rgb(0 20 56) 0%, rgb(25 94 255) 100%) !important;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 3px;
  }

  .semanticTextarea{
        width: 100%;
    padding: 5px;
    border: 1px solid gainsboro;
    border-radius: 5px;
    margin-top: 10px;
    min-height: 200px;
  }

  .show-search-result{
    font-size: 14px;
    height: 26px;
    padding: 3px 14px;
    border: none;
    border-radius: 3px;
    background-color: #134bcb;
    color: white;
    margin: 4px 6px 4px 0;
  }

  .show-search-result:hover {
    box-shadow: 0 4px 8px rgba(21, 61, 154, 0.728);
    cursor: pointer;
  }

  /*legalTab:link {color:#FF0000 !important}    
      legalTab:visited{color:blue !important}

      .legalTab{
         color: red;
      }
      .legalTab :focus{
         color: yellow !important;
      }*/
.api-elem img:hover {
  cursor: pointer;
}

.btn-gradient {
  background: linear-gradient(45deg, rgb(0 26 102) 0%, rgb(59 139 255) 100%);
  color: #fff;
  border: none;
}

.btn-gradient:hover,
.btn-gradient:focus {
  opacity: .9;
  color: #fff;
}

#patentImgModal .modal-dialog {
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#patentImgModal .modal-content {
  max-height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

#patentImgModal .card-body {
  flex-grow: 1;
  overflow-y: auto;
  max-height: calc(100vh - 124px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#patentModalImg {
  max-height: calc(100vh - 124px);
  object-fit: contain;
}

