﻿.input-fake {
    position: absolute;
    top: 0;
    right: 0;
    font-size: .875rem;
    letter-spacing: 1.4px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border-radius: 0.25rem;
    width: 100%;
    pointer-events: none;
    min-height: 43px;
    max-height: 43px;
}

.two-row-order-grid,
.three-row-order-grid,
.input-mark-info {
    position: relative;
}

.input-mark-info .input-fake{
    top: 25.5px;
}

.input-mark-info .add-set .input-fake {
    width:59%;
}

#user-regist .form-row > .col .input-fake,
#user-regist .form-row > [class*=col-] .input-fake {
    left: 5px;
    width: calc(100% - 10px);
}

input[type=text]:focus + .input-fake,
input[type=tel]:focus + .input-fake{
    display: none;
}

.input-fake.input-fake--var {
    left: calc(var(--bs-gutter-x)/ 2);
    width: calc(100% - var(--bs-gutter-x));
    border: 1px solid #adadad;
}

.order-block .input-fake {
    text-align: left;
    width: 100%;
}

.input-fake.input-fake--ext {
    width: 100%;
    left: 0;
}


/*C2C only*/
.asterisk-wrap{
    position: relative;
    flex-grow: 1;
}

.c2c .input-mark-info .input-fake {
    width: 100%;
    left: 0;
    top: 0;
}