@font-face {
  font-family: "Ubuntu-Regular";
  src: url("/fonts/Ubuntu-Regular.ttf");
}

@font-face {
  font-family: "Ubuntu-Medium";
  src: url("/fonts/Ubuntu-Medium.ttf");
}

@font-face {
  font-family: "Ubuntu-Bold";
  src: url("/fonts/Ubuntu-Bold.ttf");
}



/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 4px;
}
 
::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #d0d0d0; 
}


.style_light{
  font-family: Ubuntu-Regular,sans-serif !important;
}

.style_medium{
  font-family: Ubuntu-Medium,sans-serif !important;
}

.style_semiBold{
  font-family: Ubuntu-Medium,sans-serif !important;
}

.style_bold{
  font-family: Ubuntu-Bold,sans-serif !important;
}

.style_bolder{
  font-family: Ubuntu-Bold,sans-serif !important;
}


h1,h2,h3,h4,h5,h6{
  font-family: Ubuntu-Medium,sans-serif !important;
}

h3{
  font-size: 1.75rem !important;
}

h4{
  font-size: 1.5rem !important;
}

body{
  min-height: 100vh;
  overflow-x: none !important;
  font-family: Ubuntu-Regular,sans-serif !important;
  max-width: 100vw;
  overflow-x: hidden;
  color: #1f2421;
  font-size: 0.9rem !important;
}

main{
  height: calc(100vh - 120px);
}

@media (min-width: 576px) {
  main{
    height: calc(100vh - 60px);
  }
}

p{
    line-height: 1.2em;
}

nav{
  font-family: Ubuntu-Regular,sans-serif !important;
}

button:focus,
a:focus{
  outline: none !important;
}

a{
  text-decoration: none;
  color: inherit;
}

a:hover,
a.style_link:hover{
  text-decoration: none;
  color: inherit;
}

a.style_link{
  text-decoration: underline;
}

th, td{
  padding: 0.3rem 0.6rem !important;
  border: none;
}

th:first-child,
td:first-child{
  border-radius: 0.6rem 0 0 0.6rem;
}

th:last-child,
td:last-child{
  border-radius: 0 0.6rem 0.6rem 0;
}

.style_font_size_small{
  font-size: 0.6rem;
  line-height: 1rem;
}

.style_body_bg_inverse_color{
  background-color: rgba(var(--bs-body-color-rgb), 0.1);
}

.style_bg_logo{
  fill: var(--bs-primary-text);
}

.style_color_logo{
  fill: var(--bs-body-color);
}

.style_ellipse_blue{
  position: fixed;
  width: 420px;
  height: 405px;
  left: 0%;
  top: 35%;
  background: #366DEB;
  filter: blur(250px);
  z-index: -1;
}

.style_ellipse_yellow{
  position: fixed;
  width: 420px;
  height: 405px;
  right: 0;
  top: -30%x;
  background: rgba(235, 205, 54, 0.5);
  filter: blur(250px);
  z-index: -1;
}

.style_after_none::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: none;
  content: "";
  border: none;
}


.style_overflow_x_scroll{
  width:calc(100% - 1px); overflow-x: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_x_scroll::-webkit-scrollbar {
  display: none;
}

.style_overflow_y_scroll{
  height:calc(100% - 1px); overflow-y: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_overflow_y_scroll::-webkit-scrollbar {
  display: none;
}

.style_position_absolute {
  position: absolute;
}

.style_bg_img{
  background-size: cover;
  background-position: center;
  position: relative;
}

.style_bg_img_bloc{
  background-size: cover;
  background-position: center;
}

.style_fitre_categories{
  width:calc(100% - 1px); overflow-x: auto;
  -ms-overflow-style: none; // IE 10+
  overflow: -moz-scrollbars-none; // Firefox
}

.style_fitre_categories::-webkit-scrollbar {
  display: none;
}


.style_slider nav li {
  border-radius: 10px;
  list-style: none;
  margin: 4px 0;
  padding: 0.8rem 0.8rem;
  --bs-text-opacity: 0.7;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.style_slider nav li > a {
  display: block;
}

.style_slider nav li:hover {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  background: rgba(var(--bs-body-color-rgb), 0.1);
  backdrop-filter: blur(8px);
}

.style_slider nav li.active {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  background: rgba(var(--bs-body-color-rgb), 0.1);
  backdrop-filter: blur(8px);
}


.style_footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.style_footer .nav .nav-item .nav-link,
.style_footer .nav .nav-item .nav-link i {
  --bs-text-opacity: 0.7 !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.style_footer .nav .nav-item .nav-link:hover,
.style_footer .nav .nav-item .nav-link.active {
  --bs-text-opacity: 1 !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
  background: rgba(var(--bs-body-color-rgb), 0.1) !important;
  backdrop-filter: blur(8px);
}

.style_footer .nav .nav-item .nav-link:hover i,
.style_footer .nav .nav-item .nav-link.active i {
  --bs-text-opacity: 1 !important;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

@media (min-width: 576px) {
  .style_footer {
    display: none !important;
  }

  .tab-content > .style_column.tab-pane {
    display: block;
    opacity: 1;
  }
}