html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-control:read-only {
    background-color: #e9ecef;
    opacity: 1;
}

.close-icon-alignment {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
    cursor: pointer;
}
.site-footer-mb {
    margin-bottom: -200px;
}
.password-input {
    padding-right: 65px;
}
.cursor-pointer {
    cursor: pointer !important;
}
.li-data-bind {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 92%;
    max-width: 109px;
    display: block;
    cursor: pointer;
}
header .subCate-more-list::after {
    position: absolute;
    top: -20px;
    left: 20px;
    margin-left: -10px;
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid white;
}
.login-menu-icon {
    height: 18px;
    width: 18px;
}
