/* Custom Input Style Start here */
.custom-input-group {
    flex-wrap: nowrap;
    padding: 2px 25px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    width: 100%;
    text-align: left;
    background-color: #b02a30;
    border: none;
}

.custom-input-group span {
    background: none;
    color: #fff;
    margin-left: 0 !important;
    border: none;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0 !important;
}
.resize-container {
    display: inline-block;
    position: relative;
}

.custom-input,
.resize-text {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.resize-text {
    padding-right: 20px;
    display: inline-block;
    visibility: hidden;
    white-space: pre;
}

.custom-input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mob-cus-wrap {
    border-radius: 20px !important;
    padding: 5px 16px !important;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    margin-right: 0 !important;
}

.mob-cus-wrap .resize-text,
.mob-cus-wrap .custom-input {
    font-size: 14px !important;
    color: #000000 !important;
}

.custom-symbol {
    vertical-align: middle;
}