
/*@import url('fonts.css');*/

body {
	font-family: Poppins !important;
	-webkit-text-size-adjust: 100% !important;
	background-color: #F8F8F8;
	-webkit-font-smoothing: antialiased;
	/*text-shadow: 1px 1px 1px rgba(0,0,0,0.004);*/
  	text-rendering: optimizeLegibility !important;
  	/*background-color: red;*/
  	/*background: linear-gradient(311deg, #fa0087 28%, #ffaa00 76%);*/
  	/*position: relative;*/
  	/*display: flex;
  	justify-content: center;
  	align-items: top;*/
  	background-color: #FFF;
}

/* ------- THEME PARENT LAYOUTS ------------------------------------------------------------------------------------------- */
.page_wrapper {
	display: block;
	box-sizing: border-box;
	/*display: flex;
    height: 100vh;
    width: 100%;
    align-items: stretch; 
	flex-wrap: wrap;
	justify-content: space-between;*/
	position: relative;
	height: auto;
	width: 100%;
	clear: both;
	overflow: hidden;
}

.pc-container {
	position: relative;
	/*width: calc(100% - 281px) !important;*/
	width: 100%;
	padding-left: 280px;
	top: 74px !important;
	padding-top: 0 !important;
	float: right;
	transition: padding 0.2s ease !important;
}
.pc-container-no-padding {
	/*width: 100% !important;*/
	padding-left: 0;
}
.pc-container .pc-content {
	background-color: var(--bs-body-bg);
	border-radius: 40px 0 0 40px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	border: 0 solid rgba(70, 128, 255, .06);
	/*border-width: 5px 0 5px 5px;*/
	min-height: 2500px;
	box-shadow: inset 3px 3px 4px rgba(0,0,0,.04);
}

.pc-sidebar {
	position: absolute !important;
	width: 280px !important;
	border-right: 0 solid rgba(0,0,0,.1);	
	/*background-color: #FFF;*/
	/*background-color: rgba(0,0,0,.5);*/
	/*background: rgb(8,244,202);*/
	/*background: linear-gradient(311deg, rgba(8,244,202,1) 28%, rgba(22,175,244,1) 76%);*/
	/*background: linear-gradient(311deg, #fa0087 28%, #ffaa00 76%);*/
	/*height: 100%;*/
}

.pc-sidebar.mob-sidebar-active {
	background-color: #FFF;
}

.pc-header {
	background-color: #FFF;
	backdrop-filter: none;
	position: absolute;
	top: 0;
}

.pc-sidebar .navbar-wrapper {
   	height: 100% !important;
}
.pc-header .pc-head-link:before {
	/*background-color: rgba(255,255,255,.4);*/
}
.pc-header .pc-head-link > i,
.pc-header .pc-head-link > svg {
	color: #000 !important;
}
.pc-header .form-search .form-control {
	width: 400px;
	/*border-width: 0;*/
}


.form-control {
	border-color: rgba(0,0,0,.15);
}
.form-select {
	border-color: rgba(0,0,0,.15);
}




.pc-sidebar .card.pc-user-card .pc-user-links a {
	color: #000;
}
/*.pc-sidebar:before {
	background-image:  url('../../../../img/irmakavatar-left.png');
	background-size: 310% auto;
	background-position: -165px 50px;
	background-repeat: no-repeat;
	content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    opacity: .1;
}*/
.pc-sidebar .navbar-content {
	height: auto;
	border: none !important;
	/*background-color: #FFF !important;*/
}
.pc-sidebar .pc-link {
	color: rgba(0,0,0,1);
	/*color: #FFF;*/
	/*color: rgba(0,0,0,.9);*/
	/*color: rgba(0,0,0,.8);*/
	font-weight: 500;
	font-size: 13.5px;
	/*color: #143b59;*/
	letter-spacing: 0;
}
.pc-sidebar .pc-micon {
	margin-right: 8px;
}


/*.pc-header .form-search input {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.5);
}
.pc-header .form-search input:placeholder {
	color: rgba(0,0,0,1);
}*/

.pc-sidebar .m-header {
	height: auto !important;
	/*background-color: #FFF !important;*/
}

.pc-sidebar-hide {
	display: none;
}

.pc-footer {
	position: relative;
	float: right;
	margin-left: 0;
	display: flex;
	width: 100% !important;
	padding-left: 280px;
	margin-bottom: 0 !important;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: transparent;
}

