@keyframes click-radio-wave {
    0% {
        width: 25px;
        height: 25px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        width: 60px;
        height: 60px;
        margin-left: -15px;
        margin-top: -15px;
        opacity: 0.0;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
}

/*      image radio */
.radio-image {
    border: solid 1px #f1f1f1;
    border-top: none;
}

.radio-image .section-title {
    font-weight: bold;
    height: auto !important;
    padding: 10px;
    border-radius: .25rem;
    color: #000000;
    background-color: #f1f1f1;
    border: none;
    text-align: center;
    margin-bottom: 0;
    text-align: center;
    font-size: 11pt;
    border-radius: .25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.radio-image ul {
    list-style-type: none;
    margin: 0;
    margin-bottom: 10px !important;
    margin-block-start: 0;
    padding-inline-start: 0;
    padding: 0;
}

.radio-image li {
    display: inline-flex;
    justify-content: center;
}

.radio-image input[type="checkbox"] {
    display: none;
}

.radio-image input[type="radio"] {
    display: none;
}

.radio-image label {
    border: 1px solid #fff;
    border-style: dotted;
    border-style: dashed;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.radio-image label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.radio-image label img {
    max-height: 188px;
    width: 92%;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.radio-image input+label {
    border-color: #fff;
    background: #e4e4e4;
    border: none;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.radio-image :checked+label {
    transition: all .3s ease-in-out;
    transform: scale(1.025);
    border: 1px dashed red;
}

.radio-image :checked+label:before {
    content: "✓";
    background-color: grey;
    background-color: red;
    border: 1px solid red;
    transform: scale(1.04);
    z-index: 1;
}

.radio-image :checked+label img {
    transform: scale(0.9);

    /* box-shadow: 0 0 5px #333; */
    z-index: -1;

}

.radio-image input+label:hover img {
    transition: all .3s ease-in-out;
    transform: scale(1.05);
}

.labelBorder {
    border: none !important;
}

.input-hide {
    display: none;
}

.how-to-use {
    color: #000;
    transition: .2s ease-in-out;
}

.how-to-use:hover {
    color: #ff0000;
    transition: .2s ease-in-out;
}

.how-to-use__span {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
}

.fa.fa-times {
    padding: 3px;
    border: 2px solid;
    border-radius: 5px;
    transition: .2s ease-in-out;
}

.fa.fa-times:hover {
    color: #e40613;
    transition: .2s ease-in-out;
}

.plugin-inputs-group {
    background: #e4e4e4;
    border-radius: 5px;
    font-size: 10pt;
}

.plugin-inputs-group-items {
    text-align: start;
}

.plugin-inputs-group-items span:first-child {
    font-weight: bold;
}

.plugin-inputs-group label {
    transition: .2s ease-in-out;
    text-align: start;
    margin: 0;
    padding: 3px;
    width: 100% !important;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 3px;
    background: #fff;
}

.plugin-inputs-group input {
    width: auto !important;
    margin-bottom: 0 !important;
    margin-right: 5px !important;
    display: inline-block !important;
}

.items-collapse {
    padding-right: 6px;
    border-radius: 3px;
}

.items-scroll-style {
    max-height: 300px;
    width: 100% !important;
    overflow-y: scroll;
    border: 1px solid;
    border-radius: 5px;
    padding-left: 3px;
    padding-top: 3px;
}

.radio-image-my-style li {
    display: block !important;
}


.card-div-icon::before {
    content: "";
    display: block;
    background: url("../img/checked.png") no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: -8px 6px 0 -8px;
}


.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #b5b5b5;
    font-weight: bold;
    box-shadow: 0px 2px 7px 0px #696969;
}

#pills-tab a {
    color: #000;
    border: 1px solid #b5b5b5 !important;
}

.my-tooltip:before,

.my-tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}


.my-tooltip:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    background-color: #cd2122 !important;
    -webkit-transition: height 0.25s ease-in-out;
    transition: height 0.25s ease-in-out;
}


.my-tooltip:before {
    background: rgb(0 0 0 / 28%);
    border-radius: 5px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: 0;
    height: 100%;
    text-align: center;
    word-wrap: break-word;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 10px;
    z-index: 999;
    width: calc(100% - 30px);
}

.my-tooltip.expand:before {
    transform: scale3d(0.2, 0.2, 1);
    transition: all 0.2s ease-in-out;
}


.my-tooptip:af .my-tooltip.expand:after {
    transform: translate3d(0, 6px, 0);
    transition: all 0.1s ease-in-out;
}

.my-tooltip.expand:hover:before,

.my-tooltip.expand:hover:after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.my-tooltip.expand:hover:after {
    transition: all 0.2s 0.1s ease-in-out;
}

.flex-fill {
    margin-top: 10px;
}

.besleme_yeri_check:hover {

    box-shadow: 5px -4px 8px rgb(0 0 0 / 53%);

}

.listele {
    width: 125px !important;
}

.my-height:before {
 height: 201px !important;
}