/**
*
* Apply Here your Custom CSS
*
*/







h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  color: #212529;
}

#branding_element {
  text-align: -webkit-center;
  text-align: center;
}

.mail-env .mail-body {
  background-color: #fff;
}

.modal-content {
  box-shadow : 0 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow : 0 0px 0px rgba(0, 0, 0, 0.5);
  border : 0px;
}

.dropdown-menu{
  border : 0px;
  box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82,63,105,0.15);
}

.dropdown-menu > li > a{
  padding: 8px 20px;
}

.profile-info.dropdown.pull-right .dropdown-menu {
  background-color: #1d1e2c;
  border-color: #1d1e2c;
}
.profile-info.dropdown .dropdown-menu li a:hover {
  background-color: #232540;
}

.profile-info.dropdown .dropdown-menu > li {
  border-bottom: 1px solid #1c1e2b;
}



.profile-info.dropdown .dropdown-menu > .caret {
  right: 10px;
}



.page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a {
  font-size: 15px;
}

blockquote.blockquote-blue, blockquote.blockquote-info {
  background: #5578eb;
  border: 1px solid #5578eb;
  border-left-width:0px;
}
blockquote.blockquote-blue p, blockquote.blockquote-info p, blockquote.blockquote-blue small, blockquote.blockquote-info small{
  color: #ffffff;
  font-weight: 200;
  line-height: 1.5;
  font-size: 13px;
}
blockquote.blockquote-blue p strong, blockquote.blockquote-info p strong, blockquote.blockquote-blue small strong, blockquote.blockquote-info small strong{
  border-bottom: 1px solid #97bdd8;
  color:#fff;
}

.panel-primary {
  border: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.11);
  margin-top: -56px;
}

.modal-header {
  border-bottom: 1px solid #ebedf2;
}

.page-container .sidebar-menu .logo-env {
  padding: 10px 10px 0px;
}

.nav-tabs {
  background-color : #ffffff;
  border-bottom: 1px solid #ebedf2;
}

.nav-tabs > li > a {
  border-top: 0px ;
  border-right: 0px ;
  border-bottom : 1px solid transparent;
  border-left : 0px;
}
.nav-tabs > li > a:hover {
  border:0px;
}

.nav > li > a:hover, .nav > li > a:focus{
  background-color: #ffffff;
  border-top: 0px ;
  border-right: 0px ;
  /*border-bottom : 2px solid #5d78ff;*/
  border-left : 0px;
  /*border-bottom-color: #5d78ff;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #5d78ff;
  border-top: 0px ;
  border-right: 0px ;
  border-bottom : 2px solid #5d78ff;
  border-left : 0px;
  border-bottom-color: #5d78ff;
}

.tab-content {
  background-color: #ffffff;
  padding: 15px;
}

.btn {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.btn-primary {
  color: #fff !important;
  background-color: #5d78ff !important;
  border-color: #5d78ff !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #3758ff !important;
  border-color: #2a4eff !important;
}
.btn-primary.focus,
.btn-primary:focus {
  /*box-shadow: 0 0 0 3px rgba(88, 103, 221, .5) !important;*/
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #26A69A !important;
  border-color: #26A69A !important;
}

.btn-success {
  color: #fff !important;
  background-color: #0abb87 !important;
  border-color: #0abb87 !important;
}
.btn-success:hover {
  color: #fff !important;
  background-color: #08976d !important;
  border-color: #078b64 !important;
}
.btn-success.focus,
.btn-success:focus {
  /*box-shadow: 0 0 0 3px rgba(88, 103, 221, .5) !important;*/
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #66BB6A !important;
  border-color: #66BB6A !important;
}

