@import url('https://fonts.googleapis.com/css2?family=Niramit:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kadwa:wght@700&display=swap');

body
{
	font-family: 'Niramit', sans-serif;
}

.card:hover.urunler
{
	border-color: rgba(216, 213, 213, 16);
	box-shadow: 0px 0px 10px 2px rgba(216, 213, 213, 1);
}

.nav-link
{
	font-weight: 300;
	font-size: 0.9em;
	font-weight: bold;
}

.dropdown-item
{
	font-weight: 300;
	font-size: 0.9em;
}

.navbar-nav li:hover 
{
	background: linear-gradient(to bottom, rgba(108,117,125,0.20), rgba(108,117,125,0.20));
}

.navbar-nav li:hover .nav-link 
{
	// color: #ff0000;
}

.navbar-nav .dropdown-item:hover
{
	// background-color: gray;
	// color: white;
}

.dropdown:hover > .nav-link 
{
	// background-color: gray;
	// color: white;
}

.dropdown-menu 
{
	margin-top: 0px;
	border-radius: 4px;
}

h6 
{
	width: 100%; 
	text-align: center; 
	border-bottom: 1px solid lightgray; 
	line-height: 0.1em;
	margin: 10px 0 20px; 
} 

h6 span 
{ 
    background:#fff; 
    padding:0 10px; 
}

.form-control:focus 
{
	border-color: #FF0000;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.card-footer.card-custom 
{
    background: white;
}

.popover-content
{
    padding: 0 !important;
 }

::-webkit-input-placeholder
{ /* Chrome/Opera/Safari */
	letter-spacing: -1px;
}

::-moz-placeholder
{ /* Firefox 19+ */
	letter-spacing: -1px;
}

:-ms-input-placeholder
{ /* IE 10+ */
	letter-spacing: -1px;
}

:-moz-placeholder
{ /* Firefox 18- */
	letter-spacing: -1px;
}

textarea 
{
	resize: none;
}

.my-modal 
{
  background-color: red;
  color: white;
}


.dropdown-toggle::after 
{
    display:none;
}

.rotate-icon 
{
  transform: rotate(180deg);
}

/* Pembe renk grubu */
.list-group-flush .list-group-item.active.Kadin {
  background-color: #ff69b4; /* Pembe arka plan rengi */
  color: #fff; /* Beyaz metin rengi */
  border-bottom-color: #0000ff;
  /* Diğer özelleştirmeler */
}

/* Mavi renk grubu */
.list-group-flush .list-group-item.active.Erkek {
  background-color: #007bff; /* Mavi arka plan rengi */
  color: #fff; /* Beyaz metin rengi */
  /* Diğer özelleştirmeler */
}

div#TreeView a{font-size: 17px; padding-left: 6px;}
div#TreeView a:link{text-decoration:none;}
div#TreeView a:hover{text-decoration:none;}
div#TreeView a:visited{text-decoration:none;}

input[type="date"]
{
    display:block;
  
    /* Solution 1 */
     -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em; 
  
    /* Solution 2 */
    /* min-width: 96%; */
}