.pc-footer .txt,
.pc-footer .txt a {
	/*color: #FFFF;*/
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-link {
	padding: 10px 30px 10px 50px;
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-item > .pc-link:after {
	top: 17px;
	left: 28px;
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-link {
	padding: 10px 30px 10px 60px;
}
.pc-sidebar .pc-navbar > .pc-item .pc-submenu .pc-submenu .pc-link:after {
	left: 40px;
}

body.super-modal-open-custom {
  overflow: hidden;
}

.btn-sm, .btn-group-sm > .btn, .introjs-tooltip .btn-group-sm > .introjs-button {
  --bs-btn-padding-x: 1rem;
}

@media (max-width: 1024px) {
	.pc-header {
		position: fixed;
	}
	.pc-header .header-wrapper {
		padding-left: 7px;
		padding-right: 10px;
	}
	.pc-container {
		width: 100% !important;
		padding-left: 0;
	}
	.pc-container .pc-content {
    border-radius: 0;
    padding-top: 15px;
    padding-right: 6px;
    padding-left: 6px;
  }
	.pc-sidebar {
	}
  .pc-footer {
  	padding-top: 20px !important;
  	padding-bottom: 20px !important;
  	padding-left: 0;
  }
  .card {
  	overflow-x: scroll;
  }
  .card .card-body {
  	padding: 10px !important;
  }
}
@media (min-width: 1024px) {
	
}
/* ------- THEME PARENT LAYOUTS ------------------------------------------------------------------------------------------------ */








/* ------- THEME CLASSES UPDATED CSS ------------------------------------------------------------------------------------------- */

.logo_zone {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: transparent;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}

.logo_zone img {
	height: 60px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}
.mobile_logo_zone {
	display: inline-flex;
	vertical-align: middle;
	align-items: center;
	width: 180px;
	padding-left: 0;
	padding-right: 0;
	height: 100%;
	margin-left: -10px;
	position: absolute;
}
.mobile_logo_zone img {
	height: auto;
	width: 120px !important;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}



th {
    text-transform: none !important;
}


.irm_card1 {
	min-height: 75px !important;
	/*background-color: rgba(255,255,255,.4) !important;
	border-color: rgba(255,255,255,.7) !important;*/
}
.irm_card1 .txttype {
	/*color: #FFF;*/
}



.ai_btn {
	padding: 0 !important;
}
.ai_btn .card-body {
	padding: 0 !important;
	margin: 0 !important;
}
.ai_btn .inn {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ai_btn .inn img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-width: 130px;
}


.pc-sidebar .card.pc-user-card .card-body {
	padding: 15px;
}
.pc-sidebar .card-body .title1 {
	font-size: 13px;
}
.pc-sidebar .card-body .title2 {
	font-size: 12px;
}

.pc-menu-overlay {
	/*backdrop-filter: none;
	background: transparent;*/
}



.forgot_txt {
	font-weight: 500;
	font-size: 13px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding-top: 0px;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

.lg_text {
	font-size: 16px !important;
}
.md_text {
	font-size: 14px !important;
}
.sm_text {
	font-size: 12px !important;
}

.xs_text {
	font-size: 10px !important;
}

.login_wrap {
	position: relative;
	display: flex;
	flex-direction: row !important;
	width: 100%;
	background-color: transparent !important;
	overflow: hidden;
	height: 400px !important;
	justify-content: center !important;
    align-items: stretch !important;
}
.login_wrap .login_left_side {
	background-color: rgb(251, 207, 40);
	background-image:  url('../../../../img/login_sample2.jpg');
	background-size: auto 100%;
	background-position: center;
	background-repeat: repeat;
}
.login_wrap .login_right_side {
	background-color: transparent;
}


.page-header {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: auto;
}


.img_holder {
	display: inline-block;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.img_holder .img_thumb {
	display: inline-block;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	padding: 0.25rem;
  background-color: #f8f9fa;
  border: 1px solid #e7eaee;
  border-radius: 8px;
  width: auto;
	height: 100%;
}
.img_holder img {
	width: auto;
	height: 100%;
}

.alert {
	cursor: pointer;
	border: none;
	border-radius: 8px;
	padding: 8px 15px;
	font-size: 12px;
}
.alert .close {
	position: absolute;
	right: 0;
	top: 0;
	color: inherit;
	font-size: 18px;
	display: inline-flex;
	justify-content: center !important;
    align-items: center !important;
	width: 30px;
	height: 100%;
	text-align: center;
	background-color: transparent;
	cursor: pointer;
}

.list-group-sm li {
	padding: 10px !important;
}

.list-group-xs li {
	padding: 7px !important;
}


.pc-header .pc-head-link .pc-h-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	font-weight: 600;
}

.card {
	/*overflow: scroll;*/
}

.card .card-header {
	padding: 23px;
	padding-bottom: 15px;
}

.card .card-body {
	padding: 23px;
}

.fixed_column {
}
.ddhodler {
}
.ddhodler button {
}
.dropdown-menu {
}
.dropdown-menu.show {
}
.dtfc-fixed-end {
	/*z-index: 0 !important;*/
}
.dtfc-fixed-right {
	/*z-index: 0 !important;*/
}

.btn-sm2 {
	padding: 4px 12px 4px 15px;
}
.btn-xs {
	padding: 3px 9px 3px 9px;
	font-size: 12px;
}
.btn-xs i {
	font-size: 15px !important;
}

.btn-xxs {
	padding: 2.5px 8px 2.5px 8px;
	font-size: 10px;
}
.btn-xxs i {
	font-size: 13px !important;
}

.width250 {
	min-width: 250px !important;
}
.width300 {
	min-width: 300px !important;
}

.plext {
	padding: 0 !important;
}
.plext * {
	padding: 0.375rem 0.75rem !important;
	width: 100% !important;
	height: 100% !important;
	display: inline-block !important;
	vertical-align: middle;
	cursor: pointer;
}

table .dropdown-menu {
	font-size: 13px;
	padding: 7px !important;
	min-width: 50px !important;
	font-weight: 500 !important;
}
table .dropdown-menu .dropdown-item {
	padding: 5px 13px !important;
	font-weight: 500 !important;
} 


/*.table-responsive {
	min-height: 300px;
}*/

.query_table th {
	cursor: pointer;
}
.query_table .th_icon {
	color: rgba(0,0,0,.2);
}


.badge {
	vertical-align: middle;
}

.form-check-input {
	cursor: pointer !important;
}

.very_small_table {

}
.very_small_table th, 
.very_small_table td {
	padding: 4px !important;
}

.trans_hr {
	/*border-color: rgba(0,0,0,.2);*/
	border-color: transparent;
}

.soft_hr {
	border-color: rgba(0,0,0,.2);
}


.left_round_btn {
	border-bottom-left-radius: 40px !important;
	border-top-left-radius: 40px !important;
	padding-left: 20px;
}
.float-right {
	float: right !important;
}
.float-left {
	float: left !important;
}
.margin_left_auto {
	margin-left: auto !important;
}
.margin_right_auto {
	margin-right: auto !important;
}
.mt-3px {
	margin-top: 3px;
}
.mb-3px {
	margin-bottom: 3px;
}
.mt-5px {
	margin-top: 5px;
}
.mb-5px {
	margin-bottom: 5px;
}

.xs_text {
	font-size: 11px;
}

.head_lang_btn {
	/*border: 1px solid rgba(0,0,0,.1);*/
	border-radius: 6px;
	color: inherit !important;
	padding: 6px 10px;
}
.head_lang_btn .icon {
	font-size: 13px;
	margin-left: 3px;
}
.thumb_img {
	border: 1px solid rgba(0,0,0,.07);
	height: auto;
	width: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	padding: 4px !important;
	background-color: transparent;
	border-radius: 5px;
}
.thumb_img .inn {
	width: 100%;
	height: 100%;
	display: inline-flex;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 3px;
}
.thumb_img img {
	width: 100% !important;
	height: auto !important;
	overflow: hidden;
}

.trans_light_btn {
	background-color: rgba(255,255,255,.07) !important;
	border-color: rgba(255,255,255,.2) !important;
	color: #FFF !important;
}

.white_txt {
	color: #FFF;
}
.black_txt {
	color: #000;
}
.bold_txt {
	font-weight: bold;
}
.hidden_zone {
	display: none;
}
.sm_plus_btn {
	width: 25px;
	height: 25px;
	border-radius: 40px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	color: #FFF;
	font-weight: 400;
	font-size: 18px;
}
.system_dates {
	display: block;
	min-width: 950px;
	overflow: hidden;
}
.system_dates .sd_row {
	margin-bottom: 3px;
	white-space: nowrap;
}
.system_dates .row_head {
	font-weight: bold;
	font-size: 11px;
	display: inline-block;
	vertical-align: middle;
	padding-top: 9px;
}
.system_dates .head_box {
	display: inline-block;
	vertical-align: middle;
	width: 2.55%;
	height: 20px;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
}
.system_dates .day_box {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	width: 2.55%;
	height: 33px;
	margin: 1px;
	/*border: 1px solid rgba(0,0,0,.2);*/
	border-radius: 0;
	cursor: pointer;
}
.system_dates .unavail {
	background-color: rgba(0,0,0,.3);
}
.system_dates .avail {
	background-color: #FFF;
}

.top_nav_select_zone {
	display: inline-flex;
	align-items: center; 
	justify-content: center;
}
.top_nav_select_zone select {
	padding: 0.65rem 0 0.65rem 1.3rem !important;
	padding-right: 30px !important;
	padding-left: 16px !important;
	overflow: hidden;
}

.cover_input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 4px;
  border: none;
  outline: none;
  background: transparent;
  font: inherit;
  color: inherit;
  z-index: 2;
}




.calendar .disabled-date,
.calendar .range-disabled {
  background-color: rgba(0,0,0,.06) !important; /* Gri arka plan */
  pointer-events: none; /* Tıklanamaz yap */
}

.calendar .fc-event {
  z-index: 99999 !important; /* Etkinliklerin öncelikli görünmesi */
  pointer-events: auto !important; /* Etkinlik tıklanabilir */
  border-radius: 5px !important;
  cursor: pointer !important;
  font-size: 10px;
}
.calendar .fc-event div {
  font-weight: 500 !important;
}
.sm_text {
  font-size: 11px;
}
.xs_text {
  font-size: 9px;
}
.fc-day-today {
  background-image: none !important;
  background-color: #ffebcc !important; /* Açık sarı arka plan */
}
.fc-day {
  cursor: default !important;
}

.fc-timegrid-slot {
  height: 80px !important; /* Slot yüksekliği (örnek: 50px) */
}


.overflow-x-scroll {
	overflow-x: scroll !important; 
}
.overflow-y-scroll {
	overflow-y: scroll !important; 
}

.white-space-nowrap {
	white-space: nowrap !important; 
}


.hide-scroll-bar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.hide-scroll-barr::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}


.custom-day-header {
    text-align: center; /* Ortala */
}
.custom-day-header .day-name {
    font-weight: bold; /* Gün ismi kalın */
    font-size: 14px;   /* Boyut */
}
.custom-day-header .day-date {
    font-weight: normal; /* Tarih normal */
    font-size: 12px;     /* Tarih daha küçük boyutta */
}


.separate_table {
	border-collapse: separate;
}
table th,
table td {
	position: relative;
}


.sticky_column {
	position: sticky !important;
	background-color: #FFF !important;
	z-index: 99;
}
.right0 {
	right: 0 !important;
}
.left0 {
	left: 0 !important;
}


.excel_table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.excel_table th, 
.excel_table td {
  /*border: 1px solid #999;*/
  text-align: left;
  overflow: hidden;
  white-space: normal; /* Alt satıra geçmesine izin verir */
  vertical-align: top; /* Yazıyı hücrenin üst kısmına hizalar */
  position: relative;
}
.excel_table td {
	padding: 7px !important;
}


.equal_table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.equal_table th, 
.equal_table td {
  /*border: 1px solid #999;*/
  position: relative;
}
.equal_table td {
	padding: 7px !important;
}


[item~=editable_table] .editable_cover {
  max-height: 150px;
  overflow: auto;
  position: relative;
  width: 100%; /* Hücre genişliği kadar olmasını sağla */
  display: block;
  white-space: normal;
  word-wrap: break-word;
}

[item~=editable_table] td[contenteditable="true"] {
	padding-right: 15px !important;
}

[item~=editable_table] td[contenteditable="true"] {
  cursor: pointer;
  /*background-color: #fff;*/
}
[item~=editable_table] td[contenteditable="true"]:focus {
  cursor: text;
}


[item~=editable_table] td[contenteditable="false"] {
  cursor: default;
  background-color: #f2f2f2 !important; /* gri arka plan */
}


[item~=editable_table] .cell_warn {
  white-space: nowrap;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.card {
	/*overflow: scroll;*/
}
.nav-tabs, .nav-pills {
	white-space: nowrap !important;
	box-sizing: content-box !important;
	min-width: max-content;
}
.nav-tabs .nav-item {
	white-space: nowrap !important;
}
.nav-tabs .nav-link {
	font-weight: 600;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	background-color: transparent !important;
}



.active_navigation {
	display: flex;
  justify-content: center;   /* Yatay merkezleme */
  align-items: center;       /* Dikey merkezleme */
}
.active_navigation .nav-link {
  margin-right: 4px;
  margin-left: 4px;
  border: 1px solid rgba(0,0,0,.07);
  text-decoration: none;
  color: inherit;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
}
.active_navigation .active {
  border-color: transparent;
}


.scroll-hidden {
  overflow: auto !important;
  -ms-overflow-style: none !important;  /* IE ve Edge */
  scrollbar-width: none !important;     /* Firefox */
}

.scroll-hidden::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;   /* Chrome/Safari */
  display: none !important;
}


.cursor_pointer {
	cursor: pointer;
}




.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	color: inherit;
	background-color: inherit;
}
.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-icon);
}
.accordion-body {
	border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}


