input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

input[type="date"] {
    line-height: normal;
    appearance: auto !important;
    -webkit-appearance: auto !important;
}

input[type="date"]:before {
    font-family: 'FontAwesome';
    content: '\f073';
    position: absolute;
    /*top: 16px;*/
    right: 18px;
    color: #DA4453;
    font-size: 18px;
    text-align: right;
}

.page-content {
    min-height: 100vh;
}

.list-scroll {
    max-height: 430px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.list-scroll::-webkit-scrollbar {
    display: block;
    width: 3px;
}

.list-scroll::-webkit-scrollbar-thumb {
    background-color: #DA4453;
}