﻿.cnt-cds {
    --theme-color: #3ac8e6;
}

    .cnt-cds .sorgulama-form {
        text-align: center;
    }

        .cnt-cds .sorgulama-form > .inner {
            max-width: 380px;
            margin: auto;
            padding-top: 40px;
            padding-bottom: 40px;
        }

    .cnt-cds .sorgulama-result {
        display: none;
    }

        .cnt-cds .sorgulama-result .box {
            display: flex;
            flex-direction: column;
            gap: var(--spacing);
            margin-bottom: var(--spacing);
            padding: 30px;
        }

@media screen and (min-width: 1024px) {
    .cnt-cds .sorgulama-result .box {
        flex-direction: row-reverse;
        padding: 50px;
    }
}

.cnt-cds .sorgulama-result .colm {
    display: flex;
    flex-direction: column;
    gap: var(--spacing);
}

    .cnt-cds .sorgulama-result .colm.media img {
        width: 100%;
    }

@media screen and (min-width: 1024px) {
    .cnt-cds .sorgulama-result .colm.media img {
        width: 20vw;
        max-width: 350px;
    }
}

.cnt-cds .sorgulama-result .resbox {
    background-color: white;
    padding: 33px;
    border-radius: var(--br);
}

    .cnt-cds .sorgulama-result .resbox .title {
        font-size: 18px;
        margin-bottom: 0.5em;
        color: #43C8E4;
        font-weight: bold;
    }

@media screen and (min-width: 1024px) {
    .cnt-cds .sorgulama-result .resbox .title {
        font-size: 30px;
    }
}

.cnt-cds .sorgulama-result .resbox .data {
    font-size: 12px;
}

@media screen and (min-width: 1024px) {
    .cnt-cds .sorgulama-result .resbox .data {
        font-size: 20px;
    }
}

.cnt-cds .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    width: 100%;
    height: 52px;
}

.cnt-cds .suptitle-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cnt-cds .suptitle-icon svg {
        fill: white !important;
    }

.cnt-cds .btn-return-form {
    position: relative;
    height: 77px;
    width: 100%;
    color: #878787;
    border-radius: var(--br);
    border: none;
    outline: none;
    background-color: white;
    font-size: 16px;
}

    .cnt-cds .btn-return-form:before {
        content: "";
        position: absolute;
        inset: 9px;
        border: 1px solid;
        border-radius: 5px;
    }

@media screen and (min-width: 1024px) {
    .cnt-cds .btn-return-form:before {
        border-radius: 20px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1359.99px) {
    .cnt-cds .sorgulama-result .resbox {
        min-width: 310px;
    }
}
@media screen and (min-width: 1300px) {
    .cnt-cds .sorgulama-result .resbox {
        min-width: 438px;
    }
}
@media screen and (max-width: 768px) {
    .cnt-cds .btn-return-form {
        position: relative;
        height: 77px;
        width: 100%;
        color: #878787;
        border-radius: var(--br);
        border: none;
        outline: none;
        background-color: white;
        font-size: 13px;
    }
}


/*# sourceMappingURL=develope.css.map */