.btn-info {
  color: #fff !important;
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important;
}
.btn-info:hover {
  color: #fff !important;
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important;
}
.btn-info.focus,
.btn-info:focus {
  /*box-shadow: 0 0 0 3px rgba(88, 103, 221, .5) !important;*/
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #42A5F5 !important;
  border-color: #42A5F5 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #ef5350 !important;
  border-color: #ef5350 !important;
}
.btn-danger:hover {
  color: #fff !important;
  background-color: #ef5350 !important;
  border-color: #ef5350 !important;
}
.btn-danger.focus,
.btn-danger:focus {
  /*box-shadow: 0 0 0 3px rgba(88, 103, 221, .5) !important;*/
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ef5350 !important;
  border-color: #ef5350 !important;
}

.btn-default {
  color: #000 !important;
  background-color: #ebebeb !important;
  border-color: #bfbfbf !important;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #384ad7 !important;
  border-color: #2e40d4 !important;
}
.btn-default.focus,
.btn-default:focus {
  /*box-shadow: 0 0 0 3px rgba(88, 103, 221, .5) !important;*/
}
.btn-default.disabled,
.btn-default:disabled {
  background-color: #757575 !important;
  border-color: #757575 !important;
}

.btn-default.btn-icon i{
  background-color: #5d78ff;
}

.btn:focus, .btn:active:focus {
  outline: none;
}

.page-container .sidebar-menu #main-menu li {
  border: 0;
}
.page-container .sidebar-menu #main-menu li a {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #a2a3b7 !important;
}
.page-container .sidebar-menu #main-menu li a:hover,
.page-container .sidebar-menu #main-menu li.active a{
  background-color: #232640 !important;
}
.page-container .sidebar-menu #main-menu li.has-sub ul,
.page-container .sidebar-menu #main-menu li.has-sub ul a{
  background-color: #292b3a !important;
}
.page-container .sidebar-menu #main-menu li.has-sub ul li.active a,
.page-container .sidebar-menu #main-menu li.has-sub ul a:hover{
  background-color: #262935 !important;
}
.page-container .sidebar-menu #main-menu li.has-sub ul,
.page-container .sidebar-menu #main-menu li.has-sub ul li{
  border: 0;
}
.page-container .sidebar-menu #main-menu li a i {
  color: #8f95bd;
  margin-right: 12px;
  width: 20px;
}

.page-container .sidebar-menu #main-menu li.has-sub > a:before {
  color:#5e6c77;
}

body .page-container .sidebar-menu {
  background-color: #1e1e2d !important;
}
.page-container .sidebar-menu .sidebar-user-info{
  border-top-color: #323443;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
  color:#6c7293;
  background: #ffffff;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-bottom: 0px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
  border: 0;
}
.dataTables_wrapper{
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.11);
  background-color: #ffffff;
  padding: 30px 0px;
  border-radius: 5px;
}
.dataTables_wrapper table + .row{
  margin-bottom: 0;
}

.panel-primary > .panel-heading {
  border: 0;
  background-color: #282a3c;
  border-radius: 4px 4px 0px 0px;
}

.table-bordered {
  border:  0 0 20px rgba(0,0,0,0.11);
  border-right: 0px;
  border-left: 0px;
}

.label-danger {
  background-color: #ef5350 !important;
}
.label-success {
  background-color: #66BB6A !important;
}

.form-groups-bordered > .form-group{
  border-bottom : 1px solid #ebedf2;
}

.bootstrap-tagsinput input {
  min-width: 246px;
  min-height: 56px;

}



#search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.btn-default > .caret {
  border-top-color: #ffffff;
  border-bottom-color: #303641 !important;
}

#chartdiv {
  width: 100%;
  height: 500px;
}
#pieChartdiv {
  width: 100%;
  height: 300px;
}

.alignToTitle {
  float: right;
  margin-top: -44px;
}
.gallery-env article.album {
  background: #fff;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(82,63,105,0.08);
  border-radius: 5px;
}
.category-actions {
  border-top: 1px solid #f0f0f0;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.alignToTitleOnPreview {
  float: right;
  margin-top: -5px;
}
@media screen and (min-width: 700px) {
  .ml--15{
    margin-left: -15px;
  }
}
.select2.select2-container{
  width: 100% !important;
}