.fc .fc-toolbar h2, .fc .fc-toolbar .h2 {
	text-transform: inherit;
}

.cursor-pointer {
	cursor: pointer;
}



.up_unit_nav .back_btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px solid #007bff;
  border-radius: 6px;
  color: #007bff;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.up_unit_nav .back_btn:hover {
  background-color: #007bff;
  color: #fff;
}

.up_unit_nav .nav_btn {
  padding: 20px 10px;
}

.calendar .fc-scrollgrid {
  min-width: 980px;
  margin: auto;
}

a,
[item~="super_modal"] {
  cursor: pointer;
}
/* ------- THEME CLASSES UPDATED CSS ------------------------------------------------------------------------------------------- */




/*---- SUPER INPUT CSS -------------------------------------------------------------------------------------------------------------*/
.super_input {
  position: relative;
}
.super_input .input {

}
.super_input .suggest_list {
  display: inline-block;
  float: left;
  width: 100%;
  border: 0px solid lightgray;
  border-top: 0px solid lightgray;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
  background-color: white;
  margin-top: -2px;
  display: none;
  position: absolute;
  z-index: 9;
  margin-top: 0;
  left: 0;
  right: 0;
  height: auto;
  max-height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 5px;
}
.super_input .suggest_list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 0;
}
.super_input .suggest_list ul li {
  width: 100%;
  float: left;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0,0,0,.05);
  padding: 8px 8px;
  cursor: pointer;
  font-size: 12px;
}

