input::placeholder {
    font-size: 13px;
    font-style: oblique;
}

label {
    margin-bottom: 0 !important;
}


.input-icon-wrapper {
    position: relative
}

.input-icon-wrapper svg {
    position: absolute;
    color: #454848;
    font-size: 20px;
    top: 10px;
    left: 10px;
}

.input-icon-wrapper input {
    padding-left: 35px;
}

.popover {
    display: block !important;
    z-index: 9;
}

.noformat {
    border: 0;
    margin-left: 2px;
    width: 23px;
    background-color: #FFF;
    color: #495057
}

.roomcfg-modaldialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.roomcfg-modalcontent {
    min-height: 100%;
    border: 0;
    border-radius: 0;
}