
.no-bootstrap {
  all: unset; /* Resets all inherited styles */
  font-family: inherit; /* Reapply base font styles if needed */
  margin: 0;
  padding: 0;
  font-size: inherit;
}


*{
  font-family: "Raleway";
  font-feature-settings: 'lnum', 'tnum';
}

:root {
  --primary-color: #13a4d6;
  --white-text: #ffffff;
  --search-box-background: rgba(255, 255, 255, 0.30);
  --mini-map-background: #FBF9F6;
}


/* navigation bar */


.navigation-bar{
  position: relative;
  z-index: 1000;
  width: 100%;
}

.top-navigation{
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-color);
  padding-inline: 2vw;
}

.socials{
  margin-left: 2vw;
  display: flex;
  flex-direction: row;
  gap: 1vw;
}
.social-icon{
  width: 12px;
  height: 12px;
}
.nav-contact{
  display: flex;
  gap: 1vw;
  margin-right: 1vw;
}

.contacts{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1vw;
}

.nav-p{
  font-size: 13px;
  color: var(--white-text);
}

.nav-left{
  display: flex;
  margin-left: 1vw;
}

.nav-right{
  margin-right: 1vw;
}

.main-navigation{
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1.5px solid #EEF0F3;
  border-radius: 20px 20px 20px 20px;
  padding-inline: 2vw;
  background-color: var(--white-text);
}

.logo{
  height: 24px;
}

.nav-elements{
  display: flex;
  flex-direction: row;
  margin-left: 2vw;
  gap: 2vw;
  font-size: 13px;
  justify-content: center;
  align-items: center;
}
.login-btn, .register-btn{
  padding: 8px;
  border-radius: 8px;
  border-color: transparent;
}

.login-btn{
  background-color: #f0f0f0;
}

.register-btn{
  background-color: var(--primary-color);
  color: var(--white-text);
}

.btn-arrow{
  margin-left: 1vw;
}

.logo-container{
  display: flex;
  align-items: center;
  justify-content: center;
}



#jobDetails{
  display: flex;

}

.view-btn{
  background-color: #13a4d6;
  color: white;
}

.navigation-bar-mobile{
  display: none;
}


@media (min-width: 300px) and (max-width: 767px){
  

.navigation-bar-mobile{
  display: flex;
  position: relative;
}

.navigation-bar{
  display: none;
}

.navigation-bar-mobile{
  position: relative;
}

/* Header styling */
.head-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  position: fixed;
  z-index: 1000;
  width: 100vw;
}

.logo-mob img {
  max-height: 30px;
}

.toggle-button-mob {
  font-size: 30px;
  cursor: pointer;
}

/* Side menu styles */
.side-menu-mob {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  background-color: #fff;
  transition: left 0.3s ease-in-out;
  padding-top: 60px;
  color: black;
  z-index: 100000;
}

.side-menu-mob ul {
  list-style: none;
  padding: 0;
  height: 80%;
}

.side-menu-mob ul li {
  padding: 20px;
  text-align: left;
  padding-inline: 40px;
}

.side-menu-mob ul li a {
  text-decoration: none;
  color: black;
  font-size: 18px;
  display: flex;
  padding-inline: 12px;
}

.sdi{
  margin-right: 12px
}

/* Open state for the side menu on mobile */
.side-menu-mob.open {
  left: 0;
}

.reglog-ul{
  border-top: none !important;
}

a{
  text-decoration: none;
  color: inherit;
}


.employers-logo {
  margin-left: auto;
  width: fit-content; /* optional, to shrink-wrap content */
}



}








a{
  text-decoration: none;
  color: inherit;
}

p{
margin: 0;
}
.nav-elements{
  justify-content: center;
  align-items: center;
}

.nav-each-elements{
  margin-bottom: 0;
}

.nav-p{
  margin-bottom: 0;
}

.login-btn, .register-btn{
  font-size: 13.33px;
}

a{
  text-decoration: none;
  color: initial;
}










.container{
  height: 80vh;
  margin-top: 20px;
  position: relative;
  height: max-content;
}

.row{
  position: relative;
  height: max-content;
  }

.column{
  position: relative;
  height: max-content;
}





.heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
/*.job-title {*/
/*  color: var(--gray-900, #18191c) !important;*/
/*  text-align: left !important;*/
/*  font-family: "AlbertSans-Medium", sans-serif !important;*/
/*  font-size: 16px !important;*/
/*  line-height: 28px !important;*/
/*  font-weight: 500 !important ;*/
/*  position: relative !important;*/
/*  align-self: stretch !important;*/
/*}*/
.tags {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  flex-wrap: wrap;
}
.type {
  background: var(--success-50, #e7f6ea) !important;
  border-radius: 3px !important;
  padding: 4px 8px 4px 8px !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-shrink: 0 !important;
  position: relative !important;
}
.type-text {
  color: var(--success-500, #0ba02c);
  text-align: center !important;
  font-family: "Raleway", sans-serif !important;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.salary-type {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  position: relative;
}
.salary-text {
  color: var(--gray-500, #767f8c);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.experience {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: fit-content;
  position: relative;
}
.experience-text {
  color: var(--gray-500, #767f8c);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  flex: 1;
}



.company {
  display: flex;
  flex-direction: row;
  gap: 12px !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.employers-logo {
  background: var(--gray-scale-50, #edeff5);
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.employers-logo-img {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}
.info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.company-name {
  color: var(--gray-900, #000000);
  text-align: left;
  font-size: var(--body-medium-500-font-size, 14px);
  line-height: var(--body-medium-500-line-height, 24px);
  font-weight: var(--body-medium-500-font-weight, 500);
  position: relative;
  align-self: stretch;
}
.location {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.map-pin {
  flex-shrink: 0;
  width: fit-content !important;
  height: fit-content !important;
  position: relative;
  transform: scale(0.6) !important;
}
.map-pin-icon {
  width: 12px !important;
  height: 12px !important;
}
.loco-data {
  color: var(--gray-500, #767f8c);
  text-align: left;
  font-size: var(--body-small-400-font-size, 12px);
  line-height: var(--body-small-400-line-height, 20px);
  font-weight: var(--body-small-400-font-weight, 400);
  position: relative;
  flex: 1;
}
.button-frame {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /*align-items: center;*/
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.apply-btn {
  background: #13a4d6 !important;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
.apply-now {
  color: #ffffff;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px ;
  line-height: 20px;
  position: relative;
}
.sfl-btn {
  background: #ffffff !important;
  border-radius: 4px;
  border-style: solid;
  border-color: #13a4d6 !important;
  border-width: 1px !important;
  padding: 8px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 250px;
  position: relative;
}
.save-for-later {
  color: #13a4d6;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.top-part{
  padding: 20px;
}

.blockies{
  border-radius: 0.5rem;
border: 1px solid var(--Gray-100, #E4E5E8);
background: #FFF;
box-shadow: 0px 2px 18px 0px rgba(24, 25, 28, 0.03);
}


.details-container {
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px 0px 0px 0px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  /*align-items: center;*/
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: fit-content;
  position: relative;
  font-size:14px !important;
  
}
.jd-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.details-head {
  color: var(--gray-900, #000000);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.details-text{
  color: var(--gray-600, #0c0c0c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}
.non-bullet{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.view-map {
  color: var(--gray-900, #18191c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}
.google-maps-widget {
  border-radius: 12px;
  flex-shrink: 0;
  width: 1055px;
  height: 176px;
  position: relative;
  overflow: hidden;
}
.map-image {
  width: 122%;
  height: 123.33%;
  position: absolute;
  right: -11%;
  left: -11%;
  bottom: -11.67%;
  top: -11.67%;
  object-fit: cover;
}
.button {
  background: #ffffff;
  border-radius: 2.34px;
  padding: 2.34px 7.02px 2.34px 7.02px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 7px;
  top: 145px;
}
.view-larger-map {
  color: #0369f0;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 145%;
  font-weight: 400;
  position: relative;
}
.pin {
  width: 12.23px;
  height: 17.55px;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  overflow: visible;
}

.ovw-contents-tainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.ovw-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: auto;
  height: 100px;
  position: relative;
  border-right: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  
}

.ovw-content:last-of-type{
  border-right: 0px;
}
.ovw-title {
  color: var(--gray-900, #18191c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 10px;
  line-height: 25.63px;
  font-weight: 400;
  position: relative;
  border: 1px solid #eeeeee;
  padding-inline: 4px;
  border-radius: 8px;
  width: 100%;
}
.ovw-sub {
  color: var(--gray-900, #18191c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 25.63px;
  font-weight: 300;
  position: relative;
  padding-inline: 4px;
}

.scroller{
  overflow-x: scroll;
}


.sim-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.scroller {
  display: flex;
  flex-direction: column;
  gap: 6.59px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sim-jobs {
  display: flex;
  flex-direction: row;
  gap: 6.59px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 333.04px;
  position: relative;
}
.job {
    background: linear-gradient(to left, #ffffff, #ffffff), linear-gradient(to left, #ffffff, #ffffff);
    border-radius: 6.27px;
    border-style: solid;
    border-color: var(--gray-100, #e4e5e8);
    border-width: 0.78px;
    padding: 18.82px;
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjusted gap */
    align-items: flex-start;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 333.04px;
    min-height: 100px; /* Ensures truncation */
    max-height: 180px; /* Prevents overflow */
    position: relative;
    box-shadow: 0px 1.57px 14.11px 0px rgba(24, 25, 28, 0.03);
    overflow: hidden; /* Ensures content does not exceed height */
}

/* Truncate text properly inside .job */
.job-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-height: 48px; /* Ensures text stays within bounds */
    line-height: 24px; /* Matches font size */
    white-space: normal; /* Allows multi-line truncation */
}

.sim-heading {
  display: flex;
  flex-direction: column;
  gap: 4.7px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.sim-jt {
  color: var(--gray-900, #18191c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 14.1115083694458px;
  line-height: 21.95px;
  font-weight: 500;
  position: relative;
}

.sim-type {
  background: var(--success-50, #e7f6ea);
  border-radius: 2.35px;
  padding: 3.14px 6.27px 3.14px 6.27px;
  display: flex;
  flex-direction: row;
  gap: 7.84px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.sim-job-type-text {
  color: var(--success-500, #0ba02c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 9.407671928405762px;
  line-height: 9.41px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.sim-below-tag {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  white-space:nowrap;
  /*overflow:hidden;*/
  /*text-overflow:elipsis;*/
  /*width:40px;*/
}
.sim-salary-tag {
  display: flex;
  flex-direction: row;
  gap: 7.84px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 134.84px;
  position: relative;
}
.sim-salary-text {
  color: var(--gray-500, #767f8c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 10.975618362426758px;
  line-height: 15.68px;
  font-weight: 400;
  position: relative;
  flex: 1;
  white-space:nowrap;
}
.sim-experience-tag {
  display: flex;
  flex-direction: row;
  gap: 7.84px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 108.19px;
  position: relative;
}
.sim-experience-text {
  color: var(--gray-500, #767f8c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 10.975618362426758px;
  line-height: 15.68px;
  font-weight: 400;
  position: relative;
  flex: 1;
   overflow:hidden;
  text-overflow:ellipsis;
  width:100px;
  white-space:nowrap;
}
.company-sim {
  display: flex;
  flex-direction: row;
  gap: 9.41px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.employers-logo-sim {
  background: var(--gray-scale-50, #edeff5);
  border-radius: 3.14px;
  padding: 9.41px;
  display: flex;
  flex-direction: row;
  gap: 7.84px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.employers-logo2-sim {
  flex-shrink: 0;
  width: 18.82px;
  height: 18.82px;
  position: relative;
  overflow: visible;
}
.info-sim {
  display: flex;
  flex-direction: column;
  gap: 3.14px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}
.comp-name-sim {
  color: var(--gray-900, #18191c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 12.543562889099121px;
  line-height: 18.82px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 180px !important;
}

.location-sim {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  gap: 4px;
}
.map-pin-sim {
  flex-shrink: 0;
  position: relative;
  transform: scale(0.6);
}
.map-pin2-sim {
  width: 100%;
  height: 100%;
}
.location-data-sim {
  color: var(--gray-500, #767f8c);
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-size: 10.975618362426758px;
  line-height: 15.68px;
  font-weight: 400;
  position: relative;
  flex: 1;
}
.apply-sim {
  flex-shrink: 0;
  width: 18.82px;
  height: 18.82px;
  position: relative;
}
.apply-simp2 {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
  overflow: visible;
}



.ad-1 img{
  width: 100%;
}

p{
  margin: 0 !important;
}

.my-mini-map{
  height: 100px;
  width: 100%;
}



@media (max-width: 767px){
  .hideable{
    display: none;
  }
  
  
.last-footer {
text-align: center;
padding: 10px 0;
/* background-color: #f8f8f8; */
color: #c1b3b3;
font-size: 10px;
gap: 8px;
border-top: none !important;
}

.last-footer p {
margin: 5px 0;
line-height: 1.5; 
}
.center-line-footer {

height: 0px !important; 
background-color: rgb(231, 227, 227);
width: 80%;
display: flex;
align-items: center;
}
   
footer {
background: var(--gradient, linear-gradient(104deg, #00A2D9 0%, #004C9E 100%)); border-radius: 12px 12px 0px 0px !important;
  color: white;
  padding-inline: 10px !important;
  padding-top: 10px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0px !important;
     border-bottom: 1px solid #ccc !important; 
  
}

/* Column layout */
.footer-column {
       display: flex
;
    flex-direction: column;
    gap: 5px;
    /*margin-top: 20px;*/
    color: #fff !important;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 15px !important;
  color: #fff !important;
}

.footer-column p, .footer-column a {
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
  display: flex !important;
  margin-bottom: 10px;
}

.ovw-contents-tainer{
    display: flex;
    flex-direction: column;
}

.ovw-content{
    border: none;
}
.footer-container{
    display: flex !important;
    flex-direction: column !important;
    gap: 0px !important;
  
        padding: 0px !important;
      background: var(--gradient, linear-gradient(104deg, #00A2D9 0%, #004C9E 100%)); border-radius: 12px 12px 0px 0px !important;
}
.footer-img-div{
       display: flex;justify-content: center; align-items: center;  background: white; padding: 12px; width: fit-content; border-radius: 12px;
   }
   .icons_mobile{
       display: flex !important;
    gap: 15px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px;
    color: #fff !important;
    transition: transform 0.2s ease;
    width: fit-content;
   }
}

footer {
  background-color: #fff;
  color: white;
  padding-inline:20px;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Column layout */
.footer-column {
  margin: 10px;
  flex: 1;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

.footer-column p, .footer-column a {
  font-size: 12px;
  color: #333;
  text-decoration: none;
  display: flex !important;
  margin-bottom: 10px;
}


.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 15px;
  height: 15px;
  transition: transform 0.3s;
  margin-left:10px;
}

.social-icons img:hover {
  transform: scale(1.1);
}

h3{
color:#333;
font-weight:600;
}
.footer-column a i {
margin-right: 10px; 
color: #13a4d6; 
}
.last-footer {
text-align: center;
padding: 10px 0;
/* background-color: #f8f8f8; */
color: #ccc;
font-size: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
/*border-top: 1px solid #ccc;*/
width: 100%;
}

.last-footer p {
margin: 5px 0;
line-height: 1.5; 
}
.center-line-footer {

height: 1px; 
background-color: rgb(231, 227, 227);
width: 80%;
}
.center-line-below {

height: 1px; 
background-color: rgb(204, 193, 193); 
width: 100%; 

}


footer{
  margin-top: 40px;
  border-top: 1px solid #9d9d9d;
  
}



@media (max-width: 767px){
  .col-10{
    width: 100% !important;
    margin-top: 60px !important;
  }
  .row{
    width: 100% !important;
  }
  .company{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
  }
  .button-frame{
    width: 100%;
  }
  .apply-btn, .sfl-btn{
    width: 100%;
  }
  
}



.hideable{
  height: fit-content;
  position: relative;
}

.ad-1{
  position: sticky;
}

.mb-4{
  margin-top: 16px !important;
}

textarea{
  max-height: 100px !important;
}

.my-mini-map{
  background-image: url(/assets/map-page/map1.jpg);
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
    background-position: right center;
    background-position-y: -170px;
    background-size: cover;
}

@media (max-width: 1200px){
    .my-mini-map{
  background-image: url(/assets/map-page/map1.jpg);
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}
}

.my-mini-map button{
  background-color: white !important;
  color: #13a4d6 !important;
  border: 1px solid #13a4d6;
  position: absolute;
  bottom: 1vh;
  right: 1vh;
  border-radius: 12px;
  font-size: 12px;
}


.ovw-contents-tainer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    height: auto; /* Ensures the height adjusts dynamically */
    overflow: hidden; /* Prevents content from overflowing */
    word-wrap: break-word; /* Breaks long words to fit */
}

.similar-content{
    border-width: 0px !important;

}

.sim-jobs{
    width: fit-content;
    height: fit-content;
}

.scroller{
    height: fit-content;
    overflow-y: hidden;
    margin-bottom: 2px;
}


.scroller::-webkit-scrollbar {
    
    width: 8px; /* Scrollbar width */
    height: 2px; /* Scrollbar height */
}

.scroller::-webkit-scrollbar-track {
    background: #f8f8f8; /* Track background */
}

.scroller::-webkit-scrollbar-thumb {
    background: #888; /* Scrollbar thumb color */
    border-radius: 5px; /* Rounded edges */
}

.scroller::-webkit-scrollbar-thumb:hover {
    background: #555; /* Hover color */
}


.scroller.dragging {
    cursor: grabbing; /* Change cursor when dragging */
    user-select: none; /* Prevent text selection during drag */
}

.op-onb-btn{
    background-color: #13a4d6 !important;
}

@media (max-width: 375px){
    .tags{
        flex-direction: column;
    }
    .sim-below-tag{
        flex-direction: column;
        align-items: flex-start;
    }
    .info-sim, .comp-name-sim, .location-sim, .job{
        width: fit-content;
    }
}







