.card-link {}

.card.item {
    -webkit-box-shadow: 1px 0px 9px 3px rgb(0 0 0 / 10%);
    box-shadow: 1px 0px 9px 3px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    border-radius: 12px;
    padding: 20px;
    transition: box-shadow 0.3s ease-in-out
}

a.card-link:hover>.card.item {
    -webkit-box-shadow: 0px 0px 13px 4px rgb(0 0 0 / 25%);
    box-shadow: 0px 0px 13px 4px rgb(0 0 0 / 25%);
    transition: box-shadow 0.3s ease-in-out
}

.cardlar .card-deleteBtn {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 3px;
    background: #dc3545;
    width: 100%;
    padding: 6px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.card-deleteBtn i {
    color: #f1f1f1;
}

.parsley-errors-list {
    margin: 0;
    padding: 0;
}

.parsley-errors-list>li {
    list-style: none;
    font-size: 13px;
    color: #f1556c;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}
.ziyaret .card{
    
    height: 171px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 25px;
    align-items: center;
    margin-top: 10px;
    background: rgb(15,166,173);
    background: linear-gradient(
90deg
, rgb(59 4 95) 0%, rgb(88 43 176) 37%, rgb(110 72 238) 100%);
   
}

/*.parsley-errors-list > li:before {*/


/*    content: "\F0159";*/


/*    font-family: "Material Design Icons";*/


/*    position: absolute;*/


/*    left: 2px;*/


/*    top: -1px; }*/

.parsley-error {
    border-color: #f1556c;
}

.parsley-success {
    border-color: #1abc9c;
}

.badge-primary {
    background: var(--primary-bg-color-2) !important;
    border-color: var(--primary-bg-color-2) !important;
}

.plan-button {
    position: absolute;
    bottom: -20px;
}

#accordion .card-header {
    padding: 0 !important;
}

.card.card-pay-item {
    border-radius: 15px;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
}

.card.card-order {
    border-radius: 15px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
}

.list-group-item {
    font-size: 12px;
}

.card.card-custom-item {
    -webkit-box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 7%);
    margin-bottom: 15px;
    border-radius: 12px;
    padding: 8px;
    transition: box-shadow 0.3s ease-in-out
}

.card.card-custom-item img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.card.card-custom-item:hover {
    cursor: pointer;
}

.card-input-element:checked+.card.card-custom-item {
    box-shadow: 0 0 0 4px #7330db;
}
.card-title{color: #39015a !important;}

.img-update {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.img-update img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 3px;
    border: 3px solid #39015a;
}

label.custom-file-upload .overlay {
    display: none;
    transition: 500ms;
}

label.custom-file-upload:hover .overlay {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: 0;
    display: flex;
    transition: 500ms;
    color: #fff;
    align-items: center;
    justify-content: center;
    background-color: #0e0e0e9e;
}

.img-update input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
}
.dort-bol{
    width: calc(100% / 4 - 30px);
    margin-left: 20px;}
    @media (max-width: 991px) {
        .dort-bol p{
    font-size:13px;}
    .dort-bol{
        width: calc(100% / 4 - 14px);
    margin-left: 10px;
    }
    }
    .card p{
        color:#111 !important;
    }