/* Sadece devre dışı bırakılmış (disabled) seçenek */
.select2-results__option[aria-disabled="true"] {
  color: #FF5722 !important;
}


.btn:active, .btn.active {

  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0);
}



/* SPECIALL CODES CTN... STARTS */

body {
  overflow-x: hidden;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f2f4f8 !important;
  color: #6c7293;
}


footer {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: auto;
}

.form-control {
	background-color: #efefef;
    font-size: 14px;
	color: #444;
   
}

ul.nav.nav-tabs.bordered {
    position: sticky;
    top: 42px;
    z-index: 99;
    padding: 5px 0px;
	margin: 0px -29px;
	border-bottom: 1px solid #cecece;
    margin-bottom: 16px;
}

hr {

    border-top: 1px solid #ddd;
}

.csbButtons {
    position: absolute;
    top: 53px;
    right: 5px;
    margin-top: -50px;
	border-radius: 4px;

}


.newaddButtons {
  position: absolute;
  top: 53px;
  right: 101px;
  margin-top: -50px;
  border-radius: 4px;
}

.extraButtons {
  right: 5px!important;
}


label {
    color: #555;
    font-weight: 600;
    font-size: 13px;
}

.tab-content {
    background-color: #ffffff;
    padding: 0px;
    min-height: 100vh;
}

.panel-heading
 {
    position: sticky;
    top: 2px;
    z-index: 999;
 
}

ul.nav.nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 8px;
}

.panel-title {
	
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 200px;
}

  .main-content h3{
   
      margin: 6px -6px;
  position: sticky;
  top: 42px;
  background: #1e1e2d;
  color: #d4d2d2;
  padding-left: 16px;
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 14px;
  z-index: 99;


  }

.headbars {
  position: sticky;
  height: 42px;
  width: 100%;
  top: 0px;
  background: red;
  display: flex;
  align-items: center;
  margin-left: 180px;
  z-index: 99;
  background: #3F51B5;
  gap: 1rem;
  padding: 0rem 1.5rem;
}

.headbars-list {
  color: #fff;
}

.menu-toggle {
          cursor: pointer;
          font-size: 18px;
          color: #fff;
         
      }


   .page-container {
  display: flex;
  justify-content: center;
    align-items: center;
}

.sidebar-menu {
  width: 180px;
  background: #2c3e50;
  min-height: 100vh;
  color: #fff;
  padding: 15px;
  position: fixed;
  left: 0;
  top: 0;
  transition: 0.3s;
  z-index: 9999;
}

.main-content {
  flex-grow: 1;
  padding: 15px;
  margin-left: 180px; /* Menü açık olduğu için içerik kaydırıldı */
  transition: margin-left 0.3s;
  padding-left: 13px;
}

/* Menü stilleri */
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  max-height: 95vh; /* Menü çok uzun olursa otomatik sınırlandırma */
  overflow-y: auto; /* Dikey kaydırma */
  /*scrollbar-width: thin;  Firefox için */

  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: auto;
  scrollbar-width: auto;
  font-size: 13px;
}

.main-menu::-webkit-scrollbar {
  width: 5px; /* İnce bir scroll çubuğu */
}

.main-menu::-webkit-scrollbar-thumb {
  background: #5f5f5f;
  border-radius: 4px;
  max-height: 20px; /* Scroll çubuğunun tutulabilir kısmını kısaltır */
}

.main-menu::-webkit-scrollbar-track {
  background: #2c3e50;
}



.main-menu li {
  position: relative;
}

.main-menu li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}

.main-menu li a:hover {
  background: #34495e;
}

/* Dropdown (Alt Menü) */
.submenu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #2c3b4a;
  border-radius: 4px;
 
}

.submenu li a {
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
}

.submenu li a:hover {
  background: #547687;
}

/* Masaüstünde dropdown gösterme */
.main-menu li:hover .submenu {
  display: block;
}


.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none; /* Başlangıçta gizli */
}

