@media screen and (max-width: 767.9px) {
    .container-custom {
        width: 100%;
    }
    #select {
        color: white;
    }

    h3 {
        text-align: center;
    }
    p {
        text-align: center;
    }
    /* Chat GPT Supported */
    /* Input style */
    .input-container {
        display: flex;
        align-items: center;
        border: 2px solid #00aaff; /* Ramka rangi */
        border-radius: 10px; /* Yoyish burchaklari */
        padding: 5px;
        width: 100%; /* Kenglik */
    }

    .input-container .input {
        color: white;
        border: none;
        outline: none;
        width: 100%;
        padding: 5px;
        font-size: 16px;
    }
    .min-input {
        width: 20%;
        color: white;
        border: none;
        outline: none;
        padding: 5px;
        font-size: 16px;
        margin-right: 5px;
    }

    .input-container .country-code {
        padding-left: 10px;
        font-size: 20px;
        /* margin-right: 0px; */
    }

    .input-container label {
        position: absolute;
        top: -10px;
        left: 15px;
        background-color: white;
        padding: 0 5px;
        color: #00aaff; /* Label rangi */
        font-size: 16px;
    }

    .input-container:focus-within {
        border-color: #00aaff; /* Fokuslangan vaqtdagi ramka rangi */
    }

    .input-container .input::placeholder {
        color: dimgray; /* Placeholder rangi */
        font-size: 16px;
    }

    /* /Input style */

    /* Select style */
    .select-container {
        position: relative;
    }

    select {
        width: 100%;
        padding: 10px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 10px;
        appearance: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

    .select-icon {
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
        pointer-events: none;
        font-size: 1.2rem;
        color: #495057;
    }
    svg {
        color: white;
    }

    select:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    }

    select:disabled {
        background-color: #e9ecef;
    }

    /* /Select style  */
    /* /Chat GPT Supported  */
}
@media screen and (min-width: 768px) {
    .container-custom {
        width: 20%;
    }
    /* Before style */
    #select,
    #input,
    #min-input {
        color: white;
        border-left: none;
        border-right: none;
    }
    #min-input {
        width: 100%;
        margin-left: 8.333333%;
    }
    a:hover {
        text-decoration: underline;
    }
    /* /Before style */
    /* ChatGPT */
    select {
        display: block;
        width: 100%;
    }
    #select {
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
    #input {
        border-top: 0;
    }
}
/* Numbers keyword */
.row-custom {
    border-color: rgb(23, 33, 43) !important;
}
.btn-custom {
    background-color: rgb(61, 59, 59);
    border-color: rgb(23, 33, 43);
    font-size: 22px;
    font-weight: 500;
    padding: auto;
    transform: scale(0.97, 1.1);
}
