﻿input {
    max-width: 100% !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.max-w-100{
    max-width:100% !important;
}
