
.ucnokta:hover{
    background-color:aqua;
}
.usnokta{
    background-color:white;
}

.nav-bg {
    background-color: rgb(79,91,117);
}

.prof-bg {
    background-color: cornflowerblue;
}

.listbor {
    border-color: rgb(241,241,241);
}

.solbarust {
    background-color: rgba(255, 255, 255, 0.8);
}

    .solbarust:hover {
        background-color: rgb(191, 196, 187);
    }

.kategori-bg {
    background-color: rgba(163, 200, 245, 0.178);
    color: rgb(72, 122, 131);
}

    .kategori-bg:hover {
        background-color: rgba(112, 173, 187, 0.466);
    }

.dropdown-item:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.dropdown-item:focus {
    outline: none;
}

/* input:focus{
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border: black;
} */

.btn {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


.btnform {
    color: rgb(65, 62, 62);
    background-color: rgb(209, 209, 209);
}

    .btnform:hover {
        color: rgb(70, 70, 70);
        background-color: rgb(163, 163, 163);
    }




.inputhv:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.inputhv:focus {
    box-shadow: none !important;
    border-color: orangered;
}


.inputnone:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.inputnone:focus {
    box-shadow: none !important;
    border-color: rgba(139, 133, 133, 0.5);
    border: none;
}

.aramabutton:focus {
    background-color: rgba(135, 164, 175, 0.473);
}


.dropdown-item:active {
    color: #000000;
    background-color: #8b888a88;
}



.ustdrop-bg {
    background-color: rgba(132, 96, 199, 0);
    color: rgba(255, 255, 255, 0.712);
}

    .ustdrop-bg:hover {
        color: aliceblue;
    }


.arama-bg {
    background-color: rgba(255, 255, 255, 0.959);
}


h5 {
    color: #504b4b;
}


.imgyorum {
    width: 64px;
    height: 64px;
}

    .imgyorum img {
        object-fit: cover;
        width: 100%;
        height: 64px;
    }


.img6060 {
    width: 54px;
    height: 54px;
}

    .img6060 img {
        object-fit: cover;
        width: 100%;
        height: 54px;
    }

.logo {
    width: 120px;
    height: 30px;
}

    .logo img {
        object-fit: cover;
        width: 100%;
        height: 30px;
    }

.imgprof {
    width: 120px;
    height: 120px;
}

    .imgprof img {
        object-fit: cover;
        width: 100%;
        height: 120px;
    }

.imgmans {
    width: 744px;
    height: 250px;
}

    .imgmans img {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }

.xbootstrap {
    color: rgb(80, 75, 75);
    letter-spacing: .1em;
}

.checkstyle:focus {
    outline: none;
}

.checkstyle:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.katselect {
    border-color: rgb(206,212,218);
}

    .katselect option {
        border: none;
    }

.yaziacik {
    color: rgb(105, 103, 103);
}

.yazicokacik {
    color: rgba(105, 103, 103, 0.616);
}

.yazikoyu {
    color: rgb(80, 75, 75);
    font-style: unset;
}

.bgiceriktrue {
    background-color: rgba(99, 118, 141, 0.055);
}

.bgicerikfalse {
    background-color: rgba(121, 135, 151, 0.226);
}

.fotoyan {
    background-color: rgba(199, 199, 199, 0.041);
  
}



.aramainput {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(190, 185, 185);
    color: aliceblue;
}

    .aramainput:focus {
        box-shadow: none !important;
        border-color: rgb(199, 184, 178);
        border-top: none;
        border-left: none;
        border-right: none;
        color: aliceblue;
    }

    .aramainput:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }




.dhov:hover {
    background-color: rgb(248,249,250);
}


/* @media(max-width:520px){
    .arama{
       
       
    }
} */




/* Note info kitaplık yönetimi */
.noteinfo {
    background-color: rgb(249,250,253);
    border-left: 6px solid rgb(139,180,231);
}





/* profil düzenle */
.profile-pic {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.file-upload {
    display: none;
}

.circle {
    overflow: hidden;
    width: 120px;
    height: 120px;
}



.fareisaret {
    cursor: pointer;
}


.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

/*input[type=file] {
  color: transparent !important;
}
input[type=file]::before {
color: black;
margin-right: 10px; 
}*/
































/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 23px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 18px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: rgb(162, 184, 73);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }



.pagination-container:valid
.pagination {
    justify-items: center;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}


.pagination li.active {
    background-color: rgb(239, 210, 210);
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}





















.monteiner {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .monteiner input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.monteiner input:checked ~ .checkmark {
    background-color: rgb(162, 184, 73);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.monteiner input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.monteiner .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}














/* Bilirim list************************************ */


.bootbox .modal-header {
    padding-block: 4px;
    border-bottom: none;
}

.bootbox .bootbox-body {
    font-size: 14px;
}
.bildirim1 body {
    background-color: #f9f9fa
}
.bildirim1 .flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .bildirim1 .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .bildirim1 .padding {
        padding: 1rem
    }
}

.bildirim1 .padding {
    padding: 5rem
}

.bildirim1 .card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.bildirim1 .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(19, 24, 44, .125);
    border-radius: .25rem
}

.bildirim1 .list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
}

    .bildirim1 .list-item.block .media {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .bildirim1 .list-item.block .list-content {
        padding: 1rem
    }

.bildirim1 .w-40 {
    width: 40px !important;
    height: 40px !important
}

.bildirim1 .avatar {
    position: relative;
    line-height: 1;
    border-radius: 500px;
    white-space: nowrap;
    font-weight: 700;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 500px;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, .15)
}

    .bildirim1 .avatar img {
        border-radius: inherit;
        width: 100%
    }

.bildirim1 .gd-primary {
    color: #fff;
    border: none;
    background: #448bff linear-gradient(45deg, #448bff, #44e9ff)
}

.bildirim1 .flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.bildirim1 .text-color {
    color: #5e676f
}

.bildirim1 .text-sm {
    font-size: .825rem
}

.bildirim1 .h-1x {
  
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.bildirim1 .no-wrap {
    white-space: nowrap
}

.bildirim1 .list-row .list-item {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem .625rem
}

.bildirim1 .list-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word
}

.bildirim1 .bildirim1 .list-row .list-item > * {
    padding-left: .625rem;
    padding-right: .625rem
}

.bildirim1 .dropdown {
    position: relative
}

.bildirim1 a:focus,
.bildirim1 a:hover {
    text-decoration: none
}

.bildirim1 list-item {
    background: white
}




/* icerikler----------------------------------- */



.project .row {
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px
}

.project div[class*='col-'] {
    border-right: 1px solid #eee
}

.project .text h3 {
    margin-bottom: 0;
    color: #555
}

.project .text small {
    color: #aaa;
    font-size: 0.75em
}

.project .project-date span {
    font-size: 0.9em;
    color: #999
}

.project .image {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 15px
}

.project .time,
.project .comments,
.project .project-progress {
    color: #999;
    font-size: 0.9em;
    margin-right: 20px
}

    .project .time i,
    .project .comments i,
    .project .project-progress i {
        margin-right: 5px
    }

.project .project-progress {
    width: 200px
}

    .project .project-progress .progress {
        height: 4px
    }

.project .card {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .project .right-col {
        margin-top: 20px;
        margin-left: 65px
    }

    .project .project-progress {
        width: 150px
    }
}

@media (max-width: 480px) {
    .project .project-progress {
        display: none
    }
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}