/* Body'de .menu-open varsa görünür olacak */
body.menu-open .sidebar-overlay {
  display: block;
}

/* Mobilde menüyü gizlemek için medya sorgusu */
@media (max-width: 820px) {

  .toast-top-center {
    top: 47px!important;

}

  .main-menu {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

  .sidebar-menu {
      left: -180px; /* Mobilde varsayılan olarak kapalı */
  }
  .sidebar-menu.active {
      left: 0; /* Menü açıldığında */
  }
  .main-content {
      margin-left: 0; /* Mobilde içerik tam ekran */
      padding: 0px 6px;
  }

  .headbars {
      margin: auto;
	  margin-bottom: 7px;
  }

  .panel-heading
 {
    position: sticky;
    top: 2px;
    z-index: 999;
    margin: 0px 0px 0px 32px;
    border-radius: 4px 4px 4px 4px;
}

}



.submenu {

  display: block!important;
}


#map {
  height: 296px!important;
  cursor: pointer;
  position: relative;
  outline: none;
}

/* SPECIALL CODES CTN... FINNIS */




/* V1 CTN USA Start */
#dinamics {
  display:none!important;
}

/* Image Upload Styles */
.fileinput .thumbnail {
  margin-bottom: 10px;
  border: 2px dashed #ddd;
  text-align: center;
  background: #f9f9f9;
  width: 100px !important;
  height: 100px !important;
}
.fileinput-new .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}

/* Gallery Grid Styles */
#gallery-container {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0rem;
    flex-direction: column;
}

.gallery-item .thumbnail {
  padding: 5px;
  height: 66px;
}
.gallery-item img {
  margin-bottom: 5px;
}

.btn {
  border-radius: 5px;
}

/* Multi upload button styles */
.btn-group {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.btn-group .btn {
  margin-bottom: 5px;
}

/* Gallery items responsive */
@media (max-width: 768px) {
  .gallery-item {
      width: 50%;
  }
 
  #gallery-container {
    margin-top: 45px;
    gap: 0rem;
  } 

}
@media (max-width: 576px) {
  .gallery-item {
      width: 88%;
  }
}


.gallery-item  {
border: solid 1px #ddd;
  margin-bottom: 1rem;
  border-radius: 4px
  
}


.gallery-item .thumbnail {
padding: 12px;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  border-radius: 5px;
  align-content: center;
  align-items: center;
  margin: auto;
}

.gallery-item .thumbnail img {
width: 65px !important;
  height: 50px !important;
  object-fit: cover !important;
  border-radius: 5px;
  border: 1px solid blue;
}



.fileinput.fileinput-new {
  display: grid;
  justify-items: stretch;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  max-width: 150px;
}

.singimages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 19px;
}

input[type="file"] {
display: none;
}

.special-File-input {
display: inline-block;
  padding: 8px 17px;
  background-color: #e3e3e3;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}

.special-File-input:hover {
background-color: #3f51b5;
  color: #ffffff;
}


.mibtns {
display: flex;
  justify-content: space-evenly;
  padding: 6px;
  background: #dbdbdb;
  border-radius: 7px;
  position: sticky;
}

.thumbnail-preview,.cover-preview {
  position: absolute;
  left: 19px;
  opacity: 0;
 z-index: -1;
  transition: opacity 0.3s ease;


}
.thumbnail-preview img,.cover-preview img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  object-fit: cover;
 
}

.cover-preview.active,
.thumbnail-preview.active {
opacity: 1;
z-index: 1;
}

/* Cancel buton (X) */
.cancel-image-btn {
position: absolute;
top: 6px;
right: 6px;
background: rgba(0, 0, 0, 0.6);
color: #fff;
border: none;
border-radius: 50%;
width: 24px;
height: 24px;
font-size: 16px;
text-align: center;
line-height: 24px;
cursor: pointer;
z-index: 10;
transition: background 0.2s ease;
}

.cancel-image-btn:hover {
background: rgba(255, 0, 0, 0.8);
}

/* V1 CTN USA Finnish */