* {
    margin: 0;
    padding: 0;
}

nav img {
    width: 38px;
    height: 35px;
    padding: 2px;
    border-radius: 50%;
}

nav .card-input-element {
    display: none;
}

nav .card-input {
    margin: 10px;
    padding: 00px;
}

nav .card-input:hover {
    cursor: pointer;
}

nav .card-input-element:checked+.card-input {
    border: 2px dashed #000;
    border-radius: 50%;
}

nav .LanBox {
    display: flex;
    justify-content: flex-end;
}

.extra {
    width: 50%;
    margin: 5rem auto;
    align-items: center;
}

.BtnBox .btDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.BtnBox button {
    width: 80%;
    margin: 20px 0;
}

.BtnBox .BtIrad {
    padding: 40px;
    background-color: #e33840;
    border-radius: 100px;
    border: none;
    font-size: 44px;
    color: #fff;
}

.BtnBox .BtTeklif {
    padding: 40px;
    background-color: #a6e85a;
    border-radius: 100px;
    border: none;
    font-size: 44px;
    color: #fff;
}

.BtnBox .BtDeyerlendir {
    padding: 40px;
    background-color: #e2d541;
    border-radius: 100px;
    border: none;
    font-size: 44px;
    color: #fff;
}

.numberBox input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 99999px;
    outline: 0;
    padding: 15px;
    width: 80%;
}

.endBtn {
    background-color: transparent;
    border: none;
    color: #e33840;
}

sup {
    color: red;
    font-size: 14px;
}

.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #e33840;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.nextBt {
    display: flex;
    justify-content: center;
}

.next {
    background-color: #a6e85a;
    padding: 10px 50px;
    color: #fff;
    font-weight: 500;
    border: none;
    border-radius: 50px;
}

.recorder_wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.recorder {
    display: inline-block;
    text-align: center;
    width: 500px;
    max-width: 100%;
}

.record_btn {
    width: 100px;
    height: 100px;
    font-family: 'Material Icons';
    font-size: 48px;
    color: #e74c3c;
    background: none;
    border: 2px solid #e74c3c;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.15s linear;
}

.record_btn:hover {
    transition: 0.15s linear;
    transform: scale( 1.05);
}

.record_btn:active {
    background: #f5f5f5;
}

.record_btn:after {
    content: '';
}

.record_btn[disabled] {
    border: 2px solid #ccc;
}

.record_btn[disabled]:after {
    content: '\E02B';
    color: #ccc;
}

.record_btn[disabled]:hover {
    transition: 0.15s linear;
    transform: none;
}

.record_btn[disabled]:active {
    background: none;
}

.recording {
    animation: recording 2s infinite ease-in-out;
    position: relative;
}

.recording:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    margin: 0px;
    border-radius: 50%;
    background: rgba( 0, 0, 0, 0.05);
    animation: recording_before 2s infinite ease-in-out;
}

@keyframes recording {
    from {
        transform: scale( 1.1);
    }
    50% {
        transform: none;
    }
    to {
        transform: scale( 1.1);
    }
}

@keyframes recording_before {
    80% {
        width: 200px;
        height: 200px;
        margin: -100px;
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}

.record_canvas {
    width: 60px;
    height: 100px;
    display: inline-block;
}

.txt_btn {
    color: #000;
    text-decoration: none;
    transition: 0.15s linear;
    animation: text_btn 0.3s ease-in-out;
}

.txt_btn {
    color: #000;
    text-decoration: none;
    transition: 0.15s linear;
    animation: text_btn 0.3s ease-in-out;
}

.modal-content {
    border-radius: 20px !important;
    border: none !important;
}

.modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.modal-body .inf i {
    font-size: 48px;
    color: red;
}

.modal {
    position: fixed;
    top: 30%;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center !important;
    padding: 0.75rem;
    border: none !important;
}

#Voice .qeyd {
    display: flex;
    flex-direction: column;
}

.qeyd label {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 8px;
}

.qeyd textarea {
    background-color: #f1f1f1;
    border: none;
    border-radius: 10px;
    font-family: Montserrat;
    font-size: 14px;
    outline: 0;
    padding: 15px;
    resize: none;
    width: 100%;
}

h1 i {
    color: #a6e85a;
    font-size: 60px;
}