.super_input .suggest_list ul li:hover,
.super_input .suggest_list ul .hover {
	/*text-decoration: underline;*/
	background-color: rgba(0,0,0,.07);
}

.super_input .suggest_list ul li:last-child {
	border-bottom: 0 solid gray;
}

.super_input input,
.super_input textarea {

}
.super_input .choises_list {
  float: left;
  width: 100%;
  border: 1px solid rgba(0,0,0,.07);
  background-color: white;
  margin-top: 4px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 3px 0 3px 5px;
  z-index: 0;
  display: none;
  font-size: 12px;
  font-weight: 500;
}
.choise_box {
	float: left;
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 4px;
  padding: 3px 8px;
  margin-right: 6px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box;
  position: relative;
  padding-right: 20px !important;
  font-size: 11px;
  font-weight: inherit !important;
}
.choise_box .remove {
  position: absolute;
  right: 2px;
  top: 0px;
  bottom: 0;
  width: 15px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
}
/*---- SUPER INPUT CSS ----*/




/* ------- NEW STYLES ------- */
.nav-tabs-scrollable-container {
  position: relative;
  overflow: hidden;
  padding: 0 30px; 
}
.nav-tabs-scrollable-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  -ms-overflow-style: none;  
  scrollbar-width: none;  
}
.nav-tabs-scrollable-wrapper::-webkit-scrollbar {
  display: none; 
}
.nav-tabs-scrollable-button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 10;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  /*background-color: red;*/
}
.nav-tabs-scrollable-button.left {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.nav-tabs-scrollable-button.right {
  right: 0;
  display: flex;
  align-items: center;
  justify-content: right;
}

.popover {
	cursor: pointer !important;
}
.popover .popover-header {
	background-color: #FFF !important;
	font-size: 13px;
	padding: 5px 10px !important;
	border-top: none !important;
	text-align: center;
}
.popover-body {
	padding: 5px 10px !important;
}
/* ------- NEW STYLES --------------------------------------------------------------------------------------------------------- */



/* ------- MEDIAS CSS --------------------------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
	.logo_zone {
		/*padding-top: 10px !important;*/
	}
    .hidden-mobile {
    	display: none !important;
    }
}
@media (min-width: 1024px) {
	.hidden-pc {
    	display: none !important;
    }
}
/* ------- MEDIAS CSS --------------------------------------------------------------------------------------------------------- */
















