body{
   
    background: url(../img/arka-gri.png) repeat;
}
.container-fluid{
    padding-right: 0;
    padding-left: 0;
    
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


.bg-photo{
    background-color: rgba(244, 245, 247, 0.9);
    background-image: url(../img/para.png);
    background-repeat: repeat;
    background-attachment: fixed;
}
.bg-dark-gray{
    background: url(../img/koyu-gri.png) repeat;  
    color: white;

}
.bg-dark-green{
  
    background-color:#09A350 !important;
    color:#fff;
}
.bg-light-gray{
    background: url(../img/arka-gri.png) repeat;  
}
.text-blue{
    color:#597b99;
}
.text-green{
    color:#09A350;
}

.panel-box{
   padding: 2rem;
    
}
.panel-box-login{
    max-width: 100%;
    background-color: white;
    margin: auto;
    margin-top: -15px;
    box-shadow: 15px 15px 16px 0 rgba(0, 0, 0, 0.3);
    border-radius: 3px;
   
}
.shadow-medium{
    box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.3);
}
.content{
    margin-top: 4rem;
    padding: 25px;
    text-align: center;
}
.footer-color{
    color:#999;
    background: url(../img/arka-gri.png) repeat;
   
 }
 .card{
    box-shadow: 10px 10px 16px 0 rgba(0, 0, 0, 0.3);
 }
 /*=====================================================*/
  /*=====================================================*/
 /*=========Navbar user begin======*/
 .dropdown-item-hover{
           color:#fff;
            transition: background-color .5s ease-in-out;
 }
 .dropdown-item-hover:hover{
             color:#09A350;
            border-radius: 8px;
 }
 /*=========Navbar user end======*/
/*===========SIDEBAR template for this only this website begin========= */

.nav-item-hover {
            color:#fff;
            transition: background-color .5s ease-in-out;
        }

.nav-item-hover:hover {
            background-color: #fff; /*  */
            color:#09A350;
            border-radius: 8px;
            font-weight: bold;
        }

.nav-item-hover:hover i {
            color: #09A350; /* Yazı rengi beyaz olacak */
        }


.nav-link {
         display: flex;/* icon ile yazıyı yatayda hizalar */
         align-items: center;
         gap: 5px; /* Simge ve metin arasındaki boşluğu ayarlar */
       }
  
  aside {
    /* border: 1px yellow solid; */
    position: fixed;
    overflow: auto;
    height: calc(100vh - 68px);
    justify-content: flex-start;
    align-self: flex-start;
  
  }
  
  main {
    position: relative;
    overflow: auto;
    margin-left: auto;
    justify-content: flex-end;
    align-self: flex-end;
  }
  
  #sidebarshow {
    display: none;
  
  }
  
  @media screen and (max-width: 575px) {
    #sidebarshow {
      display: inline;
    }
  
    #sidebartoggle {
      display: none ;
    }
  }
  /*===========SIDEBAR for this only this website end========= */
  .b-example-divider {
      width: 100%;
      height: 3rem;
      background-color: rgba(0, 0, 0, .1);
      border: solid rgba(0, 0, 0, .15);
      border-width: 1px 0;
      box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }
    
    .b-example-vr {
      flex-shrink: 0;
      width: 1.5rem;
      height: 100vh;
    }
    
    .bi {
      vertical-align: -.125em;
      fill: currentColor;
    }
    
        
    
    .bd-mode-toggle {
      z-index: 1500;
    }
    
    /* sidebarda bulunan ok tuşu tıklandığında 90derece aşağıya bakıyor. begin */
    .btn-toggle {
      padding: .25rem .5rem;
      font-weight:600;
      color: #fff;
      background-color: transparent;
    }
   
   /* .btn-toggle::before {
      width: 1.25em;
      line-height: 0;
      content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28250,250,250,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
      transition: transform .35s ease;
      transform-origin: .5em 50%;

    }
    
   
    
        
    .btn-toggle[aria-expanded="true"]::before {
      transform: rotate(90deg);
    }*/
    
    .btn-toggle-nav a {
      padding: .1875rem .5rem;
      margin-top: .125rem;
      margin-left: 1.25rem;
    }
     /* sidebarda bulunan ok tuşu tıklandığında 90derece aşağıya bakıyor. end */
     /* istatistik sayfası checkbox boyut */
     .custom-checkbox-size {
                 transform: scale(1.4);
                border: 1px solid #198754;       
                 border-radius: 0.25rem;           
                 padding: 4px;                      
                 background-color: #fff}
                   /* istatistik sayfası checkbox boyut */
        
       
   /*Aşağıdakiş yapı telefon modunda sidebar yok plması için gerekli*/        
  @media (max-width: 768px) {
  aside {
    display: none !important;
  }
}

    