﻿input.invalid {
    background-color: #fef1f14d;
    border: 1px solid;
    border-color: #fb8c8c7d;
}

textarea.invalid {
    background-color: #fef1f14d;
    border: 1px solid;
    border-color: #fb8c8c7d;
}

select.invalid {
    background-color: #fef1f14d;
    border: 1px solid;
    border-color: #fb8c8c7d;
}

.select2-container--default.invalid {
    background-color: #fef1f14d;
    border: 1px solid;
    border-color: #fb8c8c7d;
    min-height: 35px;
    width: 100%;
}

.parentBack {
    margin-top: 7px;
    background-color: #fef1f14d;
    border: 1px solid;
    border-color: #fb8c8c7d;
    border-radius: 8px;
}

.tab {
    display: none;
}

.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    .step.finish {
        background-color: #1c83c5;
    }

keyframes click-wave {
    height: 20px;
    width: 20px;
    opacity: 0.35;
    position: relative;
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    top: 5px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 18px;
    width: 18px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.3rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        background: #9faab7;
    }

    .option-input:checked {
        background: #1ab394;
    }

        .option-input:checked::before {
            height: 18px;
            width: 18px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 11px;
            text-align: center;
            line-height: 18px;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #40e0d0;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.yukarikaydir {
    display: none;
    padding: 13px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
    color: bisque;
}

.previewGenislik{
    padding: 20px;
}
