@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.tests {
    padding: 30px 0;
}

.tests label {
    font-size: 15px;
    color: #0f275a;
    font-weight: 700;
}

.tests .form-control {
    border-color: #e94e1b;
}

.tests .fb {
    padding: 15px 0;
}

.tests .form-select {
    border-color: #e94e1b;
}

.test .output {
    color: #e94e1b;
}

.tests .accordion p {
    font-size: 14px;
}

.tests .accordion button {
    font-size: 16px;
    color: #e94e1b;
}

.tests .accordion input {
    font-size: 12px;
    color: brown;
}

.soru label {
    font-weight: 500;
    color: #e94e1b;
}

.soru p {
    color: #000;
    font-weight: 500;
}

.soru {
    border-bottom: 2px solid rgb(133, 133, 133);
    padding: 10px 0;
}


/*******************************************************/

.dts {
    padding: 30px 0;
}

.dts h3 {
    color: #e94e1b;
    padding: 10px 0;
}

.dts p {
    font-size: 15px;
    color: #000;
    padding-left: 5px;
}

.dts h4 {
    color: #e94e1b;
    padding: 8px 8px;
    border-left: 4px solid rgb(11, 1, 71);
}

.dts strong {
    padding: 5px 0px;
    color: #0f275a;
}