.callback_widget {
    background-color: #1c1f22;
    padding: 30px 32px;
    border-radius: 12px;
}

.phone-seven {
    display: flex;
    height: 66px;
    width: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 16pt;
    font-style: normal;
    font-weight: 500;
    float: left !important;
}

._phone {
    display: flex;
    align-items: center;
    gap: 10px;
    align-content: center;
}

._phone_input {
    display: flex;
    padding: 10px 25px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 5px;
    border: none;
    background: rgba(0, 0, 0, 0.10);
    color: rgba(119, 119, 119, 1);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    height: 66px;
    max-width: 236px;
}

._phone .form-group {
    margin-bottom: 0px;
}

._button {
    border: none;
    display: flex;
    height: 66px;
    padding: 16px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 90%;
}

._button:hover {
    cursor: pointer;
    filter: brightness(120%);
    color: black;
}

._button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bright-mode {
    background-color: rgba(249, 249, 249, 1);
}

.bright-mode p{
    color: rgba(95, 95, 95, 1);
}

.bright-mode div{
    color:rgba(119, 119, 119, 1) !important
}

.bright-mode input, .bright-mode textarea, .bright-mode .phone-seven{
    background-color: rgb(239,239,239);
}

@media (max-width: 1000px) {
    ._phone {
        display: flex;
        flex-direction: row;
        align-items: center;
        align-self: stretch;
        align-content: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    ._phone_input {
        display: flex;
        padding: 10px 25px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex: 1 0 0;
        align-self: stretch;
        color: rgba(119, 119, 119, 0.50);
        font-family: Roboto;
        font-size: 20px;
    }

    ._button {
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
}

@media (max-width:480px) {
    .callback_widget {
        padding: 20px;
    }
}