.calc_request_modal {
    --modal-width: 305px;

    .field_container {
        width: 225px;

        .select .select_header{
            min-width: 225px;
        }
        .select .select_body {
            min-width: 112px;
        }
    }

    .calc_request_successed{
        .request_info {
            display: flex;
            align-items: center;
            gap: 10px;

            justify-content: space-between;

            font-size: 14px;
            color: var(--black-clr);
            margin-bottom: 10px;

            .name{color: var(--grey-clr);}
        }
    }
}