/* here you can put your own css to customize and override the theme */
/***
Close icon used for modal dialog and other UI element close buttons
***/
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("../../assets/img/remove-icon-small.png") !important;
}

.display-hide {
    display: none;
}

.page-container{
    height: auto !important;
    min-height: calc(100vh - 172px) !important;
}


