/* Genereal Class */

.shadows {
    box-shadow: 0 0 20px 0 rgba(97, 104, 114, 0.15);
}
.radius {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.progress{
    height: 10px;
}

/*font class*/
.p-SemiBold {
    font-family: 'Poppins-SemiBold';
}
.p-Thin {
    font-family: 'Poppins-Thin';
}
.p-extraLight {
    font-family: 'Poppins-extraLight';
}
.p-light {
    font-family: 'Poppins-light';
}
.p-Medium {
    font-family: 'Poppins-medium';
}
.p-Regular {
    font-family: 'Poppins-regular';
}
.p-extrabold {
    font-family: 'Poppins-extraBold';
}
.p-bold {
    font-family: 'Poppins-Bold';
}
/* bg-color class */
.green-dark {
    background-color: #389938;
}
.green-light {
    background-color: #51B451;
}
.green-degrade {
    background: linear-gradient(#388038, #51B451);
}
.white-light {
    background-color: #F1F1F3;
}
.gray-light {
    background-color: #A0ACB5;
}
.gray-dark{
    background-color:#616872;
}
.gray-normal{
    background-color: #E0E5E9;
}
.yellow{
    background-color: #FFDA22;
}
/*text-color*/
.t-gray {
    color: #707070;
}
.t-white-light {
    color: #E0E5E9;
}
.t-gray-light {
    color: #A0ACB5;
}
.t-gray-bold{
    color: #616872;
}
.t-white{
    color:#B2BEC7 ;
}
.t-yellow{
    color: #FFDA22;
}
.t-green{
    color: #51B451;
}
/*İÇERİK YAZİ FONT*/
.project .card{
    width: 95%;
}
.card-title{
    font-size: 17px;
}
.card-muted{
    font-size: 13px !important;
}
.card-subtitle{
    font-size: 18px;
}
.card-side{
    font-size: 15px !important;
}

/*title grren*/
.green {
    width: 8px;
    background-color: #51b451;
}
.green~h2 {
    font-size: 17px;
    color: #616872;
}

/*SWİPER*/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #707070;
    opacity: 1;
    background: #E0E5E9;
    margin: 0px 10px !important;
}
.swiper-pagination-bullet-active {
    background: #FFDA22;
}

/**SEARCH KISIM KODLARI*/
.search__container {
    width: 70%;
    padding-top: 10px;
}
.search__input {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    transition: transform 400ms ease-in-out;
    /*font-size: 14px;*/
    line-height: 18px;
    color: #575756;
    border-radius: 50px;
    border: 1px solid #B2BEC7;
    transition: all 400ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
}
.search__input::placeholder {
    font-size: 11px;
}
.search__input:focus {
    padding: 12px 0;
    outline: 0;
    border: 1px solid transparent;
    border-bottom: 1px solid #B2BEC7;
    border-radius: 0;
    background-position: 100% center;
}
/*SEARCH KISIM KODLARI*/

/*?NAVBAR START START*/
.menu-wrapper {
    z-index: 2;
}
.navbar-bg {
    content: ' ';
    top: 0;
    left: 0;
    height: 70px;
}
.navbar {
    height: 70px;
    left: 250px;
    right: 5px;
    z-index: 3;
}
.navbar .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.nav-link-user {
    font-weight: 600;
    border-left: 1px solid #a0acb5;
}
#sidebar-wrapper{
    overflow: hidden !important;
}
/*?NAVBAR START END*/

/* !MENU START */
.main-sidebar,
.navbar,
.main-content {
    transition: all .5s;
}
.main-sidebar {
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 880;
    left: 0;
}
.sidebar-brand {
    display: inline-block;
    width: 100%;
    line-height: 70px;
}
.menu-logo span::after {
    content: '';
    display: block;
    width: 25%;
    height: 3px;
    background-color: #fff;
    color: #fff;
    opacity: 1 !important;
    margin: auto;
    margin-top: 10px;
}
.sidebar-menu li a {
    height: 50px;
    padding: 0 20px;
    letter-spacing: .3px;
    font-size: 14px;
    transition: 450ms all;
}
.sidebar-menu li:hover{
    background: #236a23;
}
.sidebar-menu li a:hover {
  
    margin-left: 15px !important;
}

/*basarilarim içerik*/
.sidebar-menu li ul.dropdown-menu {
    display: none;
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
}
.sidebar-menu li ul.dropdown-menu li a {
    color: #fff;
    height: 35px;
    padding-left: 55px;
    font-size: 12px;
    line-height: 35px;
    background: #389938 !important;
}
.sidebar-menu li ul.dropdown-menu li a:hover{
    background: #389938;
}
/*main-content section*/
.section {
    position: relative;
    z-index: 1;
}
.main-content {
    padding-left: 265px;
    padding-right: 15px;
    padding-top: 80px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

/**menü open-close*/
body.sidebar-mini .main-sidebar {
    width: 60px;
    overflow: initial !important;
    position: absolute;
    box-shadow: none;
}
body.sidebar-mini .main-sidebar:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    content: ' ';
    position: fixed;
    /* background-color: #389938; */
    width: 65px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    animation-name: mini-sidebar;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}
@keyframes mini-sidebar {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/**üst barın kayma olayı*/
body.sidebar-mini .navbar {
    left: 60px;
}

/*kapalı menu logo*/
body.sidebar-mini .main-sidebar .menu-logo {
    height: 60px;
}
body.sidebar-mini .main-sidebar .menu-logo img {
    width: 45px !important;
}

body.sidebar-mini .main-sidebar .sidebar-brand,
body.sidebar-mini .main-sidebar h5,
body.sidebar-mini .main-sidebar span,
body.sidebar-mini .main-sidebar .arrow-png {
    display: none !important;
}
body.sidebar-mini .main-sidebar .sidebar-menu>li {
    padding: 0px;
}
body.sidebar-mini .main-sidebar .sidebar-menu>li>a {
    border-radius: 3px;
    height: 45px;
    padding: 0;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
}

/*sidebarmini başarılarım*/
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu {
    position: absolute;
    background-color: #389938 !important;
    left: 60px;
    top: 10px;
    width: 200px;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu {
    display: block !important;
}
/**menü responsive**/
body.sidebar-gone .main-sidebar {
    left: -250px;
}
/*sidebar-mini content*/
body.sidebar-mini .main-content,
body.sidebar-mini .main-footer {
    padding-left: 75px;
}
/*card hover*/
.cardeffect{
    background-color: #fff;
    transition: all 300ms ease-in-out;
    cursor: pointer;
  }
.cardeffect:hover
{
    -webkit-transform: translateY(-5px);
       -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);

    -webkit-box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25);
            box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .25);
}
/*üç nokta iç kısım*/
.dropbtn {
    padding: 10px;
    background-color: #fff;
    border: none;
    cursor: pointer;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  .dropdown:hover .dropdown-content {display: block;}
  /* .dropdown:hover .dropbtn {background-color: #3e8e41;} */