﻿.dc-placeholder {
    position: relative;
    border: 1px solid #ced4da;
    padding: 0px;
    background-color: white;
    border-radius: 0.375rem;
}

    .dc-placeholder > input {
        position: relative;
        z-index: 2;
        border: none;
        background-color: transparent !important;
        box-shadow: none;
        width: 100%;
    }

    .dc-placeholder::after {
        position: absolute;
        left: 13px;
        top: 5px;
        content: attr(data-placeholder);
        pointer-events: none;
        opacity: 0.5;
        z-index: 1;
        color: #c6cad0;
